Searched refs:rowbytes (Results 26 - 50 of 80) sorted by relevance

1234

/external/pdfium/core/fxge/ge/
H A Dcfx_facecache.cpp58 int rowbytes = std::min(FXSYS_abs(nSrcRowBytes), nDstRowBytes); local
61 rowbytes);
212 int rowbytes = local
216 rowbytes);
/external/freetype/src/sfnt/
H A Dpngshim.c62 for ( i = 0; i < row_info->rowbytes; i += 4 )
105 for ( i = 0; i < row_info->rowbytes; i += 4 )
/external/pdfium/third_party/freetype/src/sfnt/
H A Dpngshim.c62 for ( i = 0; i < row_info->rowbytes; i += 4 )
105 for ( i = 0; i < row_info->rowbytes; i += 4 )
/external/syslinux/com32/lib/libpng/
H A Dpngtrans.c220 png_uint_32 istop = row_info->rowbytes;
233 png_uint_32 istop = row_info->rowbytes;
246 png_uint_32 istop = row_info->rowbytes;
405 end = row + row_info->rowbytes;
470 row_info->rowbytes = row_width * 3;
516 row_info->rowbytes = row_width * 6;
546 row_info->rowbytes = row_width;
572 row_info->rowbytes = row_width * 2;
H A Dpngwrite.c910 png_ptr->row_info.rowbytes = PNG_ROWBYTES(png_ptr->row_info.pixel_depth,
918 png_debug1(3, "row_info->rowbytes = %lu", png_ptr->row_info.rowbytes);
922 png_ptr->row_info.rowbytes);
1231 (png_ptr->rowbytes + 1));
1245 (png_ptr->rowbytes + 1));
1260 (png_ptr->rowbytes + 1));
1276 (png_ptr->rowbytes + 1));
H A Dpngwtran.c38 /* png_uint_32 rowbytes; number of bytes in row */
204 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth,
264 png_uint_32 row_bytes = row_info->rowbytes;
H A Dpngrutil.c498 png_ptr->rowbytes = PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->width);
501 png_debug1(3, "rowbytes = %lu", png_ptr->rowbytes);
2917 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, final_width);
2938 png_uint_32 istop = row_info->rowbytes;
2953 png_uint_32 istop = row_info->rowbytes;
2971 png_uint_32 istop = row_info->rowbytes - bpp;
2996 png_uint_32 istop=row_info->rowbytes - bpp;
3078 png_ptr->rowbytes + 1);
3370 png_ptr->rowbytes
[all...]
/external/libpng/mips/
H A Dfilter_msa_intrinsics.c370 png_size_t istop = row_info->rowbytes;
461 png_size_t istop = row_info->rowbytes;
500 png_size_t istop = row_info->rowbytes;
548 png_size_t istop = row_info->rowbytes - 4;
599 png_size_t istop = row_info->rowbytes - 3;
682 rp_end = row_info->rowbytes - 4;
759 rp_end = row_info->rowbytes - 3;
/external/libpng/
H A Dpngtrans.c273 png_size_t istop = row_info->rowbytes;
287 png_size_t istop = row_info->rowbytes;
302 png_size_t istop = row_info->rowbytes;
464 end = row + row_info->rowbytes;
499 png_bytep ep = row + row_info->rowbytes; /* One beyond end of row */
597 /* Fix the rowbytes value. */
598 row_info->rowbytes = dp-row;
697 png_bytep rp = png_ptr->row_buf + row_info->rowbytes;
H A Dpngwtran.c157 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth,
217 png_size_t row_bytes = row_info->rowbytes;
517 /* png_size_t rowbytes; number of bytes in row */
H A Dpngstruct.h217 png_size_t rowbytes; /* size of row in bytes */ member in struct:png_struct_def
H A Dpngrutil.c895 png_ptr->rowbytes = PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->width);
898 png_debug1(3, "rowbytes = %lu", (unsigned long)png_ptr->rowbytes);
3778 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, final_width);
3791 png_size_t istop = row_info->rowbytes;
3809 png_size_t istop = row_info->rowbytes;
3828 png_size_t istop = row_info->rowbytes - bpp;
3851 png_bytep rp_end = row + row_info->rowbytes;
3912 rp_end += row_info->rowbytes - bpp;
4212 memset(png_ptr->prev_row, 0, png_ptr->rowbytes
[all...]
/external/pdfium/third_party/libpng16/
H A Dpngtrans.c272 png_size_t istop = row_info->rowbytes;
286 png_size_t istop = row_info->rowbytes;
301 png_size_t istop = row_info->rowbytes;
463 end = row + row_info->rowbytes;
498 png_bytep ep = row + row_info->rowbytes; /* One beyond end of row */
596 /* Fix the rowbytes value. */
597 row_info->rowbytes = dp-row;
696 png_bytep rp = png_ptr->row_buf + row_info->rowbytes;
H A Dpngwtran.c157 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth,
217 png_size_t row_bytes = row_info->rowbytes;
517 /* png_size_t rowbytes; number of bytes in row */
H A Dpngstruct.h217 png_size_t rowbytes; /* size of row in bytes */ member in struct:png_struct_def
H A Dpngrutil.c893 png_ptr->rowbytes = PNG_ROWBYTES(png_ptr->pixel_depth, png_ptr->width);
896 png_debug1(3, "rowbytes = %lu", (unsigned long)png_ptr->rowbytes);
3776 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth, final_width);
3789 png_size_t istop = row_info->rowbytes;
3807 png_size_t istop = row_info->rowbytes;
3826 png_size_t istop = row_info->rowbytes - bpp;
3849 png_bytep rp_end = row + row_info->rowbytes;
3910 rp_end += row_info->rowbytes - bpp;
4202 memset(png_ptr->prev_row, 0, png_ptr->rowbytes
[all...]
/external/skia/third_party/libpng/
H A Dpngtrans.c272 png_size_t istop = row_info->rowbytes;
286 png_size_t istop = row_info->rowbytes;
301 png_size_t istop = row_info->rowbytes;
463 end = row + row_info->rowbytes;
498 png_bytep ep = row + row_info->rowbytes; /* One beyond end of row */
596 /* Fix the rowbytes value. */
597 row_info->rowbytes = dp-row;
696 png_bytep rp = png_ptr->row_buf + row_info->rowbytes;
H A Dpngwtran.c157 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth,
217 png_size_t row_bytes = row_info->rowbytes;
517 /* png_size_t rowbytes; number of bytes in row */
H A Dpngstruct.h217 png_size_t rowbytes; /* size of row in bytes */ member in struct:png_struct_def
H A Dpngwutil.c212 if (png_ptr->rowbytes < 32768 && h < 32768)
236 return (png_ptr->rowbytes+1) * h;
802 png_ptr->rowbytes = PNG_ROWBYTES(png_ptr->pixel_depth, width);
2234 row_info->rowbytes = PNG_ROWBYTES(row_info->pixel_depth,
2398 png_write_filtered_row(png_ptr, png_ptr->row_buf, row_info->rowbytes+1);
2405 png_size_t row_bytes = row_info->rowbytes;
2583 png_write_filtered_row(png_ptr, best_row, row_info->rowbytes+1);
/external/libpng/contrib/libtests/
H A Dpngimage.c997 size_t rowbytes; local
1035 /* rowbytes should be the same */
1036 rowbytes = png_get_rowbytes(dp->read_pp, dp->read_ip);
1038 /* NOTE: on 64-bit systems this may trash the top bits of rowbytes,
1041 if (rowbytes != dp->original_rowbytes)
1042 display_log(dp, APP_ERROR, "PNG rowbytes changed from %lu to %lu",
1043 (unsigned long)dp->original_rowbytes, (unsigned long)rowbytes);
1078 if (memcmp(row, orig, rowbytes-(mask != 0)) != 0 || (mask != 0 &&
1079 ((row[rowbytes-1] & mask) != (orig[rowbytes
[all...]
/external/libpng/contrib/gregbook/
H A Drpng2-win.c646 ulg rowbytes = rpng2_info.rowbytes; local
649 Trace((stderr, " rowbytes = %d\n", rpng2_info.rowbytes))
653 rpng2_info.image_data = (uch *)malloc(rowbytes * rpng2_info.height);
668 rpng2_info.row_pointers[i] = rpng2_info.image_data + i*rowbytes;
1100 src = rpng2_info.image_data + row*rpng2_info.rowbytes;
H A Drpng2-x.c776 ulg rowbytes = rpng2_info.rowbytes; local
779 Trace((stderr, " rowbytes = %d\n", rpng2_info.rowbytes))
783 rpng2_info.image_data = (uch *)malloc(rowbytes * rpng2_info.height);
798 rpng2_info.row_pointers[i] = rpng2_info.image_data + i*rowbytes;
1426 src = rpng2_info.image_data + row*rpng2_info.rowbytes;
1628 Trace((stderr, " (width = %ld, rowbytes = %d, ximage_rowbytes = %d)\n",
1629 rpng2_info.width, rpng2_info.rowbytes, ximage_rowbytes))
1647 src = rpng2_info.image_data + row*rpng2_info.rowbytes;
[all...]
H A Dreadpng2.c364 * then get rowbytes and channels */
368 mainprog_ptr->rowbytes = (int)png_get_rowbytes(png_ptr, info_ptr);
/external/python/cpython2/Lib/plat-mac/
H A Dvideoreader.py237 rowbytes = Qdoffs.GetPixRowBytes(self.pixmap)
244 start = start + rowbytes

Completed in 431 milliseconds

1234