Home
last modified time | relevance | path

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

/external/skia/modules/canvaskit/htmlcanvas/
Dhtmlcanvas.js65 var imgBytes = img.encodeToBytes(format, quality);
/external/skia/modules/canvaskit/npm_build/
Dnode.example.js84 const pngBytes = img.encodeToBytes();
/external/skia/modules/canvaskit/
Dexterns.js391 encodeToBytes: function() {}, method
DCHANGELOG.md61 (now named `Image.encodeToBytes`) and `SkPicture.serialize`. These APIs return null if
/external/skia/modules/canvaskit/npm_build/types/
Dcanvaskit-wasm-tests.ts265 const dOne = img.encodeToBytes(); // $ExpectType Uint8Array | null
266 const dTwo = img.encodeToBytes(CK.ImageFormat.JPEG, 97);
Dindex.d.ts1785 encodeToBytes(fmt?: EncodedImageFormat, quality?: number): Uint8Array | null; method