Searched refs:PngDecoderState (Results 1 – 1 of 1) sorted by relevance
117 class PngDecoderState { class119 PngDecoderState(ColorFormat ofmt, std::vector<uint8_t>* out) in PngDecoderState() function in image_diff_png::__anonc84d1df30111::PngDecoderState178 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()