Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/font/
Dfx_stdfontmgr.cpp65 FX_LPCFONTDESCRIPTOR pFD; in GetDefFontByCodePage() local
66 if ((pFD = FindFont(pszFontFamily, dwFontStyles, TRUE, wCodePage)) == NULL) in GetDefFontByCodePage()
67 if ((pFD = FindFont(NULL, dwFontStyles, TRUE, wCodePage)) == NULL) in GetDefFontByCodePage()
68 if ((pFD = FindFont(NULL, dwFontStyles, FALSE, wCodePage)) == NULL) { in GetDefFontByCodePage()
71 FXSYS_assert(pFD != NULL); in GetDefFontByCodePage()
72 pFont = IFX_Font::LoadFont(pFD->wsFontFace, dwFontStyles, wCodePage, this); in GetDefFontByCodePage()
76 dwHash = FGAS_GetFontFamilyHash(pFD->wsFontFace, dwFontStyles, wCodePage); in GetDefFontByCodePage()
105 FX_LPCFONTDESCRIPTOR pFD = in GetDefFontByUnicode() local
108 if (pFD == NULL && pszFontFamily) { in GetDefFontByUnicode()
109 pFD = FindFont(NULL, dwFontStyles, FALSE, pRet->wCodePage, pRet->wBitField, in GetDefFontByUnicode()
[all …]
Dfx_stdfontmgr.h69 IFX_Font* GetFont(FX_LPCFONTDESCRIPTOR pFD, FX_DWORD dwFontStyles);
/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()