Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/tests/
H A DGifTest.cpp72 bool imageDecodeSuccess = decode_memory(data, size, &bm); in test_gif_data_no_colormap()
83 bool imageDecodeSuccess = decode_memory(data, size, &bm); in test_gif_data()
103 bool imageDecodeSuccess = decode_memory(data, size, &bm); in test_gif_data_dims()
113 bool imageDecodeSuccess = decode_memory(data, size, &bm); in test_interlaced_gif_data()
145 bool imageDecodeSuccess = decode_memory(data, size, &bm); in test_gif_data_short()
240 bool imageDecodeSuccess = decode_memory(data, sizeof(data), &bm); in DEF_TEST()
H A DInvalidIndexedPngTest.cpp35 decode_memory(gPngData, sizeof(gPngData), &image); in DEF_TEST()
H A DIndexedPngOverflowTest.cpp34 bool success = decode_memory(gPng, sizeof(gPng), &bm); in DEF_TEST()
H A DCodecPriv.h21 inline bool decode_memory(const void* mem, size_t size, SkBitmap* bm) { in decode_memory() function