Home
last modified time | relevance | path

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

/external/pdfium/testing/image_diff/
Dimage_diff_png.cpp117 class PngDecoderState { class
119 PngDecoderState(ColorFormat ofmt, std::vector<uint8_t>* out) in PngDecoderState() function in image_diff_png::__anonc84d1df30111::PngDecoderState
178 PngDecoderState* state = in DecodeInfoCallback()
179 static_cast<PngDecoderState*>(png_get_progressive_ptr(png_ptr)); in DecodeInfoCallback()
290 PngDecoderState* state = in DecodeRowCallback()
291 static_cast<PngDecoderState*>(png_get_progressive_ptr(png_ptr)); in DecodeRowCallback()
309 PngDecoderState* state = in DecodeEndCallback()
310 static_cast<PngDecoderState*>(png_get_progressive_ptr(png_ptr)); in DecodeEndCallback()
371 PngDecoderState state(format, &output); in Decode()