OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DGifGetRecordType
(Results
1 - 4
of
4
) sorted by null
/external/giflib/
gif_lib.h
199
int
DGifGetRecordType
(GifFileType *GifFile, GifRecordType *GifType);
dgif_lib.c
291
DGifGetRecordType
(GifFileType *GifFile, GifRecordType* Type)
[
all
...]
/external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libgif.cpp
215
if (
DGifGetRecordType
(gif, &recType) == GIF_ERROR) {
216
return error_return(*bm, "
DGifGetRecordType
");
452
default: /* Should be trapped by
DGifGetRecordType
*/
/external/skia/src/images/
SkImageDecoder_libgif.cpp
215
if (
DGifGetRecordType
(gif, &recType) == GIF_ERROR) {
216
return error_return(*bm, "
DGifGetRecordType
");
452
default: /* Should be trapped by
DGifGetRecordType
*/
Completed in 124 milliseconds