Home
last modified time | relevance | path

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

/third_party/skia/samplecode/
H A DSamplePathText.cpp149 , fFrontMatrices(kNumPaths) in MovingGlyphAnimator()
173 std::copy_n(fBackMatrices.get(), kNumPaths, fFrontMatrices.get());
226 std::swap(fFrontMatrices, fBackMatrices); in swapAnimationBuffers()
232 canvas->concat(fFrontMatrices[i]);
244 SkAutoTArray<SkMatrix> fFrontMatrices; member in PathText::MovingGlyphAnimator

Completed in 2 milliseconds