Searched refs:pageNum (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/testing/resources/javascript/ |
D | document_props_expected.txt | 25 Alert: this.pageNum is undefined undefined 59 Alert: this.pageNum = 3; yields 3 92 Alert: this.pageNum is undefined undefined
|
D | document_props.in | 97 'pageNum',
|
/external/gptfdisk/ |
D | gptcurses.cc | 264 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/ |
D | bug_507316.in | 116 this.pageNum=1;
|
/external/swiftshader/third_party/subzero/runtime/ |
D | wasm-runtime.cpp | 63 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/ |
D | Document.h | 100 bool pageNum(CJS_Runtime* pRuntime, 348 JS_STATIC_PROP(pageNum, Document);
|
D | Document.cpp | 211 bool Document::pageNum(CJS_Runtime* pRuntime, in pageNum() function in Document
|
/external/skia/src/xps/ |
D | SkXPSDevice.cpp | 171 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()
|