Home
last modified time | relevance | path

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

/third_party/flutter/skia/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()
/third_party/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.cpp203 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()
/third_party/flutter/skia/src/pathops/
DSkPathOpsDebug.cpp3001 const int bitHeight = 64; variable
3017 SkScalar vScale = (bitHeight - 2) / largerHeight; in debug_scale_matrix()
3033 bits.allocN32Pixels(bitWidth * 2, bitHeight); in debug_paths_draw_the_same()
3048 for (int y = 0; y < bitHeight - 1; ++y) { in debug_paths_draw_the_same()
/third_party/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()