Home
last modified time | relevance | path

Searched refs:pageNum (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/testing/resources/javascript/
Ddocument_props_expected.txt25 Alert: this.pageNum is undefined undefined
59 Alert: this.pageNum = 3; yields 3
92 Alert: this.pageNum is undefined undefined
Ddocument_props.in97 'pageNum',
/external/gptfdisk/
Dgptcurses.cc264 int lineNum = 5, i = 0, retval = -1, numToShow, pageNum; in DisplayParts() local
274 pageNum = selected / numToShow; in DisplayParts()
275 for (i = pageNum * numToShow; i <= (pageNum + 1) * numToShow - 1; i++) { in DisplayParts()
/external/pdfium/testing/resources/
Dbug_507316.in116 this.pageNum=1;
/external/swiftshader/third_party/subzero/runtime/
Dwasm-runtime.cpp63 uint32_t pageNum(uint32_t Index) { return Index >> PageSizeLog2; } in pageNum() function
91 if (pageNum(Index) < WASM_NUM_PAGES) { in wasmPtr()
/external/pdfium/fpdfsdk/javascript/
DDocument.h100 bool pageNum(CJS_Runtime* pRuntime,
348 JS_STATIC_PROP(pageNum, Document);
DDocument.cpp211 bool Document::pageNum(CJS_Runtime* pRuntime, in pageNum() function in Document
/external/skia/src/xps/
DSkXPSDevice.cpp171 const unsigned int pageNum, in createXpsThumbnail() argument
183 SK_ARRAY_COUNT(L"/Documents/1/Metadata/.png") + sk_digits_in<decltype(pageNum)>(), in createXpsThumbnail()
186 if (pageNum > 0) { in createXpsThumbnail()
187 swprintf_s(buffer, size, L"/Documents/1/Metadata/%u.png", pageNum); in createXpsThumbnail()