Home
last modified time | relevance | path

Searched refs:pFind (Results 1 – 6 of 6) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
Ddoc_ocg.cpp62 CPDF_Dictionary* pFind; in FPDFDOC_OCG_GetConfig() local
65 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()
Ddoc_utils.cpp383 CPDF_Font* pFind = pDocument->LoadFont(pElement); in GetInterFormFont() local
384 if (!pFind) in GetInterFormFont()
388 csBaseFont = pFind->GetBaseFont(); in GetInterFormFont()
392 return pFind; in GetInterFormFont()
423 CPDF_Font* pFind = pDocument->LoadFont(pElement); in GetNativeInterFormFont() local
424 if (!pFind) { in GetNativeInterFormFont()
427 CFX_SubstFont* pSubst = (CFX_SubstFont*)pFind->GetSubstFont(); in GetNativeInterFormFont()
433 return pFind; in GetNativeInterFormFont()
/external/pdfium/fpdfsdk/src/formfiller/
DFFL_CBA_Fontmap.cpp119 CPDF_Font* pFind = NULL; in FindResFontSameCharset() local
141 pFind = pFont; in FindResFontSameCharset()
144 return pFind; in FindResFontSameCharset()
/external/pdfium/xfa/src/fdp/src/xml/
Dfde_xml.cpp142 CFDE_XMLNode* pFind = NULL; in GetPath() local
144 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 …]
/external/pdfium/xfa/src/fgas/src/font/
Dfx_stdfontmgr.cpp294 void* pFind; in RemoveFont() local
296 pFind = NULL; in RemoveFont()
297 fontMap.GetNextAssoc(pos, pKey, pFind); in RemoveFont()
298 if (pFind != (void*)pFont) { in RemoveFont()
/external/pdfium/core/src/fxge/ge/
Dfx_ge_fontmap.cpp1491 CFX_FontFaceInfo* pFind = nullptr; in FindFont() local
1512 pFind = pFont; in FindFont()
1515 return pFind; in FindFont()