Lines Matching defs:out
404 /* 1.5.6: row_info moved out of png_struct to a local here. */
415 /* Check for transforms that have been set but were defined out */
870 /* Check for transforms that have been set but were defined out */
1602 return png_image_error(image, "png_image_read: out of memory");
1673 /* Do this the fast way; just read directly out of png_struct. */
1796 png_image_memory_read(png_structp png_ptr, png_bytep out, size_t need)
1811 memcpy(out, memory, need);
2028 png_error(image->opaque->png_ptr, "color-map index out of range");
2432 * output transformations; this code works out how to produce bytes of
3759 * function and multiply the alpha out.
4007 * out; use PNG_ALPHA_STANDARD, otherwise just use PNG_ALPHA_PNG.
4216 /* If change is not now 0 some transformation is missing - error out. */