Home
last modified time | relevance | path

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

/external/pdfium/samples/
Dimage_diff_png.cc84 class PngDecoderState { class
87 PngDecoderState(ColorFormat ofmt, std::vector<unsigned char>* o) in PngDecoderState() function in image_diff_png::__anonaa41e1410211::PngDecoderState
148 PngDecoderState* state = static_cast<PngDecoderState*>( in DecodeInfoCallback()
255 PngDecoderState* state = static_cast<PngDecoderState*>( in DecodeRowCallback()
274 PngDecoderState* state = static_cast<PngDecoderState*>( in DecodeEndCallback()
337 PngDecoderState state(format, output); in Decode()