Home | History | Annotate | Download | only in compile

Lines Matching refs:png

17 #include "compile/Png.h"
19 #include <png.h>
145 // Read the first 8 bytes of the file looking for the PNG signature.
157 << "file signature does not match PNG signature");
184 // Automatically release PNG resources at end of scope.
253 << "PNG image dimensions are too large: " << width << "x" << height);
377 // Populate the PNG palette struct and assign indices to the color palette.
394 // Create the PNG color palette struct.
431 // Write the 9-patch custom PNG chunks to write_info_ptr. This must be done
499 // Automatically release PNG resources at end of scope.
588 msg << "encoding PNG ";