Home
last modified time | relevance | path

Searched refs:largerWidth (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/tests/
DPathOpsExtendedTest.cpp119 SkScalar largerWidth = larger.width(); in scaleMatrix() local
120 if (largerWidth < 4) { in scaleMatrix()
121 largerWidth = 4; in scaleMatrix()
127 SkScalar hScale = (kBitWidth - 2) / largerWidth; in scaleMatrix()
/third_party/flutter/skia/tests/
DPathOpsExtendedTest.cpp211 SkScalar largerWidth = larger.width(); in scaleMatrix() local
212 if (largerWidth < 4) { in scaleMatrix()
213 largerWidth = 4; in scaleMatrix()
219 SkScalar hScale = (bitWidth - 2) / largerWidth; in scaleMatrix()
/third_party/flutter/skia/src/pathops/
DSkPathOpsDebug.cpp3008 SkScalar largerWidth = larger.width(); in debug_scale_matrix() local
3009 if (largerWidth < 4) { in debug_scale_matrix()
3010 largerWidth = 4; in debug_scale_matrix()
3016 SkScalar hScale = (bitWidth - 2) / largerWidth; in debug_scale_matrix()
/third_party/skia/src/pathops/
DSkPathOpsDebug.cpp2982 SkScalar largerWidth = larger.width(); in debug_scale_matrix() local
2983 if (largerWidth < 4) { in debug_scale_matrix()
2984 largerWidth = 4; in debug_scale_matrix()
2990 SkScalar hScale = (bitWidth - 2) / largerWidth; in debug_scale_matrix()