Searched refs:largerHeight (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker_TestUtility.cpp179 SkScalar largerHeight = larger.height(); local
180 if (largerHeight < 4) {
181 largerHeight = 4;
184 SkScalar vScale = (bitHeight - 2) / largerHeight;
/external/chromium_org/third_party/skia/tests/
H A DPathOpsExtendedTest.cpp172 SkScalar largerHeight = larger.height();
173 if (largerHeight < 4) {
174 largerHeight = 4;
177 SkScalar vScale = (bitHeight - 2) / largerHeight;
/external/skia/experimental/Intersection/
H A DEdgeWalker_TestUtility.cpp179 SkScalar largerHeight = larger.height(); local
180 if (largerHeight < 4) {
181 largerHeight = 4;
184 SkScalar vScale = (bitHeight - 2) / largerHeight;
/external/skia/tests/
H A DPathOpsExtendedTest.cpp289 SkScalar largerHeight = larger.height();
290 if (largerHeight < 4) {
291 largerHeight = 4;
294 SkScalar vScale = (bitHeight - 2) / largerHeight;

Completed in 167 milliseconds