Home
last modified time | relevance | path

Searched refs:nextY (Results 1 – 4 of 4) sorted by relevance

/external/skia/src/core/
DSkScan_AAAPath.cpp136 virtual void flush_if_y_changed(SkFixed y, SkFixed nextY) = 0;
168 void flush_if_y_changed(SkFixed y, SkFixed nextY) override {} in flush_if_y_changed() argument
305 void flush_if_y_changed(SkFixed y, SkFixed nextY) override { in flush_if_y_changed() argument
306 if (SkFixedFloorToInt(y) != SkFixedFloorToInt(nextY)) { in flush_if_y_changed()
1269 SkFixed nextY = SkFixedCeilToFixed(y + 1); in aaa_walk_convex_edges() local
1270 SkFixed dY = nextY - y; in aaa_walk_convex_edges()
1287 blitter->flush_if_y_changed(y, nextY); in aaa_walk_convex_edges()
1290 y = nextY; in aaa_walk_convex_edges()
1298 SkFixed nextY = y + SK_Fixed1, nextLeft = left + dLeft, nextRite = rite + dRite; in aaa_walk_convex_edges() local
1313 blitter->flush_if_y_changed(y, nextY); in aaa_walk_convex_edges()
[all …]
/external/skqp/src/core/
DSkScan_AAAPath.cpp141 virtual void flush_if_y_changed(SkFixed y, SkFixed nextY) = 0;
173 void flush_if_y_changed(SkFixed y, SkFixed nextY) override {} in flush_if_y_changed() argument
301 void flush_if_y_changed(SkFixed y, SkFixed nextY) override { in flush_if_y_changed() argument
302 if (SkFixedFloorToInt(y) != SkFixedFloorToInt(nextY)) { in flush_if_y_changed()
1164 SkFixed nextY = SkFixedCeilToFixed(y + 1); in aaa_walk_convex_edges() local
1165 SkFixed dY = nextY - y; in aaa_walk_convex_edges()
1174 blitter->flush_if_y_changed(y, nextY); in aaa_walk_convex_edges()
1175 left = nextLeft; rite = nextRite; y = nextY; in aaa_walk_convex_edges()
1183 SkFixed nextY = y + SK_Fixed1, nextLeft = left + dLeft, nextRite = rite + dRite; in aaa_walk_convex_edges() local
1190 blitter->flush_if_y_changed(y, nextY); in aaa_walk_convex_edges()
[all …]
/external/deqp/external/openglcts/modules/common/subgroups/
DglcSubgroupsTestsUtils.cpp2139 const deUint32 nextY = localSizesToTest[index + 1][1]; in makeComputeTest() local
2157 makeComputePipeline(context, cshader, nextX, nextY, nextZ)); in makeComputeTest()
/external/deqp/external/vulkancts/modules/vulkan/subgroups/
DvktSubgroupsTestsUtils.cpp3991 const deUint32 nextY = localSizesToTest[index][1]; in makeComputeTestRequiredSubgroupSize() local
3999 nextX, nextY, nextZ, in makeComputeTestRequiredSubgroupSize()