Home
last modified time | relevance | path

Searched defs:switchMethod (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/skia/demos.skia.org/demos/path_performance/
H A Dmain.js62 function switchRenderMethodCallback(switchMethod) { argument
85 worker.postMessage({ switchMethod }); property
H A Dworker.js9 addEventListener('message', async ({ data: {svgData, offscreenCanvas, type, switchMethod} }) => { property