Searched refs:encodeToBytes (Results 1 – 6 of 6) sorted by relevance
65 var imgBytes = img.encodeToBytes(format, quality);
84 const pngBytes = img.encodeToBytes();
391 encodeToBytes: function() {}, method
61 (now named `Image.encodeToBytes`) and `SkPicture.serialize`. These APIs return null if
265 const dOne = img.encodeToBytes(); // $ExpectType Uint8Array | null266 const dTwo = img.encodeToBytes(CK.ImageFormat.JPEG, 97);
1785 encodeToBytes(fmt?: EncodedImageFormat, quality?: number): Uint8Array | null; method