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

  /external/skia/include/pdf/
SkPDFCatalog.h 122 uint32_t fFirstPageCount;
  /external/skia/src/pdf/
SkPDFCatalog.cpp 16 : fFirstPageCount(0),
33 fFirstPageCount++;
88 fNextFirstPageObjNum = fCatalog.count() - fFirstPageCount + 1;
114 // int last = fCatalog.count() - fFirstPageCount - 1;
116 // first = fCatalog.count() - fFirstPageCount;

Completed in 3133 milliseconds