Lines Matching refs:kNumPaths
23 constexpr static int kNumPaths = 1500; member in PathText
46 for (int i = 0; i < kNumPaths; ++i) { in onOnceBeforeDraw()
103 Glyph fGlyphs[kNumPaths];
137 : fFrontMatrices(kNumPaths) in MovingPathText()
138 , fBackMatrices(kNumPaths) { in MovingPathText()
162 memcpy(fFrontMatrices, fBackMatrices, kNumPaths * sizeof(SkMatrix)); in reset()
182 for (int idx = 0; idx < kNumPaths; ++idx) { in runAnimationTask()
219 for (int i = 0; i < kNumPaths; ++i) { in drawGlyphs()
232 Velocity fVelocities[kNumPaths];
249 : fFrontPaths(kNumPaths) in WavyPathText()
250 , fBackPaths(kNumPaths) {} in WavyPathText()
259 std::copy(fBackPaths.get(), fBackPaths.get() + kNumPaths, fFrontPaths.get()); in reset()
269 for (int i = 0; i < kNumPaths; ++i) { in runAnimationTask()
325 for (int i = 0; i < kNumPaths; ++i) { in drawGlyphs()