OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DGifGetLine
(Results
1 - 3
of
3
) sorted by null
/external/skia/src/images/
SkImageDecoder_libgif.cpp
287
if (
DGifGetLine
(gif, row, innerWidth) == GIF_ERROR) {
288
return error_return(gif, *bm, "interlace
DGifGetLine
");
297
if (
DGifGetLine
(gif, scanline, innerWidth) == GIF_ERROR) {
298
return error_return(gif, *bm, "
DGifGetLine
");
/external/giflib/
gif_lib.h
193
int
DGifGetLine
(GifFileType * GifFile, GifPixelType * GifLine, int GifLineLen);
dgif_lib.c
427
DGifGetLine
(GifFileType * GifFile,
768
* not be read at all, and
DGifGetLine
/Pixel clean everything. */
[
all
...]
Completed in 169 milliseconds