/external/pdfium/core/fpdfdoc/ |
D | cpdf_nametree.cpp | 41 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 …]
|
D | cpdf_structtree.cpp | 88 int nLevel) { in AddPageNode() argument 90 if (nLevel > kStructTreeMaxRecursion) in AddPageNode() 107 AddPageNode(pParent, map, nLevel + 1); in AddPageNode()
|
D | cpdf_structtree.h | 42 int nLevel);
|
D | cpdf_interactiveform.h | 113 void LoadField(CPDF_Dictionary* pFieldDict, int nLevel);
|
D | cpdf_formfield.cpp | 37 int nLevel) { in GetFieldAttrRecursive() argument 39 if (!pFieldDict || nLevel > kGetFieldMaxRecursion) in GetFieldAttrRecursive() 47 pFieldDict->GetDictFor(pdfium::form_fields::kParent), name, nLevel + 1); in GetFieldAttrRecursive()
|
D | cpdf_interactiveform.cpp | 846 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/ |
D | cpdf_occontext.cpp | 196 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()
|
D | cpdf_occontext.h | 38 bool GetOCGVE(const CPDF_Array* pExpression, int nLevel) const;
|
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/ |
D | PVRTTextureAPI.cpp | 274 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/ |
D | PVRTTextureAPI.cpp | 677 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/ |
D | cfxjse_engine.cpp | 627 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/ |
D | sqlite3.c | 136112 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/ |
D | sqlite3.c | 136096 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 …]
|