Home
last modified time | relevance | path

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

/external/skia/src/images/
DSkImageDecoder_libgif.cpp206 GifRecordType recType; local
215 if (DGifGetRecordType(gif, &recType) == GIF_ERROR) {
219 switch (recType) {
455 } while (recType != TERMINATE_RECORD_TYPE);
/external/chromium_org/third_party/skia/src/images/
DSkImageDecoder_libgif.cpp206 GifRecordType recType; local
215 if (DGifGetRecordType(gif, &recType) == GIF_ERROR) {
219 switch (recType) {
455 } while (recType != TERMINATE_RECORD_TYPE);