Searched refs:imageDecodeSuccess (Results 1 - 1 of 1) sorted by relevance
/third_party/skia/tests/ |
H A D | GifTest.cpp | 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); DEF_TEST() local [all...] |
Completed in 1 milliseconds