Searched refs:fAspectRatio (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/core/
H A DSkRTree.h91 SkScalar fAspectRatio; member in class:SkRTree
H A DSkRTree.cpp10 SkRTree::SkRTree(SkScalar aspectRatio) : fCount(0), fAspectRatio(aspectRatio) {}
47 fNodes.setReserve(CountNodes(fCount, fAspectRatio));
125 int numStrips = SkScalarCeilToInt(SkScalarSqrt(SkIntToScalar(numBranches) / fAspectRatio));

Completed in 42 milliseconds