Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_occontext.cpp66 CPDF_Dictionary* pFind = pConfigs->GetDictAt(i); in GetConfig() local
67 if (pFind && HasIntent(pFind, "View", "View")) in GetConfig()
68 return pFind; in GetConfig()
Dcpdf_interform.cpp152 CPDF_Font* pFind = pDocument->LoadFont(pElement); in GetNativeFont() local
153 if (!pFind) in GetNativeFont()
156 CFX_SubstFont* pSubst = pFind->GetSubstFont(); in GetNativeFont()
162 return pFind; in GetNativeFont()
/external/pdfium/xfa/fde/xml/
Dfde_xml_imp.cpp163 CFDE_XMLNode* pFind = nullptr; in GetPath() local
165 pFind = GetNodeItem(CFDE_XMLNode::Root); in GetPath()
167 pFind = m_pParent; in GetPath()
169 pFind = (CFDE_XMLNode*)this; in GetPath()
182 pFind = pNode; in GetPath()
184 pFind = pNode->GetPath(pStart, iLength, bQualifiedName); in GetPath()
186 if (pFind) in GetPath()
187 return pFind; in GetPath()
193 if (!pFind || iLength < 1) in GetPath()
194 return pFind; in GetPath()
[all …]
/external/pdfium/fpdfsdk/formfiller/
Dcba_fontmap.cpp122 CPDF_Font* pFind = nullptr; in FindResFontSameCharset() local
142 pFind = pFont; in FindResFontSameCharset()
145 return pFind; in FindResFontSameCharset()
/external/pdfium/core/fxge/ge/
Dcfx_folderfontinfo.cpp280 CFX_FontFaceInfo* pFind = nullptr; in FindFont() local
299 pFind = pFont; in FindFont()
302 return pFind; in FindFont()