Home
last modified time | relevance | path

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

/external/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 = (bitWidth - 2) / largerWidth; in scaleMatrix()
/external/skqp/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()
/external/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()
/external/skqp/src/pathops/
DSkPathOpsDebug.cpp3009 SkScalar largerWidth = larger.width(); in debug_scale_matrix() local
3010 if (largerWidth < 4) { in debug_scale_matrix()
3011 largerWidth = 4; in debug_scale_matrix()
3017 SkScalar hScale = (bitWidth - 2) / largerWidth; in debug_scale_matrix()