HomeSort by relevance Sort by last modified time
    Searched refs:rowbytes (Results 1 - 25 of 67) sorted by null

1 2 3

  /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 210 png_uint_32 i, rowbytes; local
259 * get rowbytes and channels, and allocate image memory */
263 *pRowbytes = rowbytes = png_get_rowbytes(png_ptr, info_ptr);
266 if ((image_data = (uch *)malloc(rowbytes*height)) == NULL) {
277 Trace((stderr, "readpng_get_image: channels = %d, rowbytes = %ld, height = %ld\n",
278 *pChannels, rowbytes, height));
284 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...]
  /external/libpng/contrib/libtests/
readpng.c 63 png_size_t rowbytes = png_get_rowbytes(png_ptr, info_ptr); local
65 row = malloc(rowbytes);
66 display = malloc(rowbytes);
makepng.c 249 set_value(png_bytep row, size_t rowbytes, png_uint_32 x, unsigned int bit_depth,
260 if (offset < rowbytes && (bit_depth < 16 || offset+1 < rowbytes))
310 generate_row(png_bytep row, size_t rowbytes, unsigned int y, int color_type,
335 set_value(row, rowbytes, x, bit_depth, luma, gamma_table, conv);
350 set_value(row, rowbytes, 2*x, bit_depth,
353 set_value(row, rowbytes, 2*x+1, bit_depth, alpha, gamma_table,
381 set_value(row, rowbytes, 3*x+0, bit_depth, /* red */ Y,
383 set_value(row, rowbytes, 3*x+1, bit_depth, /* green */
386 set_value(row, rowbytes, 3*x+2, bit_depth, /* blue *
687 png_size_t rowbytes = png_get_rowbytes(png_ptr, info_ptr); local
    [all...]
timepng.c 64 png_size_t rowbytes = png_get_rowbytes(png_ptr, info_ptr); local
66 row = malloc(rowbytes);
67 display = malloc(rowbytes);
  /external/chromium_org/third_party/mesa/src/src/glx/apple/
apple_cgl.h 62 GLsizei width, GLsizei height, GLint rowbytes,
  /external/chromium_org/third_party/skia/src/gpu/
GrSWMaskHelper.h 127 const void *data, int rowbytes);
  /external/libpng/
pnginfo.h 62 png_size_t rowbytes; /* bytes needed to hold an untransformed row */ member in struct:png_info_def
pngrtran.c     [all...]
  /external/mesa3d/src/glx/apple/
apple_cgl.h 62 GLsizei width, GLsizei height, GLint rowbytes,
  /external/skia/src/gpu/
GrSWMaskHelper.h 107 const void *data, int rowbytes);
GrSWMaskHelper.cpp 145 const void *data, int rowbytes) {
155 desc.fConfig, data, rowbytes,
179 this->sendTextureData(texture, desc, fBM.getPixels(), fBM.rowBytes());
  /external/libpng/arm/
filter_neon.S 59 ldr r3, [r0, #4] @ rowbytes
75 ldr r3, [r0, #4] @ rowbytes
101 ldr r3, [r0, #4] @ rowbytes
114 ldr r12, [r0, #4] @ rowbytes
136 ldr r12, [r0, #4] @ rowbytes
186 ldr r12, [r0, #4] @ rowbytes
210 ldr r12, [r0, #4] @ rowbytes
filter_neon_intrinsics.c 46 png_bytep rp_stop = row + row_info->rowbytes;
65 png_bytep rp_stop = row + row_info->rowbytes;
110 png_bytep rp_stop = row + row_info->rowbytes;
138 png_bytep rp_stop = row + row_info->rowbytes;
203 png_bytep rp_stop = row + row_info->rowbytes;
269 png_bytep rp_stop = row + row_info->rowbytes;
334 png_bytep rp_stop = row + row_info->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/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;
  /external/qemu/distrib/libpng-1.2.46/
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;
  /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 )
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
pngshim.c 61 for ( i = 0; i < row_info->rowbytes; i += 4 )
104 for ( i = 0; i < row_info->rowbytes; i += 4 )

Completed in 1953 milliseconds

1 2 3