Searched refs:image_width (Results 1 - 25 of 69) sorted by relevance

123

/external/jpeg/
H A Dexample.c63 extern int image_width; /* Number of columns in image */
125 cinfo.image_width = image_width; /* image width and height, in pixels */
154 row_stride = image_width * 3; /* JSAMPLEs per row in image_buffer */
H A Djdinput.c49 (long) cinfo->image_width > (long) JPEG_MAX_DIMENSION)
87 jdiv_round_up((long) cinfo->image_width * (long) compptr->h_samp_factor,
98 jdiv_round_up((long) cinfo->image_width * (long) compptr->h_samp_factor,
119 cinfo->original_image_width = cinfo->image_width;
165 jdiv_round_up((long) cinfo->image_width,
186 tmp = (int) (jdiv_round_up(cinfo->image_width, 8)
H A Djcsample.c159 cinfo->image_width, output_cols * h_expand);
192 cinfo->max_v_samp_factor, cinfo->image_width);
195 cinfo->image_width, compptr->width_in_blocks * DCTSIZE);
226 cinfo->image_width, output_cols * 2);
263 cinfo->image_width, output_cols * 2);
306 cinfo->image_width, output_cols * 2);
407 cinfo->image_width, output_cols);
H A Drdppm.c151 for (col = cinfo->image_width; col > 0; col--) {
169 for (col = cinfo->image_width; col > 0; col--) {
192 for (col = cinfo->image_width; col > 0; col--) {
213 for (col = cinfo->image_width; col > 0; col--) {
251 for (col = cinfo->image_width; col > 0; col--) {
275 for (col = cinfo->image_width; col > 0; col--) {
329 cinfo->image_width = (JDIMENSION) w;
H A Djdmaster.c119 jdiv_round_up((long) cinfo->image_width, 8L);
126 jdiv_round_up((long) cinfo->image_width, 4L);
133 jdiv_round_up((long) cinfo->image_width, 2L);
139 cinfo->output_width = cinfo->image_width;
168 jdiv_round_up((long) cinfo->image_width *
180 cinfo->output_width = cinfo->image_width;
H A Drdrle.c120 cinfo->image_width = width;
219 for (col = cinfo->image_width; col > 0; col--) {
295 for (col = 0; col < cinfo->image_width; col++) {
321 for (col = cinfo->image_width; col > 0; col--) {
H A Drdjpgcom.c269 unsigned int image_height, image_width; local
278 image_width = read_2_bytes();
299 image_width, image_height, num_components, data_precision);
/external/qemu/distrib/jpeg-6b/
H A Dexample.c63 extern int image_width; /* Number of columns in image */
125 cinfo.image_width = image_width; /* image width and height, in pixels */
154 row_stride = image_width * 3; /* JSAMPLEs per row in image_buffer */
H A Djdinput.c49 (long) cinfo->image_width > (long) JPEG_MAX_DIMENSION)
87 jdiv_round_up((long) cinfo->image_width * (long) compptr->h_samp_factor,
98 jdiv_round_up((long) cinfo->image_width * (long) compptr->h_samp_factor,
119 cinfo->original_image_width = cinfo->image_width;
165 jdiv_round_up((long) cinfo->image_width,
186 tmp = (int) (jdiv_round_up(cinfo->image_width, 8)
H A Djcsample.c159 cinfo->image_width, output_cols * h_expand);
192 cinfo->max_v_samp_factor, cinfo->image_width);
195 cinfo->image_width, compptr->width_in_blocks * DCTSIZE);
226 cinfo->image_width, output_cols * 2);
263 cinfo->image_width, output_cols * 2);
306 cinfo->image_width, output_cols * 2);
407 cinfo->image_width, output_cols);
H A Drdppm.c151 for (col = cinfo->image_width; col > 0; col--) {
169 for (col = cinfo->image_width; col > 0; col--) {
192 for (col = cinfo->image_width; col > 0; col--) {
213 for (col = cinfo->image_width; col > 0; col--) {
251 for (col = cinfo->image_width; col > 0; col--) {
275 for (col = cinfo->image_width; col > 0; col--) {
329 cinfo->image_width = (JDIMENSION) w;
H A Djdmaster.c119 jdiv_round_up((long) cinfo->image_width, 8L);
126 jdiv_round_up((long) cinfo->image_width, 4L);
133 jdiv_round_up((long) cinfo->image_width, 2L);
139 cinfo->output_width = cinfo->image_width;
168 jdiv_round_up((long) cinfo->image_width *
180 cinfo->output_width = cinfo->image_width;
H A Drdrle.c120 cinfo->image_width = width;
219 for (col = cinfo->image_width; col > 0; col--) {
295 for (col = 0; col < cinfo->image_width; col++) {
321 for (col = cinfo->image_width; col > 0; col--) {
H A Drdjpgcom.c269 unsigned int image_height, image_width; local
278 image_width = read_2_bytes();
299 image_width, image_height, num_components, data_precision);
/external/libpng/contrib/gregbook/
H A Drpng-win.c125 static ulg image_width, image_height, image_rowbytes; variable
309 if ((rc = readpng_init(infile, &image_width, &image_height)) != 0) {
453 wimage_rowbytes = ((3*image_width + 3L) >> 2) << 2;
471 bmih->biWidth = image_width;
484 for (i = image_width; i > 0; --i) {
521 CW_USEDEFAULT, CW_USEDEFAULT, image_width+extra_width,
546 image_width, image_rowbytes, wimage_rowbytes))
559 for (i = image_width; i > 0; --i) {
568 for (i = image_width; i > 0; --i) {
596 rect.right = (LONG)image_width; /* possibl
[all...]
H A Drpng-x.c133 static ulg image_width, image_height, image_rowbytes; variable
299 if ((rc = readpng_init(infile, &image_width, &image_height)) != 0) {
551 window = XCreateWindow(display, root, 0, 0, image_width, image_height, 0,
573 size_hints->min_width = size_hints->max_width = (int)image_width;
628 XFillRectangle(display, window, gc, 0, 0, image_width, image_height);
645 xdata = (uch *)malloc(4*image_width*image_height);
648 xdata = (uch *)malloc(2*image_width*image_height);
651 xdata = (uch *)malloc(image_width*image_height);
661 (char *)xdata, image_width, image_height, pad, 0);
700 image_width, image_rowbyte
[all...]
/external/chromium_org/google_apis/gaia/
H A Dgoogle_service_auth_error.cc16 GoogleServiceAuthError::Captcha::Captcha() : image_width(0), image_height(0) {
23 image_width(width), image_height(height) {
34 image_width == b.image_width &&
191 captcha_value->SetInteger("imageWidth", captcha_.image_width);
255 int image_width,
259 captcha_unlock_url, image_width, image_height),
249 GoogleServiceAuthError( State s, const std::string& captcha_token, const GURL& captcha_audio_url, const GURL& captcha_image_url, const GURL& captcha_unlock_url, int image_width, int image_height) argument
H A Dgoogle_service_auth_error.h110 int image_width; // Width of captcha image. member in struct:GoogleServiceAuthError::Captcha
198 int image_width,
/external/chromium_org/cc/layers/
H A Dnine_patch_layer_impl.cc157 float image_width = image_bounds_.width(); local
162 int image_aperture_right_width = image_width - image_aperture_.right();
169 image_width,
172 NormalizedRect(image_width - image_aperture_right_width,
176 image_width,
183 image_width,
186 NormalizedRect(image_width - image_aperture_right_width,
190 image_width,
195 (image_width - image_aperture_left_width - image_aperture_right_width) /
196 image_width,
[all...]
/external/chromium_org/chrome/browser/ui/views/location_bar/
H A Dicon_label_bubble_view.cc128 const int image_width = image_->GetPreferredSize().width(); local
130 (image_width ? (image_width + LocationBarView::GetItemPadding()) : 0);
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dresource_entry_conversion.cc110 const int64 image_width = input.image_width(); local
111 if (image_width != -1)
112 file_specific_info->set_image_width(image_width);
/external/chromium_org/third_party/WebKit/Source/platform/image-encoders/skia/
H A DJPEGImageEncoder.cpp146 cinfo.image_width = imageSize.width();
160 const size_t pixelRowStride = cinfo.image_width * 4;
186 row.resize(cinfo.image_width * cinfo.input_components);
187 const size_t pixelRowStride = cinfo.image_width * 4;
190 extractRowRGB(pixels, cinfo.image_width, rowData);
/external/chromium_org/native_client_sdk/src/examples/api/var_array_buffer/
H A Dvar_array_buffer.cc81 const uint32_t image_width = image_data->size().width(); local
82 assert(column < image_width);
86 image_buffer[row * image_width + column] = kBlue;
/external/chromium_org/cc/test/
H A Dlayer_tree_json_parser.cc55 double image_width, image_height; local
56 success &= bounds->GetDouble(0, &image_width);
72 bitmap.setConfig(SkBitmap::kARGB_8888_Config, image_width, image_height);
/external/chromium_org/ppapi/tests/
H A Dtest_graphics_2d.cc451 const int image_width = 15, image_height = 23; local
453 pp::Size(image_width, image_height), false);
456 pp::Size(image_width, image_height), false);
457 FillRectInImage(&no_image, pp::Rect(0, 0, image_width, image_height), 0);
459 pp::Size(image_width, image_height), false);
461 pp::Size(image_width, image_height), false);
463 ASSERT_EQ(pp::Size(image_width, image_height), test_image.size());
476 pp::Rect clip(image_x, image_y, image_width, image_height);
510 int part_w = image_width / 2, part_h = image_height / 2;
524 clip = pp::Rect(0, 0, image_x + image_width, image_
[all...]

Completed in 1803 milliseconds

123