HomeSort by relevance Sort by last modified time
    Searched defs:gif (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libgif.cpp 41 "images.gif.suppressDecoderWarnings", true,
42 "Suppress GIF warnings and errors when calling image decode "
46 /* Implement the GIF interlace algorithm in an iterator.
118 static const ColorMapObject* find_colormap(const GifFileType* gif) {
119 const ColorMapObject* cmap = gif->Image.ColorMap;
121 cmap = gif->SColorMap;
172 * Skip rows in the source gif image.
173 * @param gif Source image.
174 * @param dst Scratch output needed by gif library call. Must be >= width bytes.
179 static bool skip_src_rows(GifFileType* gif, uint8_t* dst, int width, int rowsToSkip)
190 GifFileType* gif = DGifOpen(sk_stream, DecodeCallBackProc); local
    [all...]
SkMovie_gif.cpp 341 const GifFileType* gif = fGIF; local
342 if (NULL == gif)
345 if (gif->ImageCount < 1) {
349 const int width = gif->SWidth;
350 const int height = gif->SHeight;
391 if (gif->SColorMap != NULL) {
392 const GifColorType& col = gif->SColorMap->Colors[fGIF->SBackGroundColor];
404 if (!trans && gif->SColorMap != NULL) {
422 drawFrame(bm, cur, gif->SColorMap);
  /external/skia/src/images/
SkImageDecoder_libgif.cpp 41 "images.gif.suppressDecoderWarnings", true,
42 "Suppress GIF warnings and errors when calling image decode "
46 /* Implement the GIF interlace algorithm in an iterator.
118 static const ColorMapObject* find_colormap(const GifFileType* gif) {
119 const ColorMapObject* cmap = gif->Image.ColorMap;
121 cmap = gif->SColorMap;
172 * Skip rows in the source gif image.
173 * @param gif Source image.
174 * @param dst Scratch output needed by gif library call. Must be >= width bytes.
179 static bool skip_src_rows(GifFileType* gif, uint8_t* dst, int width, int rowsToSkip)
190 GifFileType* gif = DGifOpen(sk_stream, DecodeCallBackProc); local
    [all...]
SkMovie_gif.cpp 341 const GifFileType* gif = fGIF; local
342 if (NULL == gif)
345 if (gif->ImageCount < 1) {
349 const int width = gif->SWidth;
350 const int height = gif->SHeight;
391 if (gif->SColorMap != NULL) {
392 const GifColorType& col = gif->SColorMap->Colors[fGIF->SBackGroundColor];
404 if (!trans && gif->SColorMap != NULL) {
422 drawFrame(bm, cur, gif->SColorMap);

Completed in 53 milliseconds