Searched refs:gInterlacedGIF (Results 1 – 1 of 1) sorted by relevance
57 static unsigned char gInterlacedGIF[] = { variable168 test_interlaced_gif_data(reporter, static_cast<void *>(gInterlacedGIF), in DEF_TEST()169 sizeof(gInterlacedGIF)); in DEF_TEST()208 test_interlaced_gif_data(reporter, static_cast<void *>(gInterlacedGIF), in DEF_TEST()218 if ((sizeof(gInterlacedGIF) != 102) || in DEF_TEST()219 (gInterlacedGIF[72] != 0x1b) || in DEF_TEST()220 (gInterlacedGIF[100] != 0x00) || in DEF_TEST()221 (gInterlacedGIF[101] != 0x3b)) { in DEF_TEST()235 memcpy(data, gInterlacedGIF, sizeof(data)); in DEF_TEST()