Home
last modified time | relevance | path

Searched refs:bitHeight (Results 1 – 6 of 6) sorted by relevance

/external/skia/tests/
DPathOpsTightBoundsTest.cpp51 const int bitHeight = 32; in testTightBoundsQuads() local
53 const float pathMax = (float) (bitHeight - 2); in testTightBoundsQuads()
56 bits.allocN32Pixels(bitWidth, bitHeight); in testTightBoundsQuads()
85 for (int y = 0; y < bitHeight; ++y) { in testTightBoundsQuads()
DPathOpsExtendedTest.cpp114 const int bitHeight = 64; variable
128 SkScalar vScale = (bitHeight - 2) / largerHeight; in scaleMatrix()
145 bits.allocN32Pixels(bitWidth * 2, bitHeight); in pathsDrawTheSame()
161 for (int y = 0; y < bitHeight - 1; ++y) { in pathsDrawTheSame()
203 int bitHeight = SkScalarCeilToInt(larger.height()) + 2; in drawAsciiPaths() local
204 if (bitHeight >= (int) sizeof(out)) { in drawAsciiPaths()
207 bits.allocN32Pixels(bitWidth * 2, bitHeight); in drawAsciiPaths()
219 for (int y = 0; y < bitHeight; ++y) { in drawAsciiPaths()
/external/skqp/tests/
DPathOpsTightBoundsTest.cpp52 const int bitHeight = 32; in testTightBoundsQuads() local
54 const float pathMax = (float) (bitHeight - 2); in testTightBoundsQuads()
57 bits.allocN32Pixels(bitWidth, bitHeight); in testTightBoundsQuads()
86 for (int y = 0; y < bitHeight; ++y) { in testTightBoundsQuads()
DPathOpsExtendedTest.cpp206 const int bitHeight = 64; variable
220 SkScalar vScale = (bitHeight - 2) / largerHeight; in scaleMatrix()
237 bits.allocN32Pixels(bitWidth * 2, bitHeight); in pathsDrawTheSame()
253 for (int y = 0; y < bitHeight - 1; ++y) { in pathsDrawTheSame()
295 int bitHeight = SkScalarCeilToInt(larger.height()) + 2; in drawAsciiPaths() local
296 if (bitHeight >= (int) sizeof(out)) { in drawAsciiPaths()
299 bits.allocN32Pixels(bitWidth * 2, bitHeight); in drawAsciiPaths()
311 for (int y = 0; y < bitHeight; ++y) { in drawAsciiPaths()
/external/skia/src/pathops/
DSkPathOpsDebug.cpp2975 const int bitHeight = 64; variable
2991 SkScalar vScale = (bitHeight - 2) / largerHeight; in debug_scale_matrix()
3007 bits.allocN32Pixels(bitWidth * 2, bitHeight); in debug_paths_draw_the_same()
3022 for (int y = 0; y < bitHeight - 1; ++y) { in debug_paths_draw_the_same()
/external/skqp/src/pathops/
DSkPathOpsDebug.cpp3002 const int bitHeight = 64; variable
3018 SkScalar vScale = (bitHeight - 2) / largerHeight; in debug_scale_matrix()
3034 bits.allocN32Pixels(bitWidth * 2, bitHeight); in debug_paths_draw_the_same()
3049 for (int y = 0; y < bitHeight - 1; ++y) { in debug_paths_draw_the_same()