Searched defs:numBranches (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/core/
H A DSkRTree.cpp67 int numBranches = branches / kMaxChildren; local
70 numBranches++;
77 int numStrips = SkScalarCeilToInt(SkScalarSqrt(SkIntToScalar(numBranches) / aspectRatio));
78 int numTiles = SkScalarCeilToInt(SkIntToScalar(numBranches) / SkIntToScalar(numStrips));
111 int numBranches = branches->count() / kMaxChildren; local
116 ++numBranches;
125 int numStrips = SkScalarCeilToInt(SkScalarSqrt(SkIntToScalar(numBranches) / fAspectRatio));
126 int numTiles = SkScalarCeilToInt(SkIntToScalar(numBranches) / SkIntToScalar(numStrips));

Completed in 88 milliseconds