Home | History | Annotate | Download | only in libpng-1.2.19

Lines Matching full:scal

1698 /* read the sCAL chunk */
1716 png_error(png_ptr, "Missing IHDR before sCAL");
1719 png_warning(png_ptr, "Invalid sCAL after IDAT");
1725 png_warning(png_ptr, "Duplicate sCAL chunk");
1730 png_debug1(2, "Allocating and reading sCAL chunk data (%lu bytes)\n",
1735 png_warning(png_ptr, "Out of memory while processing sCAL chunk");
1755 png_warning(png_ptr, "malformed width string in sCAL chunk");
1763 png_warning(png_ptr, "Out of memory while processing sCAL chunk width");
1778 png_warning(png_ptr, "malformed height string in sCAL chunk");
1786 png_warning(png_ptr, "Out of memory while processing sCAL chunk height");
1799 png_warning(png_ptr, "Invalid sCAL data");