OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numBranches
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkRTree.cpp
333
int
numBranches
= branches->count() / fMaxChildren;
338
++
numBranches
;
348
int numStrips = SkScalarCeil(SkScalarSqrt(SkIntToScalar(
numBranches
) *
350
int numTiles = SkScalarCeil(SkIntToScalar(
numBranches
) /
/external/skia/src/core/
SkRTree.cpp
333
int
numBranches
= branches->count() / fMaxChildren;
338
++
numBranches
;
348
int numStrips = SkScalarCeil(SkScalarSqrt(SkIntToScalar(
numBranches
) *
350
int numTiles = SkScalarCeil(SkIntToScalar(
numBranches
) /
Completed in 28 milliseconds