Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/font/
Dcfgas_fontmgr.cpp963 const FX_FONTDESCRIPTOR* pFD = in GetFontByCodePage() local
965 if (!pFD) in GetFontByCodePage()
966 pFD = FindFont(nullptr, dwFontStyles, true, wCodePage, 999, 0); in GetFontByCodePage()
967 if (!pFD) in GetFontByCodePage()
968 pFD = FindFont(nullptr, dwFontStyles, false, wCodePage, 999, 0); in GetFontByCodePage()
969 if (!pFD) in GetFontByCodePage()
973 CFGAS_GEFont::LoadFont(pFD->wsFontFace, dwFontStyles, wCodePage, this); in GetFontByCodePage()
1027 const FX_FONTDESCRIPTOR* pFD = FindFont(pszFontFamily, dwFontStyles, false, in GetFontByUnicode() local
1029 if (!pFD && pszFontFamily) { in GetFontByUnicode()
1030 pFD = 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()
/external/mesa3d/src/amd/vulkan/
Dradv_device.c2217 int *pFD) in radv_get_memory_fd() argument
2227 pFD); in radv_get_memory_fd()
3739 int *pFD) in radv_GetMemoryFdKHR() argument
3752 bool ret = radv_get_memory_fd(device, memory, pFD); in radv_GetMemoryFdKHR()
Dradv_private.h1084 int *pFD);