Searched refs:kNodeSize (Results 1 - 1 of 1) sorted by path

/external/skia/src/pdf/
H A DSkPDFDocument.cpp112 // choose 8 (kNodeSize) as the number of allowed children. The internal
118 static const int kNodeSize = 8; local
126 int treeCapacity = kNodeSize;
138 kids->reserve(kNodeSize);
141 for (; i < curNodes.count() && count < kNodeSize; i++, count++) {
166 treeCapacity *= kNodeSize;

Completed in 322 milliseconds