HomeSort by relevance Sort by last modified time
    Searched refs:png_uint_32 (Results 26 - 49 of 49) sorted by null

12

  /external/qemu/distrib/libpng-1.2.19/
pngrio.c 118 if ((png_uint_32)check != (png_uint_32)length)
pngtrans.c 99 png_set_filler(png_structp png_ptr, png_uint_32 filler, int filler_loc)
132 png_set_add_alpha(png_structp png_ptr, png_uint_32 filler, int filler_loc)
189 png_uint_32 i;
190 png_uint_32 istop = row_info->rowbytes;
202 png_uint_32 i;
203 png_uint_32 istop = row_info->rowbytes;
215 png_uint_32 i;
216 png_uint_32 istop = row_info->rowbytes;
241 png_uint_32 i;
242 png_uint_32 istop= row_info->width * row_info->channels
    [all...]
png.c 158 png_uint_32 save_flags=p->flags;
159 png_uint_32 num_bytes;
167 num_bytes = (png_uint_32)items * size;
177 if (num_bytes > (png_uint_32)0x8000L)
181 (png_size_t)(num_bytes - (png_uint_32)0x8000L));
328 int freer, png_uint_32 mask)
344 png_free_data(png_structp png_ptr, png_infop info_ptr, png_uint_32 mask,
659 png_ptr->time_buffer = (png_charp)png_malloc(png_ptr, (png_uint_32)(29*
813 png_uint_32 PNGAPI
817 return((png_uint_32) PNG_LIBPNG_VER)
    [all...]
pngwio.c 46 png_uint_32 check;
70 png_uint_32 check;
pngvcrd.c 147 png_uint_32 len;
256 png_uint_32 i;
282 png_uint_32 len;
400 png_uint_32 i;
426 png_uint_32 len;
506 png_uint_32 i;
535 png_uint_32 i;
592 png_uint_32 i;
647 png_uint_32 i;
698 png_uint_32 len
    [all...]
pngwrite.c 140 (png_uint_32)info_ptr->num_palette);
536 (png_uint_32)png_ptr->zbuf_size);
692 (png_uint_32)png_ptr->zbuf_size);
707 png_uint_32 num_rows)
709 png_uint_32 i; /* row counter */
730 png_uint_32 i; /* row index */
    [all...]
pngread.c 141 (png_uint_32)png_ptr->zbuf_size);
295 (png_uint_32)png_ptr->zbuf_size);
410 png_uint_32 length;
832 png_bytepp display_row, png_uint_32 num_rows)
834 png_uint_32 i;
883 png_uint_32 i,image_height;
924 png_uint_32 length;
    [all...]
pngconf.h 1116 typedef unsigned long png_uint_32; typedef
    [all...]
pngerror.c 317 png_set_strip_error_numbers(png_structp png_ptr, png_uint_32 strip_mode)
  /external/libpng/contrib/gregbook/
readpng.c 71 png_uint_32 width, height;
209 png_uint_32 i, rowbytes;
  /external/libpng/
pngwio.c 52 png_uint_32 check;
77 png_uint_32 check;
png.c 162 png_uint_32 save_flags=p->flags;
163 png_uint_32 num_bytes;
172 num_bytes = (png_uint_32)items * size;
182 if (num_bytes > (png_uint_32)0x8000L)
186 (png_size_t)(num_bytes - (png_uint_32)0x8000L));
340 int freer, png_uint_32 mask)
358 png_free_data(png_structp png_ptr, png_infop info_ptr, png_uint_32 mask,
680 png_ptr->time_buffer = (png_charp)png_malloc(png_ptr, (png_uint_32)(29*
810 png_uint_32 PNGAPI
814 return((png_uint_32) PNG_LIBPNG_VER)
    [all...]
example.c 88 png_uint_32 width, height;
100 png_uint_32 width, height;
458 png_bytep buffer, png_uint_32 length)
493 png_uint_32 row_num, int pass)
758 png_uint_32 k, height, width;
pngwrite.c 150 (png_uint_32)info_ptr->num_palette);
574 (png_uint_32)png_ptr->zbuf_size);
724 (png_uint_32)png_ptr->zbuf_size);
738 png_uint_32 num_rows)
740 png_uint_32 i; /* row counter */
761 png_uint_32 i; /* row index */
    [all...]
pngread.c 159 (png_uint_32)png_ptr->zbuf_size);
328 (png_uint_32)png_ptr->zbuf_size);
445 png_uint_32 length = png_read_chunk_header(png_ptr);
883 png_bytepp display_row, png_uint_32 num_rows)
885 png_uint_32 i;
928 png_uint_32 idat_position, png_uint_32 bytes_left)
983 png_uint_32 i, j;
    [all...]
pngconf.h 1239 typedef unsigned long png_uint_32; typedef
    [all...]
pngerror.c 387 png_set_strip_error_numbers(png_structp png_ptr, png_uint_32 strip_mode)
  /external/libpng/contrib/visupng/
PngFile.c 106 png_uint_32 ulChannels;
107 png_uint_32 ulRowBytes;
294 png_uint_32 ulRowBytes;
420 png_uint_32 check;
  /external/webkit/Source/WebCore/platform/image-decoders/png/
PNGImageDecoder.cpp 85 static void PNGAPI rowAvailable(png_structp png, png_bytep rowBuffer, png_uint_32 rowIndex, int interlacePass)
230 png_uint_32 profileLength;
244 png_uint_32 width = png_get_image_width(png, info);
245 png_uint_32 height = png_get_image_height(png, info);
  /external/libpng/contrib/pngminus/
png2pnm.c 196 png_uint_32 row_bytes;
198 png_uint_32 width;
199 png_uint_32 height;
  /external/skia/src/images/
SkImageDecoder_libpng.cpp 100 static void sk_seek_fn(png_structp png_ptr, png_uint_32 offset) {
226 png_uint_32 origWidth, origHeight;
268 png_uint_32 origWidth, origHeight;
349 for (png_uint_32 y = 0; y < origHeight; y++) {
384 for (png_uint_32 y = 0; y < origHeight; y++) {
411 png_uint_32 read = (height - 1) * sampler.srcDY() +
443 png_uint_32 origWidth, origHeight;
459 png_uint_32 origWidth, origHeight;
627 png_uint_32 origWidth, origHeight;
723 for (png_uint_32 y = 0; y < origHeight; y++)
    [all...]
  /external/qemu/
loadpng.c 21 png_uint_32 width, height;
159 png_uint_32 width, height;
  /frameworks/base/tools/aapt/
Images.cpp 52 png_uint_32 width;
53 png_uint_32 height;
67 png_uint_32 allocHeight;
153 png_uint_32 color = p[0] | (p[1] << 8) | (p[2] << 16) | (p[3] << 24);
978 png_uint_32 width, height;
    [all...]
  /external/opencv/otherlibs/highgui/
grfmt_png.cpp 151 png_uint_32 width, height;

Completed in 906 milliseconds

12