Searched refs:image_height (Results 1 - 25 of 46) sorted by relevance

12

/external/jpeg/
H A Djcapistd.c67 * or if more than image_height scanlines are passed in.
84 if (cinfo->next_scanline >= cinfo->image_height)
90 cinfo->progress->pass_limit = (long) cinfo->image_height;
103 rows_left = cinfo->image_height - cinfo->next_scanline;
127 if (cinfo->next_scanline >= cinfo->image_height) {
135 cinfo->progress->pass_limit = (long) cinfo->image_height;
H A Dexample.c62 extern int image_height; /* Number of rows in image */
126 cinfo.image_height = image_height;
156 while (cinfo.next_scanline < cinfo.image_height) {
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,
H A Drdbmp.c198 for (row = 0; row < cinfo->image_height; row++) {
201 progress->pub.pass_limit = (long) cinfo->image_height;
229 source->source_row = cinfo->image_height;
403 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;
H A Dtransupp.c134 MCU_rows = dstinfo->image_height / (dstinfo->max_v_samp_factor * DCTSIZE);
313 MCU_rows = dstinfo->image_height / (dstinfo->max_v_samp_factor * DCTSIZE);
375 MCU_rows = dstinfo->image_height / (dstinfo->max_v_samp_factor * DCTSIZE);
479 MCU_rows = dstinfo->image_height / (dstinfo->max_v_samp_factor * DCTSIZE);
650 dstinfo->image_width = dstinfo->image_height;
651 dstinfo->image_height = dtemp;
714 MCU_rows = dstinfo->image_height / (max_v_samp_factor * DCTSIZE);
716 dstinfo->image_height = MCU_rows * (max_v_samp_factor * DCTSIZE);
H A Djcprepct.c86 prep->rows_to_go = cinfo->image_height;
217 if (prep->rows_to_go == cinfo->image_height) {
H A Djctrans.c76 dstinfo->image_height = srcinfo->image_height;
/external/pdfium/core/src/fxcodec/libjpeg/
H A Dfpdfapi_jcapistd.c68 * or if more than image_height scanlines are passed in.
85 if (cinfo->next_scanline >= cinfo->image_height)
91 cinfo->progress->pass_limit = (long) cinfo->image_height;
104 rows_left = cinfo->image_height - cinfo->next_scanline;
128 if (cinfo->next_scanline >= cinfo->image_height) {
136 cinfo->progress->pass_limit = (long) cinfo->image_height;
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,
H A Dfpdfapi_jdmarker.c245 JDIMENSION image_width, image_height; local
254 INPUT_2BYTES(cinfo, image_height, return FALSE);
261 if (image_height <= JPEG_MAX_DIMENSION)
262 cinfo->image_height = image_height;
267 (int) cinfo->image_width, (int) cinfo->image_height,
276 if (cinfo->image_height <= 0 || cinfo->image_width <= 0
H A Dfpdfapi_jcprepct.c87 prep->rows_to_go = cinfo->image_height;
218 if (prep->rows_to_go == cinfo->image_height) {
H A Dfpdfapi_jctrans.c77 dstinfo->image_height = srcinfo->image_height;
/external/libpng/contrib/gregbook/
H A Drpng-win.c151 static ulg image_width, image_height, image_rowbytes; variable
342 if ((rc = readpng_init(infile, &image_width, &image_height)) != 0) {
500 wimage_rowbytes*image_height)))
516 bmih->biHeight = -((long)image_height);
526 for (j = 0; j < image_height; ++j) {
566 image_height+extra_height, NULL, NULL, hInst, NULL);
599 for (lastrow = row = 0; row < image_height; ++row) {
649 if (lastrow < image_height) {
653 rect.bottom = (LONG)image_height; /* possibly off by one? */
702 rc = StretchDIBits(hdc, 0, 0, image_width, image_height,
[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,
574 size_hints->min_height = size_hints->max_height = (int)image_height;
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);
708 for (lastrow = row = 0; row < image_height;
[all...]
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_colors.cpp145 void CPDF_DeviceCS::TranslateImageLine(FX_LPBYTE pDestBuf, FX_LPCBYTE pSrcBuf, int pixels, int image_width, int image_height, FX_BOOL bTransMask) const argument
270 virtual void TranslateImageLine(FX_LPBYTE pDestBuf, FX_LPCBYTE pSrcBuf, int pixels, int image_width, int image_height, FX_BOOL bTransMask = FALSE) const;
313 void CPDF_CalGray::TranslateImageLine(FX_LPBYTE pDestBuf, FX_LPCBYTE pSrcBuf, int pixels, int image_width, int image_height, FX_BOOL bTransMask) const argument
327 virtual void TranslateImageLine(FX_LPBYTE pDestBuf, FX_LPCBYTE pSrcBuf, int pixels, int image_width, int image_height, FX_BOOL bTransMask = FALSE) const;
402 void CPDF_CalRGB::TranslateImageLine(FX_LPBYTE pDestBuf, FX_LPCBYTE pSrcBuf, int pixels, int image_width, int image_height, FX_BOOL bTransMask) const argument
433 virtual void TranslateImageLine(FX_LPBYTE pDestBuf, FX_LPCBYTE pSrcBuf, int pixels, int image_width, int image_height, FX_BOOL bTransMask = FALSE) const;
508 void CPDF_LabCS::TranslateImageLine(FX_LPBYTE pDestBuf, FX_LPCBYTE pSrcBuf, int pixels, int image_width, int image_height, FX_BOOL bTransMask) const
558 virtual void TranslateImageLine(FX_LPBYTE pDestBuf, FX_LPCBYTE pSrcBuf, int pixels, int image_width, int image_height, FX_BOOL bTransMask = FALSE) const;
705 void CPDF_ICCBasedCS::TranslateImageLine(FX_LPBYTE pDestBuf, FX_LPCBYTE pSrcBuf, int pixels, int image_width, int image_height, FX_BOOL bTransMask) const
714 if (m_nComponents > 3 || image_width * image_height < nMaxColor
[all...]
/external/skia/src/codec/
H A DSkJpegCodec.cpp146 decoderMgr->dinfo()->image_height, colorType, kOpaque_SkAlphaType);
195 dinfo.image_height = this->getInfo().height();
/external/pdfium/core/src/fxcodec/codec/
H A Dfx_codec_jpeg.cpp162 cinfo.image_height = height;
183 while (cinfo.next_scanline < cinfo.image_height) {
262 height = cinfo.image_height;
348 cinfo.image_height = m_OrigHeight;
360 m_OrigHeight = cinfo.image_height;
634 *height = p->m_Info.image_height;
/external/webp/src/dec/
H A Dwebp.c295 int image_height = 0; local
339 image_height = canvas_height;
383 &image_width, &image_height)) {
392 if (!VP8LGetInfo(data, data_size, &image_width, &image_height, has_alpha)) {
398 if (canvas_width != image_width || canvas_height != image_height) {
417 if (height != NULL) *height = image_height;

Completed in 3730 milliseconds

12