Home
last modified time | relevance | path

Searched refs:pFD (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp122 const FX_FONTDESCRIPTOR* pFD = in GetFontByCodePage() local
124 if (!pFD) in GetFontByCodePage()
125 pFD = FindFont(nullptr, dwFontStyles, true, wCodePage); in GetFontByCodePage()
126 if (!pFD) in GetFontByCodePage()
127 pFD = FindFont(nullptr, dwFontStyles, false, wCodePage); in GetFontByCodePage()
128 if (!pFD) in GetFontByCodePage()
132 CFGAS_GEFont::LoadFont(pFD->wsFontFace, dwFontStyles, wCodePage, this); in GetFontByCodePage()
138 dwHash = FGAS_GetFontFamilyHash(pFD->wsFontFace, dwFontStyles, wCodePage); in GetFontByCodePage()
158 const FX_FONTDESCRIPTOR* pFD = in GetFontByUnicode() local
161 if (!pFD && pszFontFamily) { in GetFontByUnicode()
[all …]
/external/mdnsresponder/mDNSPosix/
DmDNSPosix.c1002 mDNSlocal mStatus OpenIfNotifySocket(int *pFD) in OpenIfNotifySocket() argument
1022 *pFD = sock; in OpenIfNotifySocket()
1119 mDNSlocal mStatus OpenIfNotifySocket(int *pFD) in OpenIfNotifySocket() argument
1121 *pFD = socket(AF_ROUTE, SOCK_RAW, 0); in OpenIfNotifySocket()
1123 if (*pFD < 0) in OpenIfNotifySocket()
1127 (void) fcntl(*pFD, F_SETFL, O_NONBLOCK); in OpenIfNotifySocket()