Home
last modified time | relevance | path

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

/third_party/skia/samplecode/
H A DSamplePathText.cpp150 , fBackMatrices(kNumPaths) { in MovingGlyphAnimator()
173 std::copy_n(fBackMatrices.get(), kNumPaths, fFrontMatrices.get());
190 * Called on a background thread. Here we can only modify fBackMatrices.
196 SkMatrix* backMatrix = &fBackMatrices[idx]; in runAnimationTask()
226 std::swap(fFrontMatrices, fBackMatrices); in swapAnimationBuffers()
245 SkAutoTArray<SkMatrix> fBackMatrices; member in PathText::MovingGlyphAnimator
280 const SkMatrix& backMatrix = fBackMatrices[i];

Completed in 3 milliseconds