Home
last modified time | relevance | path

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

/external/skia/demos.skia.org/demos/path_performance/
Dworker.js9 addEventListener('message', async ({ data: {svgData, offscreenCanvas, type, switchMethod} }) => { property
25 if (switchMethod) {
30 if (switchMethod === 'Path2D') {
32 } else if (switchMethod === 'CanvasKit') {
Dmain.js62 function switchRenderMethodCallback(switchMethod) { argument
73 if (switchMethod === 'SVG') {
79 if (switchMethod === 'CanvasKit') {
82 if (switchMethod === 'Path2D') {
85 worker.postMessage({ switchMethod }); property