HomeSort by relevance Sort by last modified time
    Searched full:gif_warning (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/src/images/
SkImageDecoder_libgif.cpp 163 static void gif_warning(const SkBitmap& bm, const char msg[]) { function
224 gif_warning(*bm, "Index out of bounds.");
288 gif_warning(*bm, "image too wide, expanding output to size");
292 gif_warning(*bm, "shifting image left to fit");
295 gif_warning(*bm, "shifting image right to fit");
301 gif_warning(*bm, "image too tall, expanding output to size");
305 gif_warning(*bm, "shifting image up to fit");
308 gif_warning(*bm, "shifting image down to fit");
351 gif_warning(*bm, "missing colormap");
424 gif_warning(*bm, "interlace DGifGetLine")
    [all...]
  /external/skia/src/images/
SkImageDecoder_libgif.cpp 164 static void gif_warning(const SkBitmap& bm, const char msg[]) { function
225 gif_warning(*bm, "Index out of bounds.");
289 gif_warning(*bm, "image too wide, expanding output to size");
293 gif_warning(*bm, "shifting image left to fit");
296 gif_warning(*bm, "shifting image right to fit");
302 gif_warning(*bm, "image too tall, expanding output to size");
306 gif_warning(*bm, "shifting image up to fit");
309 gif_warning(*bm, "shifting image down to fit");
352 gif_warning(*bm, "missing colormap");
425 gif_warning(*bm, "interlace DGifGetLine")
    [all...]

Completed in 148 milliseconds