/external/chromium_org/third_party/skia/src/pdf/ |
SkPDFCatalog.h | 66 * @param firstPage If true, include first page objects only, otherwise 69 int32_t emitXrefTable(SkWStream* stream, bool firstPage); 82 * @param firstPage Indicate whether this is for the first page only. 85 off_t setSubstituteResourcesOffsets(off_t fileOffset, bool firstPage); 89 void emitSubstituteResources(SkWStream* stream, bool firstPage); 134 SkTSet<SkPDFObject*>* getSubstituteList(bool firstPage);
|
SkPDFCatalog.cpp | 110 int32_t SkPDFCatalog::emitXrefTable(SkWStream* stream, bool firstPage) { 115 // if (firstPage) { 196 bool firstPage) { 197 SkTSet<SkPDFObject*>* targetSet = getSubstituteList(firstPage); 205 void SkPDFCatalog::emitSubstituteResources(SkWStream *stream, bool firstPage) { 206 SkTSet<SkPDFObject*>* targetSet = getSubstituteList(firstPage); 212 SkTSet<SkPDFObject*>* SkPDFCatalog::getSubstituteList(bool firstPage) { 213 return firstPage ? &fSubstituteResourcesFirstPage :
|
SkPDFDocument.cpp | 19 static void addResourcesToCatalog(bool firstPage, 23 catalog->addObject((*resourceSet)[i], firstPage); 117 bool firstPage = true; 119 * fFirstPageResources or fOtherPageResources depending on firstPage and 132 firstPage = false; 137 fCatalog.get(), firstPage, knownResources, &newResources); 138 addResourcesToCatalog(firstPage, &newResources, fCatalog.get()); 139 if (firstPage) {
|
SkPDFPage.h | 42 * @param firstPage Indicate if this is the first page of a document. 49 void finalizePage(SkPDFCatalog* catalog, bool firstPage,
|
SkPDFPage.cpp | 24 void SkPDFPage::finalizePage(SkPDFCatalog* catalog, bool firstPage, 43 catalog->addObject(fContentStream.get(), firstPage);
|
/external/skia/src/pdf/ |
SkPDFCatalog.h | 66 * @param firstPage If true, include first page objects only, otherwise 69 int32_t emitXrefTable(SkWStream* stream, bool firstPage); 82 * @param firstPage Indicate whether this is for the first page only. 85 off_t setSubstituteResourcesOffsets(off_t fileOffset, bool firstPage); 89 void emitSubstituteResources(SkWStream* stream, bool firstPage); 134 SkTSet<SkPDFObject*>* getSubstituteList(bool firstPage);
|
SkPDFCatalog.cpp | 110 int32_t SkPDFCatalog::emitXrefTable(SkWStream* stream, bool firstPage) { 115 // if (firstPage) { 196 bool firstPage) { 197 SkTSet<SkPDFObject*>* targetSet = getSubstituteList(firstPage); 205 void SkPDFCatalog::emitSubstituteResources(SkWStream *stream, bool firstPage) { 206 SkTSet<SkPDFObject*>* targetSet = getSubstituteList(firstPage); 212 SkTSet<SkPDFObject*>* SkPDFCatalog::getSubstituteList(bool firstPage) { 213 return firstPage ? &fSubstituteResourcesFirstPage :
|
SkPDFDocument.cpp | 19 static void addResourcesToCatalog(bool firstPage, 23 catalog->addObject((*resourceSet)[i], firstPage); 117 bool firstPage = true; 119 * fFirstPageResources or fOtherPageResources depending on firstPage and 132 firstPage = false; 137 fCatalog.get(), firstPage, knownResources, &newResources); 138 addResourcesToCatalog(firstPage, &newResources, fCatalog.get()); 139 if (firstPage) {
|
SkPDFPage.h | 42 * @param firstPage Indicate if this is the first page of a document. 49 void finalizePage(SkPDFCatalog* catalog, bool firstPage,
|
SkPDFPage.cpp | 24 void SkPDFPage::finalizePage(SkPDFCatalog* catalog, bool firstPage, 43 catalog->addObject(fContentStream.get(), firstPage);
|
/system/extras/libpagemap/ |
pm_process.c | 105 int firstpage, numpages; local 113 firstpage = low / proc->ker->pagesize; 120 off = lseek(proc->pagemap_fd, firstpage * sizeof(uint64_t), SEEK_SET);
|
/dalvik/vm/ |
LinearAlloc.cpp | 463 int firstPage, lastPage; 465 firstPage = ((u1*)pLen - (u1*)pHdr->mapAddr) / SYSTEM_PAGE_SIZE; 467 LOGVV("--- updating pages %d-%d (%d)", firstPage, lastPage, direction); 476 for (i = firstPage; i <= lastPage; i++) { 481 if (i == firstPage) { 516 if (i == firstPage) {
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSSelector.cpp | 330 DEFINE_STATIC_LOCAL(AtomicString, firstPage, ("first", AtomicString::ConstructFromLiteral)); 416 nameToPseudoType->set(firstPage.impl(), CSSSelector::PseudoFirstPage); [all...] |
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ |
PrintJobConfigActivity.java | 480 final int firstPage = mRequestedPages[0].getStart(); 481 mRequestedPages = new PageRange[] {new PageRange(firstPage, firstPage)}; [all...] |
/external/chromium_org/v8/src/ |
code-stubs.cc | 176 heap->code_space()->FirstPage()->Contains(code->address()));
|
spaces.h | [all...] |
heap.cc | [all...] |
/external/v8/test/cctest/ |
test-heap.cc | [all...] |
/external/v8/src/ |
spaces.h | [all...] |