Home
last modified time | relevance | path

Searched refs:incrementBy (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/core/
DSkRTree.cpp74 int incrementBy = kMaxChildren; in CountNodes() local
77 incrementBy -= remainder; in CountNodes()
80 incrementBy = kMinChildren; in CountNodes()
86 for (int k = 1; k < incrementBy && currentBranch < branches; ++k) { in CountNodes()
117 int incrementBy = kMaxChildren; in bulkLoad() local
121 incrementBy -= remainder; in bulkLoad()
124 incrementBy = kMinChildren; in bulkLoad()
135 for (int k = 1; k < incrementBy && currentBranch < (int)branches->size(); ++k) { in bulkLoad()
/third_party/flutter/skia/src/core/
DSkRTree.cpp80 int incrementBy = kMaxChildren; in CountNodes() local
83 incrementBy -= remainder; in CountNodes()
86 incrementBy = kMinChildren; in CountNodes()
92 for (int k = 1; k < incrementBy && currentBranch < branches; ++k) { in CountNodes()
123 int incrementBy = kMaxChildren; in bulkLoad() local
127 incrementBy -= remainder; in bulkLoad()
130 incrementBy = kMinChildren; in bulkLoad()
141 for (int k = 1; k < incrementBy && currentBranch < branches->count(); ++k) { in bulkLoad()