Home
last modified time | relevance | path

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

/external/skia/tests/
DGifTest.cpp58 bool imageDecodeSuccess = decode_memory(data, size, &bm); in test_gif_data_no_colormap()
69 bool imageDecodeSuccess = decode_memory(data, size, &bm); in test_gif_data()
89 bool imageDecodeSuccess = decode_memory(data, size, &bm); in test_gif_data_dims()
99 bool imageDecodeSuccess = decode_memory(data, size, &bm); in test_interlaced_gif_data()
131 bool imageDecodeSuccess = decode_memory(data, size, &bm); in test_gif_data_short()
DInvalidIndexedPngTest.cpp35 decode_memory(gPngData, sizeof(gPngData), &image); in DEF_TEST()
DIndexedPngOverflowTest.cpp33 bool success = decode_memory(gPng, sizeof(gPng), &image); in DEF_TEST()
DCodecPriv.h14 inline bool decode_memory(const void* mem, size_t size, SkBitmap* bm) { in decode_memory() function