Searched refs:pFind (Results 1 – 6 of 6) sorted by relevance
62 CPDF_Dictionary* pFind; in FPDFDOC_OCG_GetConfig() local65 pFind = pConfigs->GetDict(i); in FPDFDOC_OCG_GetConfig()66 if (!pFind) { in FPDFDOC_OCG_GetConfig()69 if (!FPDFDOC_OCG_HasIntent(pFind, "View", "View")) { in FPDFDOC_OCG_GetConfig()72 pConfig = pFind; in FPDFDOC_OCG_GetConfig()
383 CPDF_Font* pFind = pDocument->LoadFont(pElement); in GetInterFormFont() local384 if (!pFind) in GetInterFormFont()388 csBaseFont = pFind->GetBaseFont(); in GetInterFormFont()392 return pFind; in GetInterFormFont()423 CPDF_Font* pFind = pDocument->LoadFont(pElement); in GetNativeInterFormFont() local424 if (!pFind) { in GetNativeInterFormFont()427 CFX_SubstFont* pSubst = (CFX_SubstFont*)pFind->GetSubstFont(); in GetNativeInterFormFont()433 return pFind; in GetNativeInterFormFont()
119 CPDF_Font* pFind = NULL; in FindResFontSameCharset() local141 pFind = pFont; in FindResFontSameCharset()144 return pFind; in FindResFontSameCharset()
142 CFDE_XMLNode* pFind = NULL; in GetPath() local144 pFind = GetNodeItem(IFDE_XMLNode::Root); in GetPath()146 pFind = m_pParent; in GetPath()148 pFind = (CFDE_XMLNode*)this; in GetPath()161 pFind = pNode; in GetPath()163 pFind = pNode->GetPath(pStart, iLength, bQualifiedName); in GetPath()165 if (pFind != NULL) { in GetPath()166 return pFind; in GetPath()173 if (pFind == NULL || iLength < 1) { in GetPath()174 return pFind; in GetPath()[all …]
294 void* pFind; in RemoveFont() local296 pFind = NULL; in RemoveFont()297 fontMap.GetNextAssoc(pos, pKey, pFind); in RemoveFont()298 if (pFind != (void*)pFont) { in RemoveFont()
1491 CFX_FontFaceInfo* pFind = nullptr; in FindFont() local1512 pFind = pFont; in FindFont()1515 return pFind; in FindFont()