OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fAspectRatio
(Results
1 - 2
of
2
) sorted by null
/external/skia/src/core/
SkRTree.h
91
SkScalar
fAspectRatio
;
SkRTree.cpp
10
SkRTree::SkRTree(SkScalar aspectRatio) : fCount(0),
fAspectRatio
(aspectRatio) {}
47
fNodes.setReserve(CountNodes(fCount,
fAspectRatio
));
125
int numStrips = SkScalarCeilToInt(SkScalarSqrt(SkIntToScalar(numBranches) /
fAspectRatio
));
Completed in 55 milliseconds