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
137
if (DGifGetScreenDesc(GifFile) ==
GIF_ERROR
) {
210
if (DGifGetScreenDesc(GifFile) ==
GIF_ERROR
) {
239
return
GIF_ERROR
;
243
if (DGifGetWord(GifFile, &GifFile->SWidth) ==
GIF_ERROR
||
244
DGifGetWord(GifFile, &GifFile->SHeight) ==
GIF_ERROR
)
245
return
GIF_ERROR
;
251
return
GIF_ERROR
;
264
return
GIF_ERROR
;
274
return
GIF_ERROR
;
299
return
GIF_ERROR
;
[
all
...]
gifalloc.c
233
return (
GIF_ERROR
);
241
return (
GIF_ERROR
);
gif_lib.h
18
#define
GIF_ERROR
0
/external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libgif.cpp
177
* @return True on success, false on
GIF_ERROR
.
181
if (DGifGetLine(gif, dst, width) ==
GIF_ERROR
) {
215
if (DGifGetRecordType(gif, &recType) ==
GIF_ERROR
) {
221
if (DGifGetImageDesc(gif) ==
GIF_ERROR
) {
377
if (DGifGetLine(gif, scanline, innerWidth) ==
GIF_ERROR
) {
394
if (DGifGetLine(gif, scanline, innerWidth) ==
GIF_ERROR
) {
419
&extData) ==
GIF_ERROR
) {
421
if (DGifGetExtension(gif, &extFunction, &extData) ==
GIF_ERROR
) {
430
&extData[1]) ==
GIF_ERROR
) {
436
&extData[1]) ==
GIF_ERROR
) {
[
all
...]
/external/skia/src/images/
SkImageDecoder_libgif.cpp
177
* @return True on success, false on
GIF_ERROR
.
181
if (DGifGetLine(gif, dst, width) ==
GIF_ERROR
) {
215
if (DGifGetRecordType(gif, &recType) ==
GIF_ERROR
) {
221
if (DGifGetImageDesc(gif) ==
GIF_ERROR
) {
377
if (DGifGetLine(gif, scanline, innerWidth) ==
GIF_ERROR
) {
394
if (DGifGetLine(gif, scanline, innerWidth) ==
GIF_ERROR
) {
419
&extData) ==
GIF_ERROR
) {
421
if (DGifGetExtension(gif, &extFunction, &extData) ==
GIF_ERROR
) {
430
&extData[1]) ==
GIF_ERROR
) {
436
&extData[1]) ==
GIF_ERROR
) {
[
all
...]
Completed in 450 milliseconds