Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkQuadTree.h83 static const int kChildCount = 4; variable
87 for (int index=0; index<kChildCount; ++index) { in Node()
94 Node* fChildren[kChildCount];
DSkQuadTree.cpp90 for(int index=0; index<kChildCount; ++index) { in split()
125 for(int index=0; index<kChildCount; ++index) { in search()
136 for(int index=0; index<kChildCount; ++index) { in clear()
149 for(int index=0; index<kChildCount; ++index) { in getDepth()