Searched refs:nextSrc (Results 1 – 4 of 4) sorted by relevance
/external/skqp/src/utils/ |
D | SkInterpolator.cpp | 190 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()
|
/external/skia/src/utils/ |
D | SkInterpolator.cpp | 190 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()
|
/external/icu/icu4c/source/common/ |
D | bytesinkutil.h | 37 static inline void appendCodePoint(const uint8_t *src, const uint8_t *nextSrc, UChar32 c, 39 appendCodePoint((int32_t)(nextSrc - src), c, sink, edits);
|
D | normalizer2impl.cpp | 1497 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 …]
|