/external/libpng/contrib/gregbook/ |
readppm.c | 145 ulg rowbytes; local 154 *pRowbytes = rowbytes = channels*width; 157 if ((image_data = (uch *)malloc(rowbytes*height)) == NULL) { 161 Trace((stderr, "readpng_get_image: rowbytes = %ld, height = %ld\n", rowbytes, height)); 166 fread(image_data, 1L, rowbytes*height, saved_infile);
|
readpng.c | 209 png_uint_32 i, rowbytes; local 248 * get rowbytes and channels, and allocate image memory */ 252 *pRowbytes = rowbytes = png_get_rowbytes(png_ptr, info_ptr); 255 if ((image_data = (uch *)malloc(rowbytes*height)) == NULL) { 266 Trace((stderr, "readpng_get_image: channels = %d, rowbytes = %ld, height = %ld\n", *pChannels, rowbytes, height)); 272 row_pointers[i] = image_data + i*rowbytes;
|
readpng2.h | 96 int rowbytes; member in struct:_mainprog_info
|
wpng.c | 166 ulg rowbytes; local 684 /* calculate rowbytes on basis of image type; note that this becomes much 689 rowbytes = wpng_info.width; 691 rowbytes = wpng_info.width * 3; 693 rowbytes = wpng_info.width * 4; 705 ulg image_bytes = rowbytes * wpng_info.height; /* overflow? */ 716 wpng_info.row_pointers[i] = wpng_info.image_data + i*rowbytes; 735 wpng_info.image_data = (uch *)malloc(rowbytes); 744 bytes = fread(wpng_info.image_data, 1, rowbytes, wpng_info.infile); 745 if (bytes != rowbytes) { [all...] |
rpng2-win.c | 621 ulg rowbytes = rpng2_info.rowbytes; local 624 Trace((stderr, " rowbytes = %d\n", rpng2_info.rowbytes)) 628 rpng2_info.image_data = (uch *)malloc(rowbytes * rpng2_info.height); 643 rpng2_info.row_pointers[i] = rpng2_info.image_data + i*rowbytes; [all...] |
rpng2-x.c | 773 ulg rowbytes = rpng2_info.rowbytes; local 776 Trace((stderr, " rowbytes = %d\n", rpng2_info.rowbytes)) 780 rpng2_info.image_data = (uch *)malloc(rowbytes * rpng2_info.height); 795 rpng2_info.row_pointers[i] = rpng2_info.image_data + i*rowbytes; [all...] |
/external/chromium_org/third_party/mesa/src/src/glx/apple/ |
apple_cgl.h | 62 GLsizei width, GLsizei height, GLint rowbytes,
|
/external/mesa3d/src/glx/apple/ |
apple_cgl.h | 62 GLsizei width, GLsizei height, GLint rowbytes,
|
/ndk/tests/build/issue20862-libpng-O0/jni/ |
pnginfo.h | 62 png_size_t rowbytes; /* bytes needed to hold an untransformed row */ member in struct:png_info_def
|
pngrtran.c | [all...] |
/external/qemu/distrib/libpng-1.2.19/ |
pnggccrd.c | [all...] |
pngrtran.c | [all...] |
pngtrans.c | 190 png_uint_32 istop = row_info->rowbytes; 203 png_uint_32 istop = row_info->rowbytes; 216 png_uint_32 istop = row_info->rowbytes; 373 end = row + row_info->rowbytes; 437 row_info->rowbytes = row_width * 3; 483 row_info->rowbytes = row_width * 6; 513 row_info->rowbytes = row_width; 539 row_info->rowbytes = row_width * 2;
|
pngwrite.c | 873 png_ptr->row_info.rowbytes = PNG_ROWBYTES(png_ptr->row_info.pixel_depth, 881 png_debug1(3, "row_info->rowbytes = %lu\n", png_ptr->row_info.rowbytes); 885 png_ptr->row_info.rowbytes); [all...] |
pngrutil.c | 409 png_ptr->rowbytes = PNG_ROWBYTES(png_ptr->pixel_depth,png_ptr->width); 412 png_debug1(3,"rowbytes = %lu\n", png_ptr->rowbytes); [all...] |
/external/chromium_org/third_party/libpng/ |
pngrtran.c | [all...] |
pngtrans.c | 220 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;
|
pngwrite.c | 911 png_ptr->row_info.rowbytes = PNG_ROWBYTES(png_ptr->row_info.pixel_depth, 919 png_debug1(3, "row_info->rowbytes = %lu", png_ptr->row_info.rowbytes); 923 png_ptr->row_info.rowbytes); [all...] |
pngwtran.c | 38 /* 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;
|
/external/libpng/ |
pngrtran.c | [all...] |
pngtrans.c | 220 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;
|
pngwrite.c | 911 png_ptr->row_info.rowbytes = PNG_ROWBYTES(png_ptr->row_info.pixel_depth, 919 png_debug1(3, "row_info->rowbytes = %lu", png_ptr->row_info.rowbytes); 923 png_ptr->row_info.rowbytes); [all...] |
pngwtran.c | 38 /* 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;
|
/external/chromium_org/third_party/freetype/src/sfnt/ |
pngshim.c | 61 for ( i = 0; i < row_info->rowbytes; i += 4 ) 104 for ( i = 0; i < row_info->rowbytes; i += 4 )
|
/external/freetype/src/sfnt/ |
pngshim.c | 61 for ( i = 0; i < row_info->rowbytes; i += 4 ) 104 for ( i = 0; i < row_info->rowbytes; i += 4 )
|