Home
last modified time | relevance | path

Searched refs:bitHeight (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/tests/
H A 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()
H A DPathOpsExtendedTest.cpp203 int bitHeight = SkScalarCeilToInt(larger.height()) + 2;
204 if (bitHeight >= (int) sizeof(out)) {
207 bits.allocN32Pixels(bitWidth * 2, bitHeight);
219 for (int y = 0; y < bitHeight; ++y) {
/third_party/skia/src/pathops/
H A DSkPathOpsDebug.cpp2975 const int bitHeight = 64; variable
2991 SkScalar vScale = (bitHeight - 2) / largerHeight; in debug_scale_matrix()
3007 bits.allocN32Pixels(bitWidth * 2, bitHeight);
3022 for (int y = 0; y < bitHeight - 1; ++y) {

Completed in 7 milliseconds