HomeSort by relevance Sort by last modified time
    Searched refs:PngDecoderState (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/gfx/codec/
png_codec.cc 84 class PngDecoderState {
87 PngDecoderState(PNGCodec::ColorFormat ofmt, std::vector<unsigned char>* o)
99 explicit PngDecoderState(SkBitmap* skbitmap)
132 DISALLOW_COPY_AND_ASSIGN(PngDecoderState);
144 PngDecoderState* state =
145 static_cast<PngDecoderState*>(png_get_user_transform_ptr(png_ptr));
164 PngDecoderState* state = static_cast<PngDecoderState*>(
293 PngDecoderState* state = static_cast<PngDecoderState*>(
    [all...]
  /external/chromium_org/tools/imagediff/
image_diff_png.cc 89 class PngDecoderState {
92 PngDecoderState(ColorFormat ofmt, std::vector<unsigned char>* o)
153 PngDecoderState* state = static_cast<PngDecoderState*>(
260 PngDecoderState* state = static_cast<PngDecoderState*>(
280 PngDecoderState* state = static_cast<PngDecoderState*>(
343 PngDecoderState state(format, output);

Completed in 678 milliseconds