OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GIF_ERROR
(Results
1 - 5
of
5
) sorted by null
/external/giflib/
dgif_lib.c
151
if (DGifGetScreenDesc(GifFile) ==
GIF_ERROR
) {
217
if (DGifGetScreenDesc(GifFile) ==
GIF_ERROR
) {
242
return
GIF_ERROR
;
246
if (DGifGetWord(GifFile, &GifFile->SWidth) ==
GIF_ERROR
||
247
DGifGetWord(GifFile, &GifFile->SHeight) ==
GIF_ERROR
)
248
return
GIF_ERROR
;
252
return
GIF_ERROR
;
262
return
GIF_ERROR
;
271
return
GIF_ERROR
;
297
return
GIF_ERROR
;
[
all
...]
gifalloc.c
265
return (
GIF_ERROR
);
272
return (
GIF_ERROR
);
gif_lib.h
25
#define
GIF_ERROR
0
/external/skia/legacy/src/images/
SkImageDecoder_libgif.cpp
172
if (DGifGetRecordType(gif, &recType) ==
GIF_ERROR
) {
178
if (DGifGetImageDesc(gif) ==
GIF_ERROR
) {
287
if (DGifGetLine(gif, row, innerWidth) ==
GIF_ERROR
) {
297
if (DGifGetLine(gif, scanline, innerWidth) ==
GIF_ERROR
) {
308
&extData) ==
GIF_ERROR
) {
315
&extData[1]) ==
GIF_ERROR
) {
318
if (DGifGetExtensionNext(gif, &extData) ==
GIF_ERROR
) {
/external/skia/src/images/
SkImageDecoder_libgif.cpp
183
if (DGifGetRecordType(gif, &recType) ==
GIF_ERROR
) {
189
if (DGifGetImageDesc(gif) ==
GIF_ERROR
) {
298
if (DGifGetLine(gif, row, innerWidth) ==
GIF_ERROR
) {
308
if (DGifGetLine(gif, scanline, innerWidth) ==
GIF_ERROR
) {
320
&extData) ==
GIF_ERROR
) {
322
if (DGifGetExtension(gif, &extFunction, &extData) ==
GIF_ERROR
) {
331
&extData[1]) ==
GIF_ERROR
) {
337
&extData[1]) ==
GIF_ERROR
) {
341
if (DGifGetExtensionNext(gif, &extData) ==
GIF_ERROR
) {
Completed in 38 milliseconds