Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
H A DViewportTests.cpp81 for (uint32_t checkY = 0; checkY < kHeight; checkY++) { in TestViewportQuad()
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/
H A DSkScan_AAAPath.cpp367 void checkY(int y) { in checkY() function
410 checkY(y);
439 checkY(y);
452 checkY(y);
480 checkY(y);
509 checkY(y);
524 checkY(y);
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DTranslatorVulkan.cpp761 TIntermBinary *checkY = new TIntermBinary(EOpGreaterThan, iy, threshold->deepCopy()); in AddBresenhamEmulationFS() local
762 TIntermBinary *checkXY = new TIntermBinary(EOpLogicalAnd, checkX, checkY); in AddBresenhamEmulationFS()

Completed in 6 milliseconds