Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/include/codec/
H A DSkCodec.h245 bool hasHighBitDepthEncodedData() const { in hasHighBitDepthEncodedData() function
/aosp_15_r20/external/skia/tests/
H A DSkPngRustDecoderTest.cpp624 REPORTER_ASSERT(r, codec->hasHighBitDepthEncodedData() == test.fEncodedWith16bits); in DEF_TEST()
/aosp_15_r20/external/skia/
H A DRELEASE_NOTES.md7 * A new `SkCodec` method has been added: `hasHighBitDepthEncodedData`.