Searched refs:drawFrame (Results 1 – 13 of 13) sorted by relevance
44 function drawFrame() { function64 window.requestAnimationFrame(drawFrame);101 window.requestAnimationFrame(drawFrame);104 window.requestAnimationFrame(drawFrame);
10 function drawFrame(skcanvas) { function in SkottieExample17 surface.requestAnimationFrame(drawFrame);19 surface.requestAnimationFrame(drawFrame);
30 const drawFrame = (canvas) => { function40 surface.requestAnimationFrame(drawFrame);42 surface.requestAnimationFrame(drawFrame);
164 function drawFrame(canvas) {179 surface.requestAnimationFrame(drawFrame);181 surface.requestAnimationFrame(drawFrame);204 function drawFrame(canvas) {219 surface.requestAnimationFrame(drawFrame);221 surface.requestAnimationFrame(drawFrame);226 pass it to `surface.requestAnimationFrame(drawFrame);` That callback is handed a `canvas` and231 function drawFrame(canvas) {234 surface.requestAnimationFrame(drawFrame);236 surface.requestAnimationFrame(drawFrame);[all …]
218 function drawFrame(canvas) {235 surface.requestAnimationFrame(drawFrame);237 surface.requestAnimationFrame(drawFrame);288 function drawFrame(canvas) {293 surface.requestAnimationFrame(drawFrame);320 surface.requestAnimationFrame(drawFrame);353 function drawFrame(canvas) {354 surface.requestAnimationFrame(drawFrame);392 surface.requestAnimationFrame(drawFrame);405 surface.requestAnimationFrame(drawFrame);[all …]
123 function drawFrame(canvas) {128 surface.requestAnimationFrame(drawFrame);130 surface.requestAnimationFrame(drawFrame);406 function drawFrame(canvas) {411 surface.requestAnimationFrame(drawFrame);413 surface.requestAnimationFrame(drawFrame);
24 function drawFrame(canvas) {31 surface.requestAnimationFrame(drawFrame);33 surface.requestAnimationFrame(drawFrame);
23 const drawFrame = () => { function25 requestAnimationFrame(drawFrame);35 requestAnimationFrame(drawFrame);
142 drawFrame(); in updateSurface()273 drawFrame(); in setProgress()286 private void drawFrame() { in drawFrame() method in SkottieAnimation397 drawFrame(); in doFrame()
41 void drawFrame(SkCanvas* canvas, int frameIndex) { in drawFrame() function in AnimatedGifGM131 this->drawFrame(canvas, frameIndex); in onDraw()138 this->drawFrame(canvas, fFrame); in onDraw()
883 const drawFrame = (canvas) => { function901 surface.drawOnce(drawFrame);916 const drawFrame = (canvas) => {932 surface.drawOnce(drawFrame, dirtyRect);
894 const drawFrame = (canvas: Canvas) => { constant897 surfaceFour.requestAnimationFrame(drawFrame);898 surfaceFour.drawOnce(drawFrame);
2593 drawOnce(drawFrame: (_: Canvas) => void): void;2678 requestAnimationFrame(drawFrame: (_: Canvas) => void): void;