Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/modules/canvaskit/tests/
H A Dcore_test.js1626 assertBytesDecodeToImage(bytes, 'png');
1628 assertBytesDecodeToImage(bytes, 'jpeg');
1630 assertBytesDecodeToImage(bytes, 'webp');
1635 function assertBytesDecodeToImage(bytes, format) { function