Home
last modified time | relevance | path

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

/third_party/skia/src/core/
DSkScan_AAAPath.cpp1278 SkFixed nextLeft = left + SkFixedMul(dLeft, dY); in aaa_walk_convex_edges() local
1281 (nextLeft & kSnapMask) >= leftBound && in aaa_walk_convex_edges()
1287 nextLeft & kSnapMask, in aaa_walk_convex_edges()
1295 left = nextLeft; in aaa_walk_convex_edges()
1305 SkFixed nextY = y + SK_Fixed1, nextLeft = left + dLeft, nextRite = rite + dRite; in aaa_walk_convex_edges() local
1307 (nextLeft & kSnapMask) >= leftBound && in aaa_walk_convex_edges()
1313 nextLeft & kSnapMask, in aaa_walk_convex_edges()
1321 left = nextLeft; in aaa_walk_convex_edges()
1336 SkFixed nextLeft = std::max(left + SkFixedMul(dLeft, dY), leftBound + kSnapHalf); in aaa_walk_convex_edges() local
1339 (nextLeft & kSnapMask) >= leftBound && (nextRite & kSnapMask) <= riteBound); in aaa_walk_convex_edges()
[all …]
/third_party/icu/icu4c/source/common/
Ducurr.cpp162 const icu::UnicodeString *nextLeft = firstLeft; in makeEquivalent() local
164 while (nextLeft != NULL && nextRight != NULL) { in makeEquivalent()
165 if (*nextLeft == rhs || *nextRight == lhs) { in makeEquivalent()
169 nextLeft = leftIter.next(); in makeEquivalent()
/third_party/node/deps/icu-small/source/common/
Ducurr.cpp162 const icu::UnicodeString *nextLeft = firstLeft; in makeEquivalent() local
164 while (nextLeft != nullptr && nextRight != nullptr) { in makeEquivalent()
165 if (*nextLeft == rhs || *nextRight == lhs) { in makeEquivalent()
169 nextLeft = leftIter.next(); in makeEquivalent()
/third_party/skia/third_party/externals/icu/source/common/
Ducurr.cpp162 const icu::UnicodeString *nextLeft = firstLeft; in makeEquivalent() local
164 while (nextLeft != NULL && nextRight != NULL) { in makeEquivalent()
165 if (*nextLeft == rhs || *nextRight == lhs) { in makeEquivalent()
169 nextLeft = leftIter.next(); in makeEquivalent()