Searched refs:fElemCount (Results 1 – 2 of 2) sorted by relevance
30 fElemCount = SkToU8(elemCount); in reset()177 SkScalar* dst = &fValues[fElemCount * index]; in setKeyFrame()178 memcpy(dst, values, fElemCount * sizeof(SkScalar)); in setKeyFrame()190 const SkScalar* nextSrc = &fValues[index * fElemCount]; in timeToValues()193 memcpy(values, nextSrc, fElemCount * sizeof(SkScalar)); in timeToValues()197 const SkScalar* prevSrc = nextSrc - fElemCount; in timeToValues()199 for (int i = fElemCount - 1; i >= 0; --i) { in timeToValues()
74 uint8_t fElemCount; variable