Home | History | Annotate | Download | only in compile

Lines Matching refs:Png

18 #include "Png.h"
24 #include <png.h>
104 diag->error(DiagMessage() << "failed reading png");
415 diag->error(DiagMessage() << "failed to write png");
1193 bool Png::process(const Source& source, std::istream* input, BigBuffer* outBuffer,
1197 // Read the PNG signature first.
1203 // If the PNG signature doesn't match, bail early.
1205 mDiag->error(DiagMessage() << "not a valid png file");
1237 if (util::stringEndsWith<char>(source.path, ".9.png")) {