Home
last modified time | relevance | path

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

/external/pdfium/core/fpdfdoc/
Dcpdf_nametree.cpp40 const CPDF_Array* pFind, in GetNodeAncestorsLimits() argument
46 if (pNode->GetArrayFor("Names") == pFind) { in GetNodeAncestorsLimits()
60 if (GetNodeAncestorsLimits(pKid, pFind, nLevel + 1, pLimits)) { in GetNodeAncestorsLimits()
72 const CPDF_Array* pFind, in UpdateNodesAndLimitsUponDeletion() argument
86 if (pNames != pFind) in UpdateNodesAndLimitsUponDeletion()
118 if (!UpdateNodesAndLimitsUponDeletion(pKid, pFind, csName, nLevel + 1)) in UpdateNodesAndLimitsUponDeletion()
339 CPDF_Array* pFind = nullptr; in AddValueAndName() local
342 if (SearchNameNodeByName(m_pRoot.Get(), name, 0, &nIndex, &pFind, in AddValueAndName()
351 if (!pFind) { in AddValueAndName()
354 SearchNameNodeByIndex(m_pRoot.Get(), 0, 0, &nCurIndex, &csName, &pFind, in AddValueAndName()
[all …]
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.cpp150 CPDF_Font* pFind = pDocument->LoadFont(pElement); in GetNativeFont() local
151 if (!pFind) in GetNativeFont()
154 CFX_SubstFont* pSubst = pFind->GetSubstFont(); in GetNativeFont()
160 return pFind; in GetNativeFont()
/external/pdfium/core/fxcrt/xml/
Dcfx_xmlnode.cpp98 CFX_XMLNode* pFind = nullptr; in GetPath() local
100 pFind = GetNodeItem(CFX_XMLNode::Root); in GetPath()
102 pFind = m_pParent; in GetPath()
104 pFind = (CFX_XMLNode*)this; in GetPath()
117 pFind = pNode; in GetPath()
119 pFind = pNode->GetPath(pStart, iLength, bQualifiedName); in GetPath()
121 if (pFind) in GetPath()
122 return pFind; in GetPath()
128 if (!pFind || iLength < 1) in GetPath()
129 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/
Dcfx_folderfontinfo.cpp287 FontFaceInfo* pFind = nullptr; in FindFont() local
306 pFind = pFont; in FindFont()
309 return pFind; in FindFont()