Searched refs:dLeft (Results 1 – 4 of 4) sorted by relevance
/third_party/flutter/skia/src/core/ |
D | SkScan_Path.cpp | 244 SkFixed dLeft = leftE->fDX; in walk_simple_edges() local 250 if (0 == (dLeft | dRite)) { in walk_simple_edges() 275 left = Sk32_can_overflow_add(left, dLeft); in walk_simple_edges()
|
D | SkScan_AAAPath.cpp | 1160 SkFixed dLeft = leftE->fDX; in aaa_walk_convex_edges() local 1163 if (0 == (dLeft | dRite)) { in aaa_walk_convex_edges() 1272 SkFixed nextLeft = left + SkFixedMul(dLeft, dY); in aaa_walk_convex_edges() 1299 SkFixed nextY = y + SK_Fixed1, nextLeft = left + dLeft, nextRite = rite + dRite; in aaa_walk_convex_edges() 1330 SkFixed nextLeft = SkTMax(left + SkFixedMul(dLeft, dY), leftBound + kSnapHalf); in aaa_walk_convex_edges()
|
/third_party/skia/src/core/ |
D | SkScan_Path.cpp | 243 SkFixed dLeft = leftE->fDX; in walk_simple_edges() local 249 if (0 == (dLeft | dRite)) { in walk_simple_edges() 274 left = Sk32_can_overflow_add(left, dLeft); in walk_simple_edges()
|
D | SkScan_AAAPath.cpp | 1159 SkFixed dLeft = leftE->fDX; in aaa_walk_convex_edges() local 1162 if (0 == (dLeft | dRite)) { in aaa_walk_convex_edges() 1278 SkFixed nextLeft = left + SkFixedMul(dLeft, dY); in aaa_walk_convex_edges() 1305 SkFixed nextY = y + SK_Fixed1, nextLeft = left + dLeft, nextRite = rite + dRite; in aaa_walk_convex_edges() 1336 SkFixed nextLeft = std::max(left + SkFixedMul(dLeft, dY), leftBound + kSnapHalf); in aaa_walk_convex_edges()
|