Home
last modified time | relevance | path

Searched refs:nextSrc (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/src/utils/
DSkInterpolator.cpp190 const SkScalar* nextSrc = &fValues[index * fElemCount]; in timeToValues() local
193 memcpy(values, nextSrc, fElemCount * sizeof(SkScalar)); in timeToValues()
197 const SkScalar* prevSrc = nextSrc - fElemCount; in timeToValues()
200 values[i] = SkScalarInterp(prevSrc[i], nextSrc[i], T); in timeToValues()
/third_party/icu/icu4c/source/common/
Dbytesinkutil.h37 static inline void appendCodePoint(const uint8_t *src, const uint8_t *nextSrc, UChar32 c,
39 appendCodePoint((int32_t)(nextSrc - src), c, sink, edits);
Dnormalizer2impl.cpp1630 const UChar *nextSrc; in compose() local
1640 nextSrc = src; in compose()
1641 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, nextSrc, limit, c, n16); in compose()
1653 src = nextSrc; in compose()
1659 src = nextSrc; in compose()
1791 const UChar *nextSrc; in composeQuickCheck() local
1804 nextSrc = src; in composeQuickCheck()
1805 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, nextSrc, limit, c, norm16); in composeQuickCheck()
1814 src = nextSrc; in composeQuickCheck()
1819 src = nextSrc; in composeQuickCheck()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dbytesinkutil.h37 static inline void appendCodePoint(const uint8_t *src, const uint8_t *nextSrc, UChar32 c,
39 appendCodePoint((int32_t)(nextSrc - src), c, sink, edits);
Dnormalizer2impl.cpp1497 const UChar *nextSrc; in compose() local
1507 nextSrc = src; in compose()
1508 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, nextSrc, limit, c, n16); in compose()
1520 src = nextSrc; in compose()
1526 src = nextSrc; in compose()
1658 const UChar *nextSrc; in composeQuickCheck() local
1671 nextSrc = src; in composeQuickCheck()
1672 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, nextSrc, limit, c, norm16); in composeQuickCheck()
1681 src = nextSrc; in composeQuickCheck()
1686 src = nextSrc; in composeQuickCheck()
[all …]
/third_party/node/deps/icu-small/source/common/
Dbytesinkutil.h37 static inline void appendCodePoint(const uint8_t *src, const uint8_t *nextSrc, UChar32 c,
39 appendCodePoint((int32_t)(nextSrc - src), c, sink, edits);
Dnormalizer2impl.cpp1630 const UChar *nextSrc; in compose() local
1640 nextSrc = src; in compose()
1641 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, nextSrc, limit, c, n16); in compose()
1653 src = nextSrc; in compose()
1659 src = nextSrc; in compose()
1791 const UChar *nextSrc; in composeQuickCheck() local
1804 nextSrc = src; in composeQuickCheck()
1805 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, nextSrc, limit, c, norm16); in composeQuickCheck()
1814 src = nextSrc; in composeQuickCheck()
1819 src = nextSrc; in composeQuickCheck()
[all …]
/third_party/skia/third_party/externals/icu/source/common/
Dbytesinkutil.h37 static inline void appendCodePoint(const uint8_t *src, const uint8_t *nextSrc, UChar32 c,
39 appendCodePoint((int32_t)(nextSrc - src), c, sink, edits);
Dnormalizer2impl.cpp1630 const UChar *nextSrc; in compose() local
1640 nextSrc = src; in compose()
1641 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, nextSrc, limit, c, n16); in compose()
1653 src = nextSrc; in compose()
1659 src = nextSrc; in compose()
1791 const UChar *nextSrc; in composeQuickCheck() local
1804 nextSrc = src; in composeQuickCheck()
1805 UCPTRIE_FAST_U16_NEXT(normTrie, UCPTRIE_16, nextSrc, limit, c, norm16); in composeQuickCheck()
1814 src = nextSrc; in composeQuickCheck()
1819 src = nextSrc; in composeQuickCheck()
[all …]