Home
last modified time | relevance | path

Searched refs:nLevel (Results 1 – 13 of 13) sorted by relevance

/external/pdfium/core/fpdfdoc/
Dcpdf_nametree.cpp41 int nLevel, in GetNodeAncestorsLimits() argument
43 if (nLevel > kNameTreeMaxRecursion) in GetNodeAncestorsLimits()
60 if (GetNodeAncestorsLimits(pKid, pFind, nLevel + 1, pLimits)) { in GetNodeAncestorsLimits()
74 int nLevel) { in UpdateNodesAndLimitsUponDeletion() argument
75 if (nLevel > kNameTreeMaxRecursion) in UpdateNodesAndLimitsUponDeletion()
118 if (!UpdateNodesAndLimitsUponDeletion(pKid, pFind, csName, nLevel + 1)) in UpdateNodesAndLimitsUponDeletion()
158 int nLevel, in SearchNameNodeByName() argument
162 if (nLevel > kNameTreeMaxRecursion) in SearchNameNodeByName()
219 CPDF_Object* pFound = SearchNameNodeByName(pKid, csName, nLevel + 1, nIndex, in SearchNameNodeByName()
233 int nLevel, in SearchNameNodeByIndex() argument
[all …]
Dcpdf_structtree.cpp88 int nLevel) { in AddPageNode() argument
90 if (nLevel > kStructTreeMaxRecursion) in AddPageNode()
107 AddPageNode(pParent, map, nLevel + 1); in AddPageNode()
Dcpdf_structtree.h42 int nLevel);
Dcpdf_interactiveform.h113 void LoadField(CPDF_Dictionary* pFieldDict, int nLevel);
Dcpdf_formfield.cpp37 int nLevel) { in GetFieldAttrRecursive() argument
39 if (!pFieldDict || nLevel > kGetFieldMaxRecursion) in GetFieldAttrRecursive()
47 pFieldDict->GetDictFor(pdfium::form_fields::kParent), name, nLevel + 1); in GetFieldAttrRecursive()
Dcpdf_interactiveform.cpp846 void CPDF_InteractiveForm::LoadField(CPDF_Dictionary* pFieldDict, int nLevel) { in LoadField() argument
847 if (nLevel > nMaxRecursion) in LoadField()
869 LoadField(pChildDict, nLevel + 1); in LoadField()
/external/pdfium/core/fpdfapi/page/
Dcpdf_occontext.cpp196 bool CPDF_OCContext::GetOCGVE(const CPDF_Array* pExpression, int nLevel) const { in GetOCGVE()
197 if (nLevel > 32 || !pExpression) in GetOCGVE()
208 return !GetOCGVE(pArray, nLevel + 1); in GetOCGVE()
225 bItem = GetOCGVE(pArray, nLevel + 1); in GetOCGVE()
Dcpdf_occontext.h38 bool GetOCGVE(const CPDF_Array* pExpression, int nLevel) const;
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
DPVRTTextureAPI.cpp274 unsigned int nLevel; in PVRTTextureTile() local
292 for(nLevel = 0; ((unsigned int)1 << nLevel) < nSize; ++nLevel) in PVRTTextureTile()
294 int nBlocksDstW = PVRT_MAX((unsigned int)1, (nSize >> nLevel) / nElW); in PVRTTextureTile()
295 int nBlocksDstH = PVRT_MAX((unsigned int)1, (nSize >> nLevel) / nElH); in PVRTTextureTile()
296 int nBlocksSrcW = PVRT_MAX((unsigned int)1, (pIn->u32Width >> nLevel) / nElW); in PVRTTextureTile()
297 int nBlocksSrcH = PVRT_MAX((unsigned int)1, (pIn->u32Height >> nLevel) / nElH); in PVRTTextureTile()
316 psTexHeaderNew->u32MIPMapCount = nLevel+1; in PVRTTextureTile()
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/
DPVRTTextureAPI.cpp677 unsigned int nLevel; in PVRTTextureTile() local
695 for(nLevel = 0; ((unsigned int)1 << nLevel) < nSize; ++nLevel) in PVRTTextureTile()
697 int nBlocksDstW = PVRT_MAX((unsigned int)1, (nSize >> nLevel) / nElW); in PVRTTextureTile()
698 int nBlocksDstH = PVRT_MAX((unsigned int)1, (nSize >> nLevel) / nElH); in PVRTTextureTile()
699 int nBlocksSrcW = PVRT_MAX((unsigned int)1, (pIn->u32Width >> nLevel) / nElW); in PVRTTextureTile()
700 int nBlocksSrcH = PVRT_MAX((unsigned int)1, (pIn->u32Height >> nLevel) / nElH); in PVRTTextureTile()
719 psTexHeaderNew->u32MIPMapCount = nLevel+1; in PVRTTextureTile()
/external/pdfium/fxjs/xfa/
Dcfxjse_engine.cpp627 int32_t nLevel = 0; in ResolveObjects() local
683 rndFind.m_nLevel = nLevel; in ResolveObjects()
729 if (nLevel == 0) in ResolveObjects()
732 nLevel++; in ResolveObjects()
/external/sqlite/dist/
Dsqlite3.c136112 u8 nLevel; /* Number of nested loop */
138124 if( pWInfo->nLevel>1 ){
138127 nNotReady = pWInfo->nLevel - iLevel - 1;
138344 if( pWInfo->nLevel>1 ) sqlite3StackFree(db, pOrTab);
140218 pInner = &pWInfo->a[pWInfo->nLevel-1];
142046 for(i=0; i<pWInfo->nLevel; i++){
143667 struct SrcList_item *pEnd = &pTabList->a[pWInfo->nLevel];
144139 nLoop = pWInfo->nLevel;
144419 assert( pWInfo->nLevel==nLoop );
144779 pWInfo->nLevel = nTabList;
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c136096 u8 nLevel; /* Number of nested loop */
138108 if( pWInfo->nLevel>1 ){
138111 nNotReady = pWInfo->nLevel - iLevel - 1;
138328 if( pWInfo->nLevel>1 ) sqlite3StackFree(db, pOrTab);
140202 pInner = &pWInfo->a[pWInfo->nLevel-1];
142030 for(i=0; i<pWInfo->nLevel; i++){
143651 struct SrcList_item *pEnd = &pTabList->a[pWInfo->nLevel];
144123 nLoop = pWInfo->nLevel;
144403 assert( pWInfo->nLevel==nLoop );
144763 pWInfo->nLevel = nTabList;
[all …]