Home
last modified time | relevance | path

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

/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/text/
Dword_breaker.dart159 CharProperty nextLeft;
162 nextLeft = getCharProperty(text, index - l - 1);
164 nextLeft,
184 if (_isAHLetter(nextLeft) &&
209 if (nextLeft == CharProperty.HebrewLetter &&
233 if (nextLeft == CharProperty.Numeric &&
/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/flutter/skia/src/core/
DSkScan_AAAPath.cpp1272 SkFixed nextLeft = left + SkFixedMul(dLeft, dY); in aaa_walk_convex_edges() local
1275 (nextLeft & kSnapMask) >= leftBound && in aaa_walk_convex_edges()
1281 nextLeft & kSnapMask, in aaa_walk_convex_edges()
1289 left = nextLeft; in aaa_walk_convex_edges()
1299 SkFixed nextY = y + SK_Fixed1, nextLeft = left + dLeft, nextRite = rite + dRite; in aaa_walk_convex_edges() local
1301 (nextLeft & kSnapMask) >= leftBound && in aaa_walk_convex_edges()
1307 nextLeft & kSnapMask, in aaa_walk_convex_edges()
1315 left = nextLeft; in aaa_walk_convex_edges()
1330 SkFixed nextLeft = SkTMax(left + SkFixedMul(dLeft, dY), leftBound + kSnapHalf); in aaa_walk_convex_edges() local
1333 (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/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()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducurr.cpp176 const icu::UnicodeString *nextLeft = firstLeft; in makeEquivalent() local
178 while (nextLeft != NULL && nextRight != NULL) { in makeEquivalent()
179 if (*nextLeft == rhs || *nextRight == lhs) { in makeEquivalent()
183 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 != NULL && nextRight != NULL) { in makeEquivalent()
165 if (*nextLeft == rhs || *nextRight == lhs) { in makeEquivalent()
169 nextLeft = leftIter.next(); in makeEquivalent()