HomeSort by relevance Sort by last modified time
    Searched refs:nLevel (Results 1 - 12 of 12) sorted by null

  /external/pdfium/core/fpdfdoc/
cpdf_nametree.cpp 41 int nLevel,
43 if (nLevel > kNameTreeMaxRecursion)
60 if (GetNodeAncestorsLimits(pKid, pFind, nLevel + 1, pLimits)) {
74 int nLevel) {
75 if (nLevel > kNameTreeMaxRecursion)
118 if (!UpdateNodesAndLimitsUponDeletion(pKid, pFind, csName, nLevel + 1))
158 int nLevel,
162 if (nLevel > kNameTreeMaxRecursion)
219 CPDF_Object* pFound = SearchNameNodeByName(pKid, csName, nLevel + 1, nIndex,
233 int nLevel,
    [all...]
cpdf_occontext.h 38 bool GetOCGVE(CPDF_Array* pExpression, int nLevel);
cpdf_structtree.h 41 int nLevel);
cpdf_structtree.cpp 87 int nLevel) {
89 if (nLevel > kStructTreeMaxRecursion)
106 AddPageNode(pParent, map, nLevel + 1);
cpdf_interform.h 97 void LoadField(CPDF_Dictionary* pFieldDict, int nLevel);
104 int nLevel = 0);
cpdf_occontext.cpp 195 bool CPDF_OCContext::GetOCGVE(CPDF_Array* pExpression, int nLevel) {
196 if (nLevel > 32 || !pExpression)
207 return !GetOCGVE(pArray, nLevel + 1);
224 bItem = GetOCGVE(pArray, nLevel + 1);
cpdf_formfield.h 84 int nLevel = 0);
cpdf_interform.cpp 938 void CPDF_InterForm::LoadField(CPDF_Dictionary* pFieldDict, int nLevel) {
939 if (nLevel > nMaxRecursion)
960 LoadField(pChildDict, nLevel + 1);
    [all...]
cpdf_formfield.cpp 58 int nLevel) {
60 if (!pFieldDict || nLevel > kGetFieldMaxRecursion)
68 return pParent ? FPDF_GetFieldAttr(pParent, name, nLevel + 1) : nullptr;
  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
PVRTTextureAPI.cpp 274 unsigned int nLevel;
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;
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES3/
PVRTTextureAPI.cpp 677 unsigned int nLevel;
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;
    [all...]
  /external/pdfium/fxjs/
cfxjse_engine.cpp 560 int32_t nLevel = 0;
621 rndFind.m_nLevel = nLevel;
670 if (nLevel == 0)
673 nLevel++;

Completed in 458 milliseconds