Searched refs:checkY (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | ViewportTests.cpp | 81 for (uint32_t checkY = 0; checkY < kHeight; checkY++) { in TestViewportQuad() local 82 if (checkX >= x && checkX < x + width && checkY >= y && checkY < y + height) { in TestViewportQuad() 83 EXPECT_PIXEL_RGBA8_EQ(RGBA8::kWhite, rp.color, checkX, checkY); in TestViewportQuad() 85 EXPECT_PIXEL_RGBA8_EQ(RGBA8::kZero, rp.color, checkX, checkY); in TestViewportQuad()
|
/third_party/skia/src/core/ |
D | SkScan_AAAPath.cpp | 367 void checkY(int y) { in checkY() function in RunBasedAdditiveBlitter 410 checkY(y); in blitAntiH() 439 checkY(y); in blitAntiH() 452 checkY(y); in blitAntiH() 480 checkY(y); in blitAntiH() 509 checkY(y); in blitAntiH() 524 checkY(y); in blitAntiH()
|
/third_party/flutter/skia/src/core/ |
D | SkScan_AAAPath.cpp | 368 void checkY(int y) { in checkY() function in RunBasedAdditiveBlitter 411 checkY(y); in blitAntiH() 440 checkY(y); in blitAntiH() 453 checkY(y); in blitAntiH() 481 checkY(y); in blitAntiH() 510 checkY(y); in blitAntiH() 525 checkY(y); in blitAntiH()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | TranslatorVulkan.cpp | 601 TIntermBinary *checkY = new TIntermBinary(EOpGreaterThan, bpY, epsilon->deepCopy()); in AddLineSegmentRasterizationEmulation() local 604 TIntermBinary *checkXY = new TIntermBinary(EOpLogicalAnd, checkX, checkY); in AddLineSegmentRasterizationEmulation()
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | TranslatorVulkan.cpp | 761 TIntermBinary *checkY = new TIntermBinary(EOpGreaterThan, iy, threshold->deepCopy()); in AddBresenhamEmulationFS() local 762 TIntermBinary *checkXY = new TIntermBinary(EOpLogicalAnd, checkX, checkY); in AddBresenhamEmulationFS()
|