Searched defs:row_byte_width (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/gfx/codec/
H A Djpeg_codec.cc205 int w, int h, int row_byte_width,
289 const unsigned char* row = &input[cinfo.next_scanline * row_byte_width];
296 const unsigned char* row = &input[cinfo.next_scanline * row_byte_width];
317 converter(&input[cinfo.next_scanline * row_byte_width], w, row_buffer);
204 Encode(const unsigned char* input, ColorFormat format, int w, int h, int row_byte_width, int quality, std::vector<unsigned char>* output) argument
H A Dpng_codec.cc576 int width, int height, int row_byte_width,
617 const_cast<unsigned char*>(&input[y * row_byte_width]));
623 converter(&input[y * row_byte_width], width, row_buffer, NULL);
636 int row_byte_width,
699 DCHECK(input_color_components * size.width() <= row_byte_width);
715 size.width(), size.height(), row_byte_width,
727 const Size& size, int row_byte_width,
734 row_byte_width,
574 DoLibpngWrite(png_struct* png_ptr, png_info* info_ptr, PngEncoderState* state, int width, int height, int row_byte_width, const unsigned char* input, int compression_level, int png_output_color_type, int output_color_components, FormatConverter converter, const std::vector<PNGCodec::Comment>& comments) argument
633 EncodeWithCompressionLevel(const unsigned char* input, PNGCodec::ColorFormat format, const Size& size, int row_byte_width, bool discard_transparency, const std::vector<PNGCodec::Comment>& comments, int compression_level, std::vector<unsigned char>* output) argument
726 Encode(const unsigned char* input, ColorFormat format, const Size& size, int row_byte_width, bool discard_transparency, const std::vector<Comment>& comments, std::vector<unsigned char>* output) argument
/external/chromium_org/tools/imagediff/
H A Dimage_diff_png.cc473 int width, int height, int row_byte_width,
513 const_cast<unsigned char*>(&input[y * row_byte_width]));
519 converter(&input[y * row_byte_width], width, row_buffer, NULL);
534 int row_byte_width,
585 DCHECK(input_color_components * width <= row_byte_width);
599 width, height, row_byte_width,
609 const int width, const int height, int row_byte_width,
614 row_byte_width,
631 int row_byte_width,
634 width, height, row_byte_width, fals
471 DoLibpngWrite(png_struct* png_ptr, png_info* info_ptr, PngEncoderState* state, int width, int height, int row_byte_width, const unsigned char* input, int compression_level, int png_output_color_type, int output_color_components, FormatConverter converter, const std::vector<Comment>& comments) argument
532 EncodeWithCompressionLevel(const unsigned char* input, ColorFormat format, const int width, const int height, int row_byte_width, bool discard_transparency, const std::vector<Comment>& comments, int compression_level, std::vector<unsigned char>* output) argument
608 Encode(const unsigned char* input, ColorFormat format, const int width, const int height, int row_byte_width, bool discard_transparency, const std::vector<Comment>& comments, std::vector<unsigned char>* output) argument
628 EncodeRGBAPNG(const unsigned char* input, int width, int height, int row_byte_width, std::vector<unsigned char>* output) argument
639 EncodeBGRAPNG(const unsigned char* input, int width, int height, int row_byte_width, bool discard_transparency, std::vector<unsigned char>* output) argument
[all...]

Completed in 27 milliseconds