HomeSort by relevance Sort by last modified time
    Searched defs:firstPage (Results 1 - 2 of 2) sorted by null

  /external/skia/src/pdf/
SkPDFDocument.cpp 19 void addResourcesToCatalog(int firstIndex, bool firstPage,
29 catalog->addObject((*resourceList)[i], firstPage);
108 bool firstPage = true;
111 fPages[i]->finalizePage(fCatalog.get(), firstPage, &fPageResources);
112 addResourcesToCatalog(resourceCount, firstPage, &fPageResources,
115 firstPage = false;
  /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) {

Completed in 353 milliseconds