Searched refs:pFind (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/core/fpdfdoc/ |
D | cpdf_nametree.cpp | 40 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 …]
|
D | cpdf_occontext.cpp | 66 CPDF_Dictionary* pFind = pConfigs->GetDictAt(i); in GetConfig() local 67 if (pFind && HasIntent(pFind, "View", "View")) in GetConfig() 68 return pFind; in GetConfig()
|
D | cpdf_interform.cpp | 150 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/ |
D | cfx_xmlnode.cpp | 98 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/ |
D | cba_fontmap.cpp | 122 CPDF_Font* pFind = nullptr; in FindResFontSameCharset() local 142 pFind = pFont; in FindResFontSameCharset() 145 return pFind; in FindResFontSameCharset()
|
/external/pdfium/core/fxge/ |
D | cfx_folderfontinfo.cpp | 287 FontFaceInfo* pFind = nullptr; in FindFont() local 306 pFind = pFont; in FindFont() 309 return pFind; in FindFont()
|