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

/external/skia/src/pathops/
H A DSkPathOpsDebug.cpp3000 SkScalar largerHeight = larger.height(); local
3001 if (largerHeight < 4) {
3002 largerHeight = 4;
3005 SkScalar vScale = (bitHeight - 2) / largerHeight;

Completed in 99 milliseconds