Lines Matching refs:kNumPaths
21 constexpr static int kNumPaths = 1500; member in PathText
36 for (int i = 0; i < kNumPaths; ++i) { in PathText()
83 Glyph fGlyphs[kNumPaths];
115 : fFrontMatrices(kNumPaths) in MovingPathText()
116 , fBackMatrices(kNumPaths) { in MovingPathText()
140 memcpy(fFrontMatrices, fBackMatrices, kNumPaths * sizeof(SkMatrix)); in reset()
160 for (int idx = 0; idx < kNumPaths; ++idx) { in runAnimationTask()
197 for (int i = 0; i < kNumPaths; ++i) { in onDrawContent()
210 Velocity fVelocities[kNumPaths];
227 : fFrontPaths(kNumPaths) in WavyPathText()
228 , fBackPaths(kNumPaths) {} in WavyPathText()
237 std::copy(fBackPaths.get(), fBackPaths.get() + kNumPaths, fFrontPaths.get()); in reset()
247 for (int i = 0; i < kNumPaths; ++i) { in runAnimationTask()
303 for (int i = 0; i < kNumPaths; ++i) { in onDrawContent()