Home
last modified time | relevance | path

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

/external/skia/tests/
DGifTest.cpp58 bool imageDecodeSuccess = decode_memory(data, size, &bm); in test_gif_data_no_colormap() local
59 REPORTER_ASSERT(r, imageDecodeSuccess); in test_gif_data_no_colormap()
69 bool imageDecodeSuccess = decode_memory(data, size, &bm); in test_gif_data() local
70 REPORTER_ASSERT(r, imageDecodeSuccess); in test_gif_data()
89 bool imageDecodeSuccess = decode_memory(data, size, &bm); in test_gif_data_dims() local
90 REPORTER_ASSERT(r, imageDecodeSuccess); in test_gif_data_dims()
99 bool imageDecodeSuccess = decode_memory(data, size, &bm); in test_interlaced_gif_data() local
100 REPORTER_ASSERT(r, imageDecodeSuccess); in test_interlaced_gif_data()
131 bool imageDecodeSuccess = decode_memory(data, size, &bm); in test_gif_data_short() local
132 REPORTER_ASSERT(r, imageDecodeSuccess); in test_gif_data_short()