/third_party/nghttp2/doc/_themes/sphinx_rtd_theme/static/js/ |
D | theme.js | 1 …requestAnimationFrame((function(){t.onScroll()})))})),t.win.on("resize",(function(){t.winResize||(…
|
/third_party/skia/tools/perf-canvaskit-puppeteer/ |
D | benchmark.js | 64 window.requestAnimationFrame(drawFrame); 101 window.requestAnimationFrame(drawFrame); 104 window.requestAnimationFrame(drawFrame);
|
/third_party/skia/demos.skia.org/demos/web_worker/ |
D | shared.js | 17 surface.requestAnimationFrame(drawFrame); 19 surface.requestAnimationFrame(drawFrame);
|
/third_party/skia/site/docs/user/modules/ |
D | quickstart.md | 179 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
|
D | canvaskit.md | 235 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 …]
|
D | particles.md | 128 surface.requestAnimationFrame(drawFrame); 130 surface.requestAnimationFrame(drawFrame); 411 surface.requestAnimationFrame(drawFrame); 413 surface.requestAnimationFrame(drawFrame);
|
D | pathkit.md | 164 window.requestAnimationFrame(frame); 166 window.requestAnimationFrame(frame); 203 window.requestAnimationFrame(frame); 205 window.requestAnimationFrame(frame);
|
/third_party/flutter/skia/site/user/modules/ |
D | canvaskit.md | 215 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);
|
D | pathkit.md | 158 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/ |
D | main.js | 40 surface.requestAnimationFrame(drawFrame); 42 surface.requestAnimationFrame(drawFrame);
|
/third_party/skia/experimental/skottiekit/ |
D | interface.js | 17 SkottieKit.SkSurface.prototype.requestAnimationFrame = function(callback, dirtyRect) { method in SkottieKit.SkSurface 21 window.requestAnimationFrame(function() {
|
D | externs.js | 57 requestAnimationFrame: function() {},
|
/third_party/skia/experimental/skottiekit/skottiekit/ |
D | README.md | 31 surface.requestAnimationFrame(drawFrame); 33 surface.requestAnimationFrame(drawFrame);
|
/third_party/skia/demos.skia.org/demos/path_performance/ |
D | shared.js | 25 requestAnimationFrame(drawFrame); 35 requestAnimationFrame(drawFrame);
|
/third_party/jsframework/runtime/main/app/ |
D | bundle.ts | 200 requestAnimationFrame: (...args) => { 204 animation.requestAnimationFrame(handler);
|
/third_party/skia/experimental/docs/ |
D | animationCommon.js | 211 animationState.requestID = requestAnimationFrame(animateList); 251 animationState.requestID = requestAnimationFrame(animateList);
|
/third_party/flutter/skia/experimental/docs/ |
D | animationCommon.js | 211 animationState.requestID = requestAnimationFrame(animateList); 251 animationState.requestID = requestAnimationFrame(animateList);
|
/third_party/flutter/skia/modules/canvaskit/ |
D | CHANGELOG.md | 41 - `SkSurface.requestAnimationFrame` - wrapper around window.requestAnimationFrame that
|
D | externs.js | 535 CanvasKit.SkSurface.prototype.requestAnimationFrame = function() {}; method in CanvasKit.SkSurface
|
D | interface.js | 636 CanvasKit.SkSurface.prototype.requestAnimationFrame = function(callback, dirtyRect) { method in CanvasKit.SkSurface 640 window.requestAnimationFrame(function() {
|
/third_party/skia/modules/canvaskit/ |
D | interface.js | 949 CanvasKit.Surface.prototype.requestAnimationFrame = function(callback, dirtyRect) { method in CanvasKit.Surface 953 requestAnimationFrame(function() { 971 requestAnimationFrame(function() {
|
D | externs.js | 1056 CanvasKit.Surface.prototype.requestAnimationFrame = function() {}; method in CanvasKit.Surface
|
D | CHANGELOG.md | 30 - `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/ |
D | engine.dart | 144 html.window.requestAnimationFrame((num highResTime) {
|
/third_party/typescript/tests/baselines/reference/ |
D | globalThisBlockscopedProperties.types | 67 …Frame" | "toString" | "dispatchEvent" | "cancelAnimationFrame" | "requestAnimationFrame" | "atob" …
|