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

1 2 3

  /external/libpng/
pnginfo.h 173 png_int_32 x_offset; /* x offset on page */
174 png_int_32 y_offset; /* y offset on page */
211 png_int_32 pcal_X0; /* minimum value */
212 png_int_32 pcal_X1; /* maximum value */
pngconf.h 469 * png_uint_32 and png_int_32 may, currently, be larger than required to hold a
503 typedef int png_int_32; typedef
505 typedef long int png_int_32; typedef
573 typedef png_int_32 png_fixed_point;
582 typedef png_int_32 * png_int_32p;
583 typedef const png_int_32 * png_const_int_32p;
607 typedef png_int_32 * * png_int_32pp;
png.h 574 png_int_32 nentries; /* number of palette entries */
    [all...]
pngget.c 222 if (png_muldiv(&res, (png_int_32)info_ptr->y_pixels_per_unit, PNG_FP_1,
223 (png_int_32)info_ptr->x_pixels_per_unit) != 0)
235 png_int_32 PNGAPI
255 png_int_32 PNGAPI
275 png_int_32 PNGAPI
295 png_int_32 PNGAPI
339 if (ppm <= PNG_UINT_31_MAX && png_muldiv(&result, (png_int_32)ppm, 127,
368 png_fixed_inches_from_microns(png_const_structrp png_ptr, png_int_32 microns)
841 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type
    [all...]
pngpriv.h     [all...]
png.c 685 png_save_int_32(png_bytep buf, png_int_32 i)
    [all...]
pngset.c 249 png_int_32 offset_x, png_int_32 offset_y, int unit_type)
266 png_const_charp purpose, png_int_32 X0, png_int_32 X1, int type,
    [all...]
  /external/pdfium/third_party/libpng16/
pnginfo.h 173 png_int_32 x_offset; /* x offset on page */
174 png_int_32 y_offset; /* y offset on page */
211 png_int_32 pcal_X0; /* minimum value */
212 png_int_32 pcal_X1; /* maximum value */
pngconf.h 469 * png_uint_32 and png_int_32 may, currently, be larger than required to hold a
503 typedef int png_int_32; typedef
505 typedef long int png_int_32; typedef
573 typedef png_int_32 png_fixed_point;
582 typedef png_int_32 * png_int_32p;
583 typedef const png_int_32 * png_const_int_32p;
607 typedef png_int_32 * * png_int_32pp;
png.h 574 png_int_32 nentries; /* number of palette entries */
    [all...]
pngget.c 222 if (png_muldiv(&res, (png_int_32)info_ptr->y_pixels_per_unit, PNG_FP_1,
223 (png_int_32)info_ptr->x_pixels_per_unit) != 0)
235 png_int_32 PNGAPI
255 png_int_32 PNGAPI
275 png_int_32 PNGAPI
295 png_int_32 PNGAPI
339 if (ppm <= PNG_UINT_31_MAX && png_muldiv(&result, (png_int_32)ppm, 127,
368 png_fixed_inches_from_microns(png_const_structrp png_ptr, png_int_32 microns)
841 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type
    [all...]
pngpriv.h     [all...]
png.c 685 png_save_int_32(png_bytep buf, png_int_32 i)
    [all...]
  /external/skia/third_party/libpng/
pnginfo.h 173 png_int_32 x_offset; /* x offset on page */
174 png_int_32 y_offset; /* y offset on page */
211 png_int_32 pcal_X0; /* minimum value */
212 png_int_32 pcal_X1; /* maximum value */
pngconf.h 469 * png_uint_32 and png_int_32 may, currently, be larger than required to hold a
503 typedef int png_int_32; typedef
505 typedef long int png_int_32; typedef
573 typedef png_int_32 png_fixed_point;
582 typedef png_int_32 * png_int_32p;
583 typedef const png_int_32 * png_const_int_32p;
607 typedef png_int_32 * * png_int_32pp;
png.h 574 png_int_32 nentries; /* number of palette entries */
    [all...]
pngget.c 222 if (png_muldiv(&res, (png_int_32)info_ptr->y_pixels_per_unit, PNG_FP_1,
223 (png_int_32)info_ptr->x_pixels_per_unit) != 0)
235 png_int_32 PNGAPI
255 png_int_32 PNGAPI
275 png_int_32 PNGAPI
295 png_int_32 PNGAPI
339 if (ppm <= PNG_UINT_31_MAX && png_muldiv(&result, (png_int_32)ppm, 127,
368 png_fixed_inches_from_microns(png_const_structrp png_ptr, png_int_32 microns)
841 png_int_32 *offset_x, png_int_32 *offset_y, int *unit_type
    [all...]
pngpriv.h     [all...]
png.c 685 png_save_int_32(png_bytep buf, png_int_32 i)
    [all...]
  /external/syslinux/com32/lib/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,
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...]
  /external/syslinux/com32/include/
pngconf.h 1236 typedef long png_int_32; typedef
    [all...]
png.h 680 png_int_32 nentries; /* number of palette entries */
    [all...]
  /external/libpng/contrib/libtests/
timepng.c 147 static int read_png(FILE *fp, png_int_32 transforms, FILE *write_file)
193 static int perform_one_test(FILE *fp, int nfiles, png_int_32 transforms)

Completed in 331 milliseconds

1 2 3