Home
last modified time | relevance | path

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

/third_party/skia/demos.skia.org/demos/image_decode_web_worker/
Dworker.js9 const oCanvas = new OffscreenCanvas(bitmap.width, bitmap.height); constant
10 const ctx2d = oCanvas.getContext('2d');