Searched refs:fElemCount (Results 1 – 8 of 8) sorted by relevance
/external/skia/src/animator/ |
D | SkOperandIterpolator.cpp | 53 SkOperand* dst = &fValues[fElemCount * index]; in setKeyFrame() 54 memcpy(dst, values, fElemCount * sizeof(SkOperand)); in setKeyFrame() 67 const SkOperand* nextSrc = &fValues[index * fElemCount]; in timeToValues() 70 memcpy(values, nextSrc, fElemCount * sizeof(SkScalar)); in timeToValues() 75 const SkOperand* prevSrc = nextSrc - fElemCount; in timeToValues() 78 for (int i = fElemCount - 1; i >= 0; --i) in timeToValues() 81 for (int i = fElemCount - 1; i >= 0; --i) { in timeToValues() 87 memcpy(values, prevSrc, sizeof(SkOperand) * fElemCount); in timeToValues()
|
D | SkOperandInterpolator.h | 22 int getValuesCount() { return fFrameCount * fElemCount; } in getValuesCount()
|
/external/chromium_org/third_party/skia/src/animator/ |
D | SkOperandIterpolator.cpp | 53 SkOperand* dst = &fValues[fElemCount * index]; in setKeyFrame() 54 memcpy(dst, values, fElemCount * sizeof(SkOperand)); in setKeyFrame() 67 const SkOperand* nextSrc = &fValues[index * fElemCount]; in timeToValues() 70 memcpy(values, nextSrc, fElemCount * sizeof(SkScalar)); in timeToValues() 75 const SkOperand* prevSrc = nextSrc - fElemCount; in timeToValues() 78 for (int i = fElemCount - 1; i >= 0; --i) in timeToValues() 81 for (int i = fElemCount - 1; i >= 0; --i) { in timeToValues() 87 memcpy(values, prevSrc, sizeof(SkOperand) * fElemCount); in timeToValues()
|
D | SkOperandInterpolator.h | 22 int getValuesCount() { return fFrameCount * fElemCount; } in getValuesCount()
|
/external/skia/src/utils/ |
D | SkInterpolator.cpp | 28 fElemCount = SkToU8(elemCount); in reset() 180 SkScalar* dst = &fValues[fElemCount * index]; in setKeyFrame() 181 memcpy(dst, values, fElemCount * sizeof(SkScalar)); in setKeyFrame() 193 const SkScalar* nextSrc = &fValues[index * fElemCount]; in timeToValues() 196 memcpy(values, nextSrc, fElemCount * sizeof(SkScalar)); in timeToValues() 200 const SkScalar* prevSrc = nextSrc - fElemCount; in timeToValues() 202 for (int i = fElemCount - 1; i >= 0; --i) { in timeToValues()
|
/external/chromium_org/third_party/skia/src/utils/ |
D | SkInterpolator.cpp | 28 fElemCount = SkToU8(elemCount); in reset() 180 SkScalar* dst = &fValues[fElemCount * index]; in setKeyFrame() 181 memcpy(dst, values, fElemCount * sizeof(SkScalar)); in setKeyFrame() 193 const SkScalar* nextSrc = &fValues[index * fElemCount]; in timeToValues() 196 memcpy(values, nextSrc, fElemCount * sizeof(SkScalar)); in timeToValues() 200 const SkScalar* prevSrc = nextSrc - fElemCount; in timeToValues() 202 for (int i = fElemCount - 1; i >= 0; --i) { in timeToValues()
|
/external/skia/include/utils/ |
D | SkInterpolator.h | 73 uint8_t fElemCount; variable
|
/external/chromium_org/third_party/skia/include/utils/ |
D | SkInterpolator.h | 73 uint8_t fElemCount; variable
|