Searched defs:PngDecoderState (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/tools/imagediff/
H A Dimage_diff_png.cc82 class PngDecoderState { class in namespace:image_diff_png::__anon16498
85 PngDecoderState(ColorFormat ofmt, std::vector<unsigned char>* o) function in class:image_diff_png::__anon16498::PngDecoderState
146 PngDecoderState* state = static_cast<PngDecoderState*>(
253 PngDecoderState* state = static_cast<PngDecoderState*>(
273 PngDecoderState* state = static_cast<PngDecoderState*>(
336 PngDecoderState state(format, output);
/external/chromium_org/ui/gfx/codec/
H A Dpng_codec.cc79 class PngDecoderState { class in namespace:gfx::__anon16814
82 PngDecoderState(PNGCodec::ColorFormat ofmt, std::vector<unsigned char>* o) function in class:gfx::__anon16814::PngDecoderState
94 explicit PngDecoderState(SkBitmap* skbitmap) function in class:gfx::__anon16814::PngDecoderState
127 DISALLOW_COPY_AND_ASSIGN(PngDecoderState);
139 PngDecoderState* state =
140 static_cast<PngDecoderState*>(png_get_user_transform_ptr(png_ptr));
159 PngDecoderState* state = static_cast<PngDecoderState*>(
286 PngDecoderState* state = static_cast<PngDecoderState*>(
[all...]

Completed in 89 milliseconds