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.cpp112 class PngDecoderState { class
115 PngDecoderState(ColorFormat ofmt, std::vector<unsigned char>* o) in PngDecoderState() function in image_diff_png::__anon7885b6ac0211::PngDecoderState
181 PngDecoderState* state = in DecodeInfoCallback()
182 static_cast<PngDecoderState*>(png_get_progressive_ptr(png_ptr)); in DecodeInfoCallback()
293 PngDecoderState* state = in DecodeRowCallback()
294 static_cast<PngDecoderState*>(png_get_progressive_ptr(png_ptr)); in DecodeRowCallback()
312 PngDecoderState* state = in DecodeEndCallback()
313 static_cast<PngDecoderState*>(png_get_progressive_ptr(png_ptr)); in DecodeEndCallback()
378 PngDecoderState state(format, output); in Decode()