Home
last modified time | relevance | path

Searched refs:gif_warning (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/images/
DSkImageDecoder_libgif.cpp164 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 …]
/external/skia/src/codec/
DSkCodec_libgif.cpp35 static void gif_warning(const char* msg) { in gif_warning() function
317 gif_warning("Inner image too wide, shrinking.\n");
321 gif_warning("Shifting inner image to left to fit.\n");
324 gif_warning("Shifting image to right to fit\n");
328 gif_warning("Inner image too tall, shrinking.\n");
332 gif_warning("Shifting inner image up to fit.\n");
335 gif_warning("Shifting image down to fit\n");