Searched refs:image_height (Results 26 - 50 of 124) sorted by relevance

12345

/external/qemu/distrib/jpeg-6b/
H A Drdrle.c121 cinfo->image_height = height;
264 progress->pub.pass_limit = cinfo->image_height;
274 for (row = 0; row < cinfo->image_height; row++) {
289 for (row = 0; row < cinfo->image_height; row++) {
312 for (row = 0; row < cinfo->image_height; row++) {
348 source->row = cinfo->image_height;
H A Djdinput.c48 if ((long) cinfo->image_height > (long) JPEG_MAX_DIMENSION ||
90 jdiv_round_up((long) cinfo->image_height * (long) compptr->v_samp_factor,
101 jdiv_round_up((long) cinfo->image_height * (long) compptr->v_samp_factor,
111 jdiv_round_up((long) cinfo->image_height,
168 jdiv_round_up((long) cinfo->image_height,
H A Djdmaster.c121 jdiv_round_up((long) cinfo->image_height, 8L);
128 jdiv_round_up((long) cinfo->image_height, 4L);
135 jdiv_round_up((long) cinfo->image_height, 2L);
140 cinfo->output_height = cinfo->image_height;
172 jdiv_round_up((long) cinfo->image_height *
181 cinfo->output_height = cinfo->image_height;
H A Drdjpgcom.c269 unsigned int image_height, image_width; local
277 image_height = read_2_bytes();
299 image_width, image_height, num_components, data_precision);
H A Djcmaster.c55 if (cinfo->image_height <= 0 || cinfo->image_width <= 0
60 if ((long) cinfo->image_height > (long) JPEG_MAX_DIMENSION ||
105 jdiv_round_up((long) cinfo->image_height * (long) compptr->v_samp_factor,
112 jdiv_round_up((long) cinfo->image_height * (long) compptr->v_samp_factor,
122 jdiv_round_up((long) cinfo->image_height,
353 jdiv_round_up((long) cinfo->image_height,
/external/chromium_org/chrome/common/
H A Dinstant_types.h111 uint16 image_height; member in struct:ThemeBackgroundInfo
/external/chromium_org/components/enhanced_bookmarks/
H A Dmetadata_accessor.h81 int image_height,
/external/chromium_org/pdf/
H A Dprogress_control.cc86 int image_height = 0; local
89 image_height = std::max(image_height, images[i].size().height());
107 std::max(image_height, text_height) +
124 image_height);
/external/chromium_org/third_party/libjpeg_turbo/
H A Djdinput.c49 if ((long) cinfo->image_height > (long) JPEG_MAX_DIMENSION ||
105 jdiv_round_up((long) cinfo->image_height * (long) compptr->v_samp_factor,
116 jdiv_round_up((long) cinfo->image_height * (long) compptr->v_samp_factor,
126 jdiv_round_up((long) cinfo->image_height,
183 jdiv_round_up((long) cinfo->image_height,
H A Dturbojpegl.c133 j->cinfo.image_height = height;
179 j->jdms.free_in_buffer = TJBUFSIZE(j->cinfo.image_width, j->cinfo.image_height);
189 while(j->cinfo.next_scanline<j->cinfo.image_height)
192 j->cinfo.image_height-j->cinfo.next_scanline);
195 *size=TJBUFSIZE(j->cinfo.image_width, j->cinfo.image_height)
269 *width=j->dinfo.image_width; *height=j->dinfo.image_height;
H A Dtransupp.h188 JPP((JDIMENSION image_width, JDIMENSION image_height,
H A Dbmp.c149 *w=cinfo.image_width; *h=cinfo.image_height;
159 while(cinfo.next_scanline<cinfo.image_height)
223 dinfo.image_width=w; dinfo.image_height=h;
H A Drdjpgcom.c285 unsigned int image_height, image_width; local
293 image_height = read_2_bytes();
315 image_width, image_height, num_components, data_precision);
H A Drdbmp.c231 for (row = 0; row < cinfo->image_height; row++) {
234 progress->pub.pass_limit = (long) cinfo->image_height;
265 source->source_row = cinfo->image_height;
445 cinfo->image_height = (JDIMENSION) biHeight;
H A Drdtarga.c281 source_row = cinfo->image_height - source->current_row - 1;
307 for (row = 0; row < cinfo->image_height; row++) {
310 progress->pub.pass_limit = (long) cinfo->image_height;
464 cinfo->image_height = height;
/external/jpeg/
H A Djdinput.c48 if ((long) cinfo->image_height > (long) JPEG_MAX_DIMENSION ||
90 jdiv_round_up((long) cinfo->image_height * (long) compptr->v_samp_factor,
101 jdiv_round_up((long) cinfo->image_height * (long) compptr->v_samp_factor,
111 jdiv_round_up((long) cinfo->image_height,
168 jdiv_round_up((long) cinfo->image_height,
H A Djdmaster.c121 jdiv_round_up((long) cinfo->image_height, 8L);
128 jdiv_round_up((long) cinfo->image_height, 4L);
135 jdiv_round_up((long) cinfo->image_height, 2L);
140 cinfo->output_height = cinfo->image_height;
172 jdiv_round_up((long) cinfo->image_height *
181 cinfo->output_height = cinfo->image_height;
H A Drdjpgcom.c269 unsigned int image_height, image_width; local
277 image_height = read_2_bytes();
299 image_width, image_height, num_components, data_precision);
H A Djcmaster.c55 if (cinfo->image_height <= 0 || cinfo->image_width <= 0
60 if ((long) cinfo->image_height > (long) JPEG_MAX_DIMENSION ||
105 jdiv_round_up((long) cinfo->image_height * (long) compptr->v_samp_factor,
112 jdiv_round_up((long) cinfo->image_height * (long) compptr->v_samp_factor,
122 jdiv_round_up((long) cinfo->image_height,
353 jdiv_round_up((long) cinfo->image_height,
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jdinput.c47 if ((long) cinfo->image_height > (long) JPEG_MAX_DIMENSION ||
89 jdiv_round_up((long) cinfo->image_height * (long) compptr->v_samp_factor,
100 jdiv_round_up((long) cinfo->image_height * (long) compptr->v_samp_factor,
110 jdiv_round_up((long) cinfo->image_height,
167 jdiv_round_up((long) cinfo->image_height,
H A Dfpdfapi_jdmaster.c105 jdiv_round_up((long) cinfo->image_height, 8L);
112 jdiv_round_up((long) cinfo->image_height, 4L);
119 jdiv_round_up((long) cinfo->image_height, 2L);
124 cinfo->output_height = cinfo->image_height;
156 jdiv_round_up((long) cinfo->image_height *
165 cinfo->output_height = cinfo->image_height;
H A Dfpdfapi_jcmaster.c56 if (cinfo->image_height <= 0 || cinfo->image_width <= 0
61 if ((long) cinfo->image_height > (long) JPEG_MAX_DIMENSION ||
106 jdiv_round_up((long) cinfo->image_height * (long) compptr->v_samp_factor,
113 jdiv_round_up((long) cinfo->image_height * (long) compptr->v_samp_factor,
123 jdiv_round_up((long) cinfo->image_height,
354 jdiv_round_up((long) cinfo->image_height,
/external/chromium_org/cc/test/
H A Dlayer_tree_json_parser.cc55 double image_width, image_height; local
57 success &= bounds->GetDouble(1, &image_height);
72 bitmap.allocN32Pixels(image_width, image_height);
/external/chromium_org/ppapi/tests/
H A Dtest_graphics_2d.cc449 const int image_width = 15, image_height = 23; local
451 pp::Size(image_width, image_height), false);
454 pp::Size(image_width, image_height), false);
455 FillRectInImage(&no_image, pp::Rect(0, 0, image_width, image_height), 0);
457 pp::Size(image_width, image_height), false);
459 pp::Size(image_width, image_height), false);
461 ASSERT_EQ(pp::Size(image_width, image_height), test_image.size());
474 pp::Rect clip(image_x, image_y, image_width, image_height);
508 int part_w = image_width / 2, part_h = image_height / 2;
522 clip = pp::Rect(0, 0, image_x + image_width, image_y + image_height);
[all...]
/external/chromium_org/third_party/WebKit/Source/platform/image-encoders/skia/
H A DJPEGImageEncoder.cpp145 cinfo.image_height = imageSize.height();
161 while (cinfo.next_scanline < cinfo.image_height) {
188 while (cinfo.next_scanline < cinfo.image_height) {

Completed in 2082 milliseconds

12345