Lines Matching refs:imageDecodeSuccess
59 bool imageDecodeSuccess = decode_memory(data, size, &bm); in test_gif_data_no_colormap() local
60 REPORTER_ASSERT(r, imageDecodeSuccess); in test_gif_data_no_colormap()
70 bool imageDecodeSuccess = decode_memory(data, size, &bm); in test_gif_data() local
71 REPORTER_ASSERT(r, imageDecodeSuccess); in test_gif_data()
90 bool imageDecodeSuccess = decode_memory(data, size, &bm); in test_gif_data_dims() local
91 REPORTER_ASSERT(r, imageDecodeSuccess); in test_gif_data_dims()
100 bool imageDecodeSuccess = decode_memory(data, size, &bm); in test_interlaced_gif_data() local
101 REPORTER_ASSERT(r, imageDecodeSuccess); in test_interlaced_gif_data()
132 bool imageDecodeSuccess = decode_memory(data, size, &bm); in test_gif_data_short() local
133 REPORTER_ASSERT(r, imageDecodeSuccess); in test_gif_data_short()
268 bool imageDecodeSuccess = decode_memory(data, sizeof(data), &bm); in DEF_TEST() local
269 REPORTER_ASSERT(r, imageDecodeSuccess); in DEF_TEST()