Home
last modified time | relevance | path

Searched refs:requestAnimationFrame (Results 1 – 25 of 55) sorted by relevance

123

/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
Dtimeline.js17 var originalRequestAnimationFrame = window.requestAnimationFrame;
18 window.requestAnimationFrame = function(f) { function
74 requestAnimationFrame(webAnimationsNextTick);
85 requestAnimationFrame(webAnimationsNextTick);
Dtick.js17 var originalRequestAnimationFrame = window.requestAnimationFrame;
20 window.requestAnimationFrame = function(f) { function
90 requestAnimationFrame(function() {});
166 requestAnimationFrame(function() {});
Deffect-callback.js66 requestAnimationFrame(tick);
87 requestAnimationFrame(tick);
/external/skia/tools/perf-canvaskit-puppeteer/
Dbenchmark.js61 window.requestAnimationFrame(drawFrame);
98 window.requestAnimationFrame(drawFrame);
101 window.requestAnimationFrame(drawFrame);
/external/skia/demos.skia.org/demos/web_worker/
Dshared.js17 surface.requestAnimationFrame(drawFrame);
19 surface.requestAnimationFrame(drawFrame);
/external/skia/site/docs/user/modules/
Dquickstart.md179 surface.requestAnimationFrame(drawFrame);
181 surface.requestAnimationFrame(drawFrame);
219 surface.requestAnimationFrame(drawFrame);
221 surface.requestAnimationFrame(drawFrame);
226 pass it to `surface.requestAnimationFrame(drawFrame);` That callback is handed a `canvas` and
234 surface.requestAnimationFrame(drawFrame);
236 surface.requestAnimationFrame(drawFrame);
241 redraw the round rect, and call `surface.requestAnimationFrame(drawFrame)` registering the
244 `surface.requestAnimationFrame(drawFrame)` combines window.requestAnimationFrame with
247 don't call `surface.requestAnimationFrame` at the end of your drawFrame function. Call it only
Dcanvaskit.md241 window.requestAnimationFrame(drawFrame);
243 window.requestAnimationFrame(drawFrame);
306 window.requestAnimationFrame(drawFrame);
333 window.requestAnimationFrame(drawFrame);
346 requestAnimationFrame(drawFrame);
354 requestAnimationFrame(drawFrame);
395 requestAnimationFrame(drawFrame);
414 requestAnimationFrame(drawFrame);
429 window.requestAnimationFrame(drawFrame);
469 window.requestAnimationFrame(drawFrame);
[all …]
Dparticles.md129 surface.requestAnimationFrame(drawFrame);
131 surface.requestAnimationFrame(drawFrame);
413 surface.requestAnimationFrame(drawFrame);
415 surface.requestAnimationFrame(drawFrame);
/external/skia/demos.skia.org/demos/image_decode_web_worker/
Dmain.js40 surface.requestAnimationFrame(drawFrame);
42 surface.requestAnimationFrame(drawFrame);
/external/skia/experimental/skottiekit/
Dinterface.js17 SkottieKit.SkSurface.prototype.requestAnimationFrame = function(callback, dirtyRect) { method in SkottieKit.SkSurface
21 window.requestAnimationFrame(function() {
Dexterns.js57 requestAnimationFrame: function() {},
/external/skia/experimental/skottiekit/skottiekit/
DREADME.md31 surface.requestAnimationFrame(drawFrame);
33 surface.requestAnimationFrame(drawFrame);
/external/skqp/site/user/modules/
Dcanvaskit.md203 window.requestAnimationFrame(drawFrame);
205 window.requestAnimationFrame(drawFrame);
267 window.requestAnimationFrame(drawFrame);
294 window.requestAnimationFrame(drawFrame);
334 window.requestAnimationFrame(drawFrame);
336 window.requestAnimationFrame(drawFrame);
/external/skia/demos.skia.org/demos/path_performance/
Dshared.js25 requestAnimationFrame(drawFrame);
35 requestAnimationFrame(drawFrame);
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/src/
Ddocument-wait.js26 requestAnimationFrame(function() {
Ddocument-watcher.js181 requestAnimationFrame(function() {
/external/perfetto/infra/perfetto.dev/src/assets/
Dscript.js113 resizeObserver = new ResizeObserver(() => requestAnimationFrame(() => {
247 requestAnimationFrame(() => {
/external/kotlinx.coroutines/kotlinx-coroutines-core/js/src/
DWindow.kt46 window.requestAnimationFrame { ts -> in enqueue()
/external/autotest/client/deps/webgl_mpd/src/common/
Dwebgl-utils.js154 return window.requestAnimationFrame ||
/external/skia/experimental/docs/
DanimationCommon.js211 animationState.requestID = requestAnimationFrame(animateList);
251 animationState.requestID = requestAnimationFrame(animateList);
/external/skqp/experimental/docs/
DanimationCommon.js211 animationState.requestID = requestAnimationFrame(animateList);
251 animationState.requestID = requestAnimationFrame(animateList);
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
DCustomElements.js362 if (!window.requestAnimationFrame) {
363 window.requestAnimationFrame = function() { function
1006 var requestAnimationFrame = window.requestAnimationFrame || function(f) {
1009 requestAnimationFrame(function() {
/external/perfetto/ui/src/frontend/
Draf_scheduler.ts135 window.requestAnimationFrame(this.onAnimationFrame.bind(this));
/external/chromium-trace/catapult/third_party/polymer/components/shadycss/entrypoints/
Dapply-shim.js42 requestAnimationFrame(() => {
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/
Dweb-animations-next-lite.min.js15requestAnimationFrame(function(){}),p=!1,[g,h]}var i=window.requestAnimationFrame,j=[],k=0;window. function in window

123