Searched refs:pFind (Results 1 – 5 of 5) 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() 325 CPDF_Array* pFind = nullptr; in AddValueAndName() local 328 if (SearchNameNodeByName(m_pRoot.Get(), name, 0, &nIndex, &pFind, in AddValueAndName() 337 if (!pFind) { in AddValueAndName() 340 SearchNameNodeByIndex(m_pRoot.Get(), 0, 0, &nCurIndex, &csName, &pFind, in AddValueAndName() [all …]
|
D | cba_fontmap.cpp | 228 RetainPtr<CPDF_Font> pFind; in FindResFontSameCharset() local 250 pFind = std::move(pFont); in FindResFontSameCharset() 253 return pFind; in FindResFontSameCharset()
|
D | cpdf_interactiveform.cpp | 169 RetainPtr<CPDF_Font> pFind = pData->GetFont(pElement); in GetNativeFont() local 170 if (!pFind) in GetNativeFont() 173 CFX_SubstFont* pSubst = pFind->GetSubstFont(); in GetNativeFont() 179 return pFind; in GetNativeFont()
|
/external/pdfium/core/fpdfapi/page/ |
D | cpdf_occontext.cpp | 67 CPDF_Dictionary* pFind = pConfigs->GetDictAt(i); in GetConfig() local 68 if (pFind && HasIntent(pFind, "View", "")) in GetConfig() 69 return pFind; in GetConfig()
|
/external/pdfium/core/fxge/ |
D | cfx_folderfontinfo.cpp | 298 FontFaceInfo* pFind = nullptr; in FindFont() local 318 pFind = pFont; in FindFont() 321 return pFind; in FindFont()
|