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

1 2

  /external/libpng/
pnginfo.h 174 png_int_32 x_offset; /* x offset on page */
175 png_int_32 y_offset; /* y offset on page */
212 png_int_32 pcal_X0; /* minimum value */
213 png_int_32 pcal_X1; /* maximum value */
pngconf.h 491 * png_uint_32 and png_int_32 may, currently, be larger than required to hold a
525 typedef int png_int_32; typedef
527 typedef long int png_int_32; typedef
595 typedef png_int_32 png_fixed_point;
604 typedef png_int_32 * png_int_32p;
605 typedef const png_int_32 * png_const_int_32p;
629 typedef png_int_32 * * png_int_32pp;
pngget.c 208 if (png_muldiv(&res, (png_int_32)info_ptr->y_pixels_per_unit, PNG_FP_1,
209 (png_int_32)info_ptr->x_pixels_per_unit))
221 png_int_32 PNGAPI
237 png_int_32 PNGAPI
253 png_int_32 PNGAPI
269 png_int_32 PNGAPI
309 if (ppm <= PNG_UINT_31_MAX && png_muldiv(&result, (png_int_32)ppm, 127,
338 png_fixed_inches_from_microns(png_const_structrp png_ptr, png_int_32 microns)
802 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type
    [all...]
png.h 660 png_int_32 nentries; /* number of palette entries */
    [all...]
pngpriv.h     [all...]
png.c 677 * the following works correctly even if png_int_32 has more than 32 bits
681 png_save_int_32(png_bytep buf, png_int_32 i)
    [all...]
pngset.c 247 png_int_32 offset_x, png_int_32 offset_y, int unit_type)
264 png_const_charp purpose, png_int_32 X0, png_int_32 X1, int type,
    [all...]
pngwrite.c     [all...]
  /ndk/tests/build/issue20862-libpng-O0/jni/
pnginfo.h 161 png_int_32 x_offset; /* x offset on page */
162 png_int_32 y_offset; /* y offset on page */
216 png_int_32 pcal_X0; /* minimum value */
217 png_int_32 pcal_X1; /* maximum value */
pngconf.h 444 typedef int png_int_32; typedef
447 typedef long png_int_32;
523 typedef png_int_32 png_fixed_point;
532 typedef png_int_32 FAR * png_int_32p;
533 typedef PNG_CONST png_int_32 FAR * png_const_int_32p;
557 typedef png_int_32 FAR * FAR * png_int_32pp;
png.h 621 png_int_32 nentries; /* number of palette entries */
    [all...]
pngpriv.h     [all...]
  /external/chromium_org/third_party/libpng/
pngget.c 206 png_int_32 PNGAPI
228 png_int_32 PNGAPI
250 png_int_32 PNGAPI
272 png_int_32 PNGAPI
618 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type)
637 png_charp *purpose, png_int_32 *X0, png_int_32 *X1, int *type, int *nparams,
pngconf.h 1236 typedef long png_int_32; typedef
    [all...]
png.h 685 png_int_32 nentries; /* number of palette entries */
    [all...]
pngset.c 274 png_int_32 offset_x, png_int_32 offset_y, int unit_type)
291 png_charp purpose, png_int_32 X0, png_int_32 X1, int type, int nparams,
    [all...]
pngrutil.c 86 png_int_32 PNGAPI
89 png_int_32 i = ((png_int_32)(*buf) << 24) +
90 ((png_int_32)(*(buf + 1)) << 16) +
91 ((png_int_32)(*(buf + 2)) << 8) +
92 (png_int_32)(*(buf + 3));
    [all...]
pngwutil.c 37 png_save_int_32(png_bytep buf, png_int_32 i)
    [all...]
  /external/qemu/distrib/libpng-1.2.46/
pngget.c 206 png_int_32 PNGAPI
228 png_int_32 PNGAPI
250 png_int_32 PNGAPI
272 png_int_32 PNGAPI
618 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type)
637 png_charp *purpose, png_int_32 *X0, png_int_32 *X1, int *type, int *nparams,
pngconf.h 1240 typedef int png_int_32; typedef
    [all...]
png.h 688 png_int_32 nentries; /* number of palette entries */
    [all...]
pngrutil.c 86 png_int_32 PNGAPI
89 png_int_32 i = ((png_int_32)(*buf) << 24) +
90 ((png_int_32)(*(buf + 1)) << 16) +
91 ((png_int_32)(*(buf + 2)) << 8) +
92 (png_int_32)(*(buf + 3));
    [all...]
pngset.c 274 png_int_32 offset_x, png_int_32 offset_y, int unit_type)
291 png_charp purpose, png_int_32 X0, png_int_32 X1, int type, int nparams,
    [all...]
pngwutil.c 37 png_save_int_32(png_bytep buf, png_int_32 i)
    [all...]
  /external/libpng/contrib/libtests/
pngunknown.c 846 png_uint_32 flag = flags & -(png_int_32)flags;
863 png_uint_32 flag = chunks & -(png_int_32)chunks;
    [all...]

Completed in 521 milliseconds

1 2