Home
last modified time | relevance | path

Searched refs:animate (Results 1 – 25 of 53) sorted by relevance

123

/third_party/typescript/tests/baselines/reference/
DjsdocTemplateTag.symbols36 Element.prototype.animate = function(keyframes) {};
37 >Element.prototype.animate : Symbol(Animatable.animate, Decl(lib.dom.d.ts, --, --))
41 >animate : Symbol(Animatable.animate, Decl(lib.dom.d.ts, --, --))
DjsdocTemplateTag.types44 Element.prototype.animate = function(keyframes) {};
45 >Element.prototype.animate = function(keyframes) {} : (keyframes: Array<any>) => void
46 >Element.prototype.animate : (keyframes: Keyframe[] | PropertyIndexedKeyframes, options?: number | …
50 >animate : (keyframes: Keyframe[] | PropertyIndexedKeyframes, options?: number | KeyframeAnimationO…
DintersectionsOfLargeUnions.types27 >assertNodeTagName : <T extends "symbol" | "animate" | "animateMotion" | "animateTransform" | "circ…
59 >assertNodeProperty : <T extends "symbol" | "animate" | "animateMotion" | "animateTransform" | "cir…
72 >assertNodeTagName : <T extends "symbol" | "animate" | "animateMotion" | "animateTransform" | "circ…
DintersectionsOfLargeUnions2.types41 >assertNodeTagName : <T extends "symbol" | "animate" | "animateMotion" | "animateTransform" | "circ…
73 >assertNodeProperty : <T extends "symbol" | "animate" | "animateMotion" | "animateTransform" | "cir…
86 >assertNodeTagName : <T extends "symbol" | "animate" | "animateMotion" | "animateTransform" | "circ…
DjsdocTemplateTag.errors.txt28 Element.prototype.animate = function(keyframes) {};
/third_party/skia/third_party/externals/icu/source/data/misc/
DgrammaticalFeatures.txt246 "animate",
439 "animate",
651 "animate",
788 "animate",
912 "animate",
956 "animate",
/third_party/icu/icu4c/source/data/misc/
DgrammaticalFeatures.txt243 "animate",
460 "animate",
698 "animate",
844 "animate",
973 "animate",
1028 "animate",
/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
DGMSlide.h23 bool animate(double nanos) override;
DSampleSlide.h27 bool animate(double) override;
DSlide.h25 virtual bool animate(double nanos) { return false; } in animate() function
DMSKPSlide.h24 bool animate(double nanos) override;
DParticlesSlide.h31 bool animate(double) override;
DSkSLSlide.h23 bool animate(double nanos) override;
DSkottieSlide.h33 bool animate(double) override;
DSlideDir.h41 bool animate(double) override;
DSlideDir.cpp100 fSlide->animate(t * 1e6); in tick()
366 bool SlideDir::animate(double nanos) { in animate() function in SlideDir
/third_party/typescript/tests/cases/conformance/jsdoc/
DjsdocTemplateTag.ts28 Element.prototype.animate = function(keyframes) {};
/third_party/skia/samplecode/
DSamplePathText.cpp63 return fGlyphAnimator->animate(nanos, this->width(), this->height()); in onAnimate()
96 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
DSample.h77 bool animate(double nanos) { return this->onAnimate(nanos); } in animate() function
/third_party/glfw/examples/
Dgears.c205 static void animate(void) in animate() function
344 animate(); in main()
/third_party/skia/modules/canvaskit/
Dviewer_bindings.cpp53 .function("animate", &Slide::animate) in EMSCRIPTEN_BINDINGS()
/third_party/python/Lib/test/
Dmailcap.txt38 video/*; animate %s
/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
217 mVSphere.animate((ms - mPrevMS) / 1000.f); in onRenderFrame()

123