Home
last modified time | relevance | path

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

/external/skqp/samplecode/
DSamplePathText.cpp146 fBackgroundAnimationTask.wait(); in ~MovingPathText()
164 fBackgroundAnimationTask.wait(); in reset()
171 fBackgroundAnimationTask.wait(); in onAnimate()
176 fBackgroundAnimationTask.add(std::bind(&MovingPathText::runAnimationTask, this, tsec, in onAnimate()
239 SkTaskGroup fBackgroundAnimationTask; member in MovingPathText
257 fBackgroundAnimationTask.wait(); in ~WavyPathText()
/external/skia/samplecode/
DSamplePathText.cpp154 fBackgroundAnimationTask.wait(); in ~MovingGlyphAnimator()
171 fBackgroundAnimationTask.wait(); in reset()
178 fBackgroundAnimationTask.wait(); in animate()
183 fBackgroundAnimationTask.add(std::bind(&MovingGlyphAnimator::runAnimationTask, this, tsec, in animate()
246 SkTaskGroup fBackgroundAnimationTask; member in PathText::MovingGlyphAnimator
262 fBackgroundAnimationTask.wait(); in ~WavyGlyphAnimator()