Home
last modified time | relevance | path

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

/external/skqp/tests/
DGifTest.cpp59 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()
/external/skia/tests/
DGifTest.cpp59 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()
[all …]