HomeSort by relevance Sort by last modified time
    Searched defs:pFind (Results 1 - 6 of 6) sorted by null

  /external/pdfium/core/fpdfdoc/
cpdf_nametree.cpp 36 // Get the limit arrays that leaf array |pFind| is under in the tree with root
40 const CPDF_Array* pFind,
46 if (pNode->GetArrayFor("Names") == pFind) {
60 if (GetNodeAncestorsLimits(pKid, pFind, nLevel + 1, pLimits)) {
68 // Upon the deletion of |csName| from leaf array |pFind|, update the ancestors
69 // of |pFind|. Specifically, the limits of |pFind|'s ancestors will be updated
72 const CPDF_Array* pFind,
86 if (pNames != pFind)
113 // Loop through the kids to find the leaf array |pFind|
    [all...]
cpdf_occontext.cpp 66 CPDF_Dictionary* pFind = pConfigs->GetDictAt(i);
67 if (pFind && HasIntent(pFind, "View", "View"))
68 return pFind;
cpdf_interform.cpp 150 CPDF_Font* pFind = pDocument->LoadFont(pElement);
151 if (!pFind)
154 CFX_SubstFont* pSubst = pFind->GetSubstFont();
160 return pFind;
    [all...]
  /external/pdfium/core/fxcrt/xml/
cfx_xmlnode.cpp 98 CFX_XMLNode* pFind = nullptr;
100 pFind = GetNodeItem(CFX_XMLNode::Root);
102 pFind = m_pParent;
104 pFind = (CFX_XMLNode*)this;
117 pFind = pNode;
119 pFind = pNode->GetPath(pStart, iLength, bQualifiedName);
121 if (pFind)
122 return pFind;
128 if (!pFind || iLength < 1)
129 return pFind;
    [all...]
  /external/pdfium/fpdfsdk/formfiller/
cba_fontmap.cpp 122 CPDF_Font* pFind = nullptr;
142 pFind = pFont;
145 return pFind;
  /external/pdfium/core/fxge/
cfx_folderfontinfo.cpp 287 FontFaceInfo* pFind = nullptr;
306 pFind = pFont;
309 return pFind;

Completed in 192 milliseconds