Searched refs:gif_warning (Results 1 – 1 of 1) sorted by relevance
/external/skia/src/images/ |
D | SkImageDecoder_libgif.cpp | 164 static void gif_warning(const SkBitmap& bm, const char msg[]) { in gif_warning() function 225 gif_warning(*bm, "Index out of bounds."); in sanitize_indexed_bitmap() 300 gif_warning(*bm, "image too wide, expanding output to size"); 304 gif_warning(*bm, "shifting image left to fit"); 307 gif_warning(*bm, "shifting image right to fit"); 313 gif_warning(*bm, "image too tall, expanding output to size"); 317 gif_warning(*bm, "shifting image up to fit"); 320 gif_warning(*bm, "shifting image down to fit"); 355 gif_warning(*bm, "missing colormap"); 425 gif_warning(*bm, "interlace DGifGetLine"); [all …]
|