Home
last modified time | relevance | path

Searched defs:animate (Results 1 – 25 of 38) sorted by relevance

12

/third_party/flutter/skia/tools/viewer/
DGMSlide.cpp30 bool GMSlide::animate(double nanos) { return fGM->animate(nanos); } in animate() function in GMSlide
DSampleSlide.cpp27 bool SampleSlide::animate(double nanos) { return fSample->animate(nanos); } in animate() function in SampleSlide
DSlide.h26 virtual bool animate(double nanos) { return false; } in animate() function
DSkottieSlide.cpp156 bool SkottieSlide::animate(double nanos) { in animate() function in SkottieSlide
DParticlesSlide.cpp340 bool ParticlesSlide::animate(double nanos) { in animate() function in ParticlesSlide
DSlideDir.cpp356 bool SlideDir::animate(double nanos) { in animate() function in SlideDir
/third_party/skia/tools/viewer/
DGMSlide.cpp43 bool GMSlide::animate(double nanos) { return fGM->animate(nanos); } in animate() function in GMSlide
DSampleSlide.cpp27 bool SampleSlide::animate(double nanos) { return fSample->animate(nanos); } in animate() function in SampleSlide
DSlide.h25 virtual bool animate(double nanos) { return false; } in animate() function
DMSKPSlide.cpp145 bool MSKPSlide::animate(double nanos) { in animate() function in MSKPSlide
DSkSLSlide.cpp279 bool SkSLSlide::animate(double nanos) { in animate() function in SkSLSlide
DSkottieSlide.cpp247 bool SkottieSlide::animate(double nanos) { in animate() function in SkottieSlide
DParticlesSlide.cpp398 bool ParticlesSlide::animate(double nanos) { in animate() function in ParticlesSlide
DSlideDir.cpp366 bool SlideDir::animate(double nanos) { in animate() function in SlideDir
/third_party/flutter/skia/modules/sksg/src/
DSkSGScene.cpp51 void Scene::animate(float t, InvalidationController* ic) { in animate() function in sksg::Scene
/third_party/flutter/skia/samplecode/
DSample.h69 bool animate(double nanos) { return this->onAnimate(nanos); } in animate() function
/third_party/skia/samplecode/
DSample.h77 bool animate(double nanos) { return this->onAnimate(nanos); } in animate() function
DSamplePathText.cpp96 virtual bool animate(double nanos, int screenWidth, int screenHeight) { return false; } in animate() function in PathText::GlyphAnimator
177 bool animate(double nanos, int screenWidth, int screenHeight) final { in animate() function in PathText::MovingGlyphAnimator
/third_party/flutter/glfw/examples/
Dgears.c205 static void animate(void) in animate() function
/third_party/flutter/skia/gm/
Dgm.cpp142 bool GM::animate(double nanos) { return this->onAnimate(nanos); } in animate() function in GM
/third_party/skia/gm/
Dgm.cpp158 bool GM::animate(double nanos) { return this->onAnimate(nanos); } in animate() function in GM
/third_party/skia/platform_tools/android/apps/androidkitdemo/src/main/java/org/skia/androidkitdemo1/
DCubeActivity.java105 public void animate(float dt) { in animate() method in VSphereAnimator
/third_party/weston/desktop-shell/
Dexposay.c641 bool animate = false; in exposay_transition_active() local
/third_party/weston/clients/
Dsubsurfaces.c543 int animate; member
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_demo.cpp939 static bool animate = true; in ShowDemoWindowWidgets() local

12