Searched refs:nLevel (Results 1 - 14 of 14) sorted by relevance

/external/pdfium/core/fpdfdoc/
H A Dcpdf_nametree.cpp21 int nLevel = 0) {
22 if (nLevel > nMaxRecursion)
71 SearchNameNode(pKid, csName, nIndex, ppFind, nLevel + 1);
83 int nLevel = 0) {
84 if (nLevel > nMaxRecursion)
107 SearchNameNode(pKid, nIndex, nCurIndex, csName, ppFind, nLevel + 1);
114 size_t CountNames(CPDF_Dictionary* pNode, int nLevel = 0) {
115 if (nLevel > nMaxRecursion)
132 nCount += CountNames(pKid, nLevel + 1);
H A Dcpdf_occontext.h38 bool GetOCGVE(CPDF_Array* pExpression, int nLevel);
H A Dcpdf_interform.h96 void LoadField(CPDF_Dictionary* pFieldDict, int nLevel);
103 int nLevel = 0);
H A Dcpdf_occontext.cpp195 bool CPDF_OCContext::GetOCGVE(CPDF_Array* pExpression, int nLevel) { argument
196 if (nLevel > 32 || !pExpression)
207 return !GetOCGVE(pArray, nLevel + 1);
224 bItem = GetOCGVE(pArray, nLevel + 1);
H A Ddoc_tagged.cpp115 int nLevel) {
116 if (nLevel > nMaxRecursion)
133 AddPageNode(pParent, map, nLevel + 1);
294 FX_FLOAT nLevel = 0.0F) {
295 if (nLevel > nMaxRecursion)
308 pDict = FindAttrDict(pElement, owner, nLevel + 1);
112 AddPageNode( CPDF_Dictionary* pDict, std::map<CPDF_Dictionary*, CFX_RetainPtr<CPDF_StructElement>>* map, int nLevel) argument
H A Dcpdf_interform.cpp438 size_t CountFieldsInternal(int nLevel) const {
439 if (nLevel > nMaxRecursion)
447 count += GetChildAt(i)->CountFieldsInternal(nLevel + 1);
467 void RemoveNode(Node* pNode, int nLevel = 0);
491 void CFieldTree::RemoveNode(Node* pNode, int nLevel) { argument
495 if (nLevel <= nMaxRecursion) {
497 RemoveNode(pNode->GetChildAt(i), nLevel + 1);
1028 void CPDF_InterForm::LoadField(CPDF_Dictionary* pFieldDict, int nLevel) { argument
1029 if (nLevel > nMaxRecursion)
1050 LoadField(pChildDict, nLevel
1265 FDF_ImportField(CPDF_Dictionary* pFieldDict, const CFX_WideString& parent_name, bool bNotify, int nLevel) argument
[all...]
H A Dtagged_int.h47 int nLevel = 0);
H A Dcpdf_formfield.h40 int nLevel = 0);
H A Dcpdf_formfield.cpp52 int nLevel) {
53 if (nLevel > kMaxRecursion)
65 return FPDF_GetFieldAttr(pParent, name, nLevel + 1);
50 FPDF_GetFieldAttr(CPDF_Dictionary* pFieldDict, const FX_CHAR* name, int nLevel) argument
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
H A DPVRTTextureAPI.cpp274 unsigned int nLevel; local
292 for(nLevel = 0; ((unsigned int)1 << nLevel) < nSize; ++nLevel)
294 int nBlocksDstW = PVRT_MAX((unsigned int)1, (nSize >> nLevel) / nElW);
295 int nBlocksDstH = PVRT_MAX((unsigned int)1, (nSize >> nLevel) / nElH);
296 int nBlocksSrcW = PVRT_MAX((unsigned int)1, (pIn->u32Width >> nLevel) / nElW);
297 int nBlocksSrcH = PVRT_MAX((unsigned int)1, (pIn->u32Height >> nLevel) / nElH);
316 psTexHeaderNew->u32MIPMapCount = nLevel+1;
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/
H A DPVRTTextureAPI.cpp677 unsigned int nLevel; local
695 for(nLevel = 0; ((unsigned int)1 << nLevel) < nSize; ++nLevel)
697 int nBlocksDstW = PVRT_MAX((unsigned int)1, (nSize >> nLevel) / nElW);
698 int nBlocksDstH = PVRT_MAX((unsigned int)1, (nSize >> nLevel) / nElH);
699 int nBlocksSrcW = PVRT_MAX((unsigned int)1, (pIn->u32Width >> nLevel) / nElW);
700 int nBlocksSrcH = PVRT_MAX((unsigned int)1, (pIn->u32Height >> nLevel) / nElH);
719 psTexHeaderNew->u32MIPMapCount = nLevel+1;
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_scriptcontext.cpp583 int32_t nLevel = 0; local
643 rndFind.m_nLevel = nLevel;
692 if (nLevel == 0) {
695 nLevel++;
/external/sqlite/dist/orig/
H A Dsqlite3.c126824 u8 nLevel; /* Number of nested loop */ member in struct:WhereInfo
190434 int nLevel; /* Number of levels in this index */ member in struct:Fts5Structure
190948 int nLevel = 0; local
191018 int nLevel = pStruct->nLevel; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c126824 u8 nLevel; /* Number of nested loop */ member in struct:WhereInfo
190446 int nLevel; /* Number of levels in this index */ member in struct:Fts5Structure
190960 int nLevel = 0; local
191030 int nLevel = pStruct->nLevel; local
[all...]

Completed in 1008 milliseconds