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