HomeSort by relevance Sort by last modified time
    Searched full:firstpage (Results 1 - 9 of 9) sorted by null

  /external/skia/include/pdf/
SkPDFCatalog.h 68 * @param firstPage If true, include first page objects only, otherwise
71 int32_t emitXrefTable(SkWStream* stream, bool firstPage);
SkPDFPage.h 49 * @param firstPage Indicate if this is the first page of a document.
54 void finalizePage(SkPDFCatalog* catalog, bool firstPage,
  /external/skia/src/pdf/
SkPDFCatalog.cpp 100 int32_t SkPDFCatalog::emitXrefTable(SkWStream* stream, bool firstPage) {
105 //if (firstPage) {
SkPDFDocument.cpp 24 void addResourcesToCatalog(int firstIndex, bool firstPage,
34 catalog->addObject((*resourceList)[i], firstPage);
SkPDFPage.cpp 29 void SkPDFPage::finalizePage(SkPDFCatalog* catalog, bool firstPage,
41 catalog->addObject(fContentStream.get(), firstPage);
  /system/extras/libpagemap/
pm_process.c 97 int firstpage, numpages; local
105 firstpage = low / proc->ker->pagesize;
112 off = lseek(proc->pagemap_fd, firstpage * sizeof(uint64_t), SEEK_SET);
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
WKPrintingView.mm 169 NSUInteger firstPage = [[[[_printOperation printInfo] dictionary] objectForKey:NSPrintFirstPage] unsignedIntegerValue];
171 if (lastPage - firstPage >= _printingPageRects.size())
243 NSUInteger firstPage = [self _firstPrintedPageNumber];
246 ASSERT(firstPage > 0);
247 ASSERT(firstPage <= lastPage);
248 LOG(View, "WKPrintingView requesting PDF data for pages %u...%u", firstPage, lastPage);
260 _webFrame->page()->drawPagesToPDF(_webFrame.get(), firstPage - 1, lastPage - firstPage + 1, callback.get());
  /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/webkit/Source/WebCore/css/
CSSSelector.cpp 316 DEFINE_STATIC_LOCAL(AtomicString, firstPage, ("first"));
403 nameToPseudoType->set(firstPage.impl(), CSSSelector::PseudoFirstPage);

Completed in 902 milliseconds