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

  /external/chromium_org/third_party/skia/src/pdf/
SkPDFPage.cpp 90 int treeCapacity = kNodeSize;
120 // treeCapacity is the number of leaf nodes possible for the
125 // treeCapacity, otherwise it's what ever is left over after
126 // consuming treeCapacity chunks.
127 int pageCount = treeCapacity;
129 pageCount = ((pages.count() - 1) % treeCapacity) + 1;
138 treeCapacity *= kNodeSize;
  /external/skia/src/pdf/
SkPDFPage.cpp 90 int treeCapacity = kNodeSize;
120 // treeCapacity is the number of leaf nodes possible for the
125 // treeCapacity, otherwise it's what ever is left over after
126 // consuming treeCapacity chunks.
127 int pageCount = treeCapacity;
129 pageCount = ((pages.count() - 1) % treeCapacity) + 1;
138 treeCapacity *= kNodeSize;

Completed in 161 milliseconds