Home
last modified time | relevance | path

Searched refs:fBackMatrices (Results 1 – 2 of 2) sorted by relevance

/external/skqp/samplecode/
DSamplePathText.cpp142 , fBackMatrices(kNumPaths) { in MovingPathText()
166 memcpy(fFrontMatrices, fBackMatrices, kNumPaths * sizeof(SkMatrix)); in reset()
189 SkMatrix* backMatrix = &fBackMatrices[idx]; in runAnimationTask()
219 std::swap(fFrontMatrices, fBackMatrices); in swapAnimationBuffers()
238 SkAutoTMalloc<SkMatrix> fBackMatrices; member in MovingPathText
275 const SkMatrix& backMatrix = fBackMatrices[i]; in runAnimationTask()
/external/skia/samplecode/
DSamplePathText.cpp142 , fBackMatrices(kNumPaths) { in MovingPathText()
166 memcpy(fFrontMatrices, fBackMatrices, kNumPaths * sizeof(SkMatrix)); in reset()
189 SkMatrix* backMatrix = &fBackMatrices[idx]; in runAnimationTask()
219 std::swap(fFrontMatrices, fBackMatrices); in swapAnimationBuffers()
238 SkAutoTMalloc<SkMatrix> fBackMatrices; member in MovingPathText
275 const SkMatrix& backMatrix = fBackMatrices[i]; in runAnimationTask()