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

/external/skia/src/pathops/
H A DSkPathOpsDebug.cpp2996 SkScalar largerWidth = larger.width(); local
2997 if (largerWidth < 4) {
2998 largerWidth = 4;
3004 SkScalar hScale = (bitWidth - 2) / largerWidth;

Completed in 64 milliseconds