Searched refs:decode_memory (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/skia/tests/ |
H A D | GifTest.cpp | 72 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 D | InvalidIndexedPngTest.cpp | 35 decode_memory(gPngData, sizeof(gPngData), &image); in DEF_TEST()
|
H A D | IndexedPngOverflowTest.cpp | 34 bool success = decode_memory(gPng, sizeof(gPng), &bm); in DEF_TEST()
|
H A D | CodecPriv.h | 21 inline bool decode_memory(const void* mem, size_t size, SkBitmap* bm) { in decode_memory() function
|