Home
last modified time | relevance | path

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

/external/skia/src/pathops/
DSkPathOpsOp.cpp354 SkScalar largerWidth = larger.width(); in debug_scale_matrix() local
355 if (largerWidth < 4) { in debug_scale_matrix()
356 largerWidth = 4; in debug_scale_matrix()
362 SkScalar hScale = (bitWidth - 2) / largerWidth; in debug_scale_matrix()
/external/skia/tests/
DPathOpsExtendedTest.cpp173 SkScalar largerWidth = larger.width(); in scaleMatrix() local
174 if (largerWidth < 4) { in scaleMatrix()
175 largerWidth = 4; in scaleMatrix()
181 SkScalar hScale = (bitWidth - 2) / largerWidth; in scaleMatrix()