Home
last modified time | relevance | path

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

12

/third_party/nghttp2/doc/_themes/sphinx_rtd_theme/static/js/
Dtheme.js1requestAnimationFrame((function(){t.onScroll()})))})),t.win.on("resize",(function(){t.winResize||(…
/third_party/skia/tools/perf-canvaskit-puppeteer/
Dbenchmark.js64 window.requestAnimationFrame(drawFrame);
101 window.requestAnimationFrame(drawFrame);
104 window.requestAnimationFrame(drawFrame);
/third_party/skia/demos.skia.org/demos/web_worker/
Dshared.js17 surface.requestAnimationFrame(drawFrame);
19 surface.requestAnimationFrame(drawFrame);
/third_party/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.md235 surface.requestAnimationFrame(drawFrame);
237 surface.requestAnimationFrame(drawFrame);
293 surface.requestAnimationFrame(drawFrame);
320 surface.requestAnimationFrame(drawFrame);
354 surface.requestAnimationFrame(drawFrame);
392 surface.requestAnimationFrame(drawFrame);
405 surface.requestAnimationFrame(drawFrame);
441 surface.requestAnimationFrame(drawFrame);
443 surface.requestAnimationFrame(drawFrame);
488 surface.requestAnimationFrame(drawFrame);
[all …]
Dparticles.md128 surface.requestAnimationFrame(drawFrame);
130 surface.requestAnimationFrame(drawFrame);
411 surface.requestAnimationFrame(drawFrame);
413 surface.requestAnimationFrame(drawFrame);
Dpathkit.md164 window.requestAnimationFrame(frame);
166 window.requestAnimationFrame(frame);
203 window.requestAnimationFrame(frame);
205 window.requestAnimationFrame(frame);
/third_party/flutter/skia/site/user/modules/
Dcanvaskit.md215 window.requestAnimationFrame(drawFrame);
217 window.requestAnimationFrame(drawFrame);
280 window.requestAnimationFrame(drawFrame);
307 window.requestAnimationFrame(drawFrame);
350 window.requestAnimationFrame(drawFrame);
352 window.requestAnimationFrame(drawFrame);
367 window.requestAnimationFrame(drawFrame);
407 window.requestAnimationFrame(drawFrame);
409 window.requestAnimationFrame(drawFrame);
Dpathkit.md158 window.requestAnimationFrame(frame);
160 window.requestAnimationFrame(frame);
197 window.requestAnimationFrame(frame);
199 window.requestAnimationFrame(frame);
/third_party/skia/demos.skia.org/demos/image_decode_web_worker/
Dmain.js40 surface.requestAnimationFrame(drawFrame);
42 surface.requestAnimationFrame(drawFrame);
/third_party/skia/experimental/skottiekit/
Dinterface.js17 SkottieKit.SkSurface.prototype.requestAnimationFrame = function(callback, dirtyRect) { method in SkottieKit.SkSurface
21 window.requestAnimationFrame(function() {
Dexterns.js57 requestAnimationFrame: function() {},
/third_party/skia/experimental/skottiekit/skottiekit/
DREADME.md31 surface.requestAnimationFrame(drawFrame);
33 surface.requestAnimationFrame(drawFrame);
/third_party/skia/demos.skia.org/demos/path_performance/
Dshared.js25 requestAnimationFrame(drawFrame);
35 requestAnimationFrame(drawFrame);
/third_party/jsframework/runtime/main/app/
Dbundle.ts200 requestAnimationFrame: (...args) => {
204 animation.requestAnimationFrame(handler);
/third_party/skia/experimental/docs/
DanimationCommon.js211 animationState.requestID = requestAnimationFrame(animateList);
251 animationState.requestID = requestAnimationFrame(animateList);
/third_party/flutter/skia/experimental/docs/
DanimationCommon.js211 animationState.requestID = requestAnimationFrame(animateList);
251 animationState.requestID = requestAnimationFrame(animateList);
/third_party/flutter/skia/modules/canvaskit/
DCHANGELOG.md41 - `SkSurface.requestAnimationFrame` - wrapper around window.requestAnimationFrame that
Dexterns.js535 CanvasKit.SkSurface.prototype.requestAnimationFrame = function() {}; method in CanvasKit.SkSurface
Dinterface.js636 CanvasKit.SkSurface.prototype.requestAnimationFrame = function(callback, dirtyRect) { method in CanvasKit.SkSurface
640 window.requestAnimationFrame(function() {
/third_party/skia/modules/canvaskit/
Dinterface.js949 CanvasKit.Surface.prototype.requestAnimationFrame = function(callback, dirtyRect) { method in CanvasKit.Surface
953 requestAnimationFrame(function() {
971 requestAnimationFrame(function() {
Dexterns.js1056 CanvasKit.Surface.prototype.requestAnimationFrame = function() {}; method in CanvasKit.Surface
DCHANGELOG.md30 - `Surface.requestAnimationFrame` and `Surface.drawOnce` are properly documented.
620 `SkSurface.requestAnimationFrame` for animation logic).
807 - `SkSurface.requestAnimationFrame` - wrapper around window.requestAnimationFrame that
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/
Dengine.dart144 html.window.requestAnimationFrame((num highResTime) {
/third_party/typescript/tests/baselines/reference/
DglobalThisBlockscopedProperties.types67 …Frame" | "toString" | "dispatchEvent" | "cancelAnimationFrame" | "requestAnimationFrame" | "atob" …

12