Searched refs:decode_memory (Results 1 – 8 of 8) sorted by relevance
/external/skqp/tests/ |
D | GifTest.cpp | 59 bool imageDecodeSuccess = decode_memory(data, size, &bm); in test_gif_data_no_colormap() 70 bool imageDecodeSuccess = decode_memory(data, size, &bm); in test_gif_data() 90 bool imageDecodeSuccess = decode_memory(data, size, &bm); in test_gif_data_dims() 100 bool imageDecodeSuccess = decode_memory(data, size, &bm); in test_interlaced_gif_data() 132 bool imageDecodeSuccess = decode_memory(data, size, &bm); in test_gif_data_short()
|
D | InvalidIndexedPngTest.cpp | 35 decode_memory(gPngData, sizeof(gPngData), &image); in DEF_TEST()
|
D | IndexedPngOverflowTest.cpp | 33 bool success = decode_memory(gPng, sizeof(gPng), &image); in DEF_TEST()
|
D | CodecPriv.h | 19 inline bool decode_memory(const void* mem, size_t size, SkBitmap* bm) { in decode_memory() function
|
/external/skia/tests/ |
D | GifTest.cpp | 59 bool imageDecodeSuccess = decode_memory(data, size, &bm); in test_gif_data_no_colormap() 70 bool imageDecodeSuccess = decode_memory(data, size, &bm); in test_gif_data() 90 bool imageDecodeSuccess = decode_memory(data, size, &bm); in test_gif_data_dims() 100 bool imageDecodeSuccess = decode_memory(data, size, &bm); in test_interlaced_gif_data() 132 bool imageDecodeSuccess = decode_memory(data, size, &bm); in test_gif_data_short()
|
D | InvalidIndexedPngTest.cpp | 35 decode_memory(gPngData, sizeof(gPngData), &image); in DEF_TEST()
|
D | IndexedPngOverflowTest.cpp | 33 bool success = decode_memory(gPng, sizeof(gPng), &image); in DEF_TEST()
|
D | CodecPriv.h | 19 inline bool decode_memory(const void* mem, size_t size, SkBitmap* bm) { in decode_memory() function
|