HomeSort by relevance Sort by last modified time
    Searched defs:png_get_uint_32 (Results 1 - 10 of 10) sorted by null

  /external/pdfium/third_party/libpng16/
pngprefix.h 12 #define png_get_uint_32 PDFIUM_png_get_uint_32 macro
pngrutil.c 24 png_uint_32 uval = png_get_uint_32(buf);
43 png_uint_32 uval = png_get_uint_32(buf);
68 png_get_uint_32)(png_const_bytep buf) function
87 png_uint_32 uval = png_get_uint_32(buf);
276 crc = png_get_uint_32(crc_bytes);
    [all...]
png.h 2617 # define png_get_uint_32 macro
    [all...]
  /external/libpng/
pngrutil.c 24 png_uint_32 uval = png_get_uint_32(buf);
43 png_uint_32 uval = png_get_uint_32(buf);
68 png_get_uint_32)(png_const_bytep buf) function
87 png_uint_32 uval = png_get_uint_32(buf);
276 crc = png_get_uint_32(crc_bytes);
    [all...]
png.h 2623 # define png_get_uint_32 macro
    [all...]
  /external/skia/third_party/libpng/
pngrutil.c 24 png_uint_32 uval = png_get_uint_32(buf);
43 png_uint_32 uval = png_get_uint_32(buf);
68 png_get_uint_32)(png_const_bytep buf) function
87 png_uint_32 uval = png_get_uint_32(buf);
276 crc = png_get_uint_32(crc_bytes);
    [all...]
png.h 2617 # define png_get_uint_32 macro
    [all...]
pngprefix.h 360 #define png_get_uint_32 skia_png_get_uint_32 macro
  /external/syslinux/com32/lib/libpng/
pngrutil.c 57 png_uint_32 i = png_get_uint_32(buf);
72 png_get_uint_32(png_bytep buf) function
212 crc = png_get_uint_32(crc_bytes);
716 igamma = (png_fixed_point)png_get_uint_32(buf);
866 uint_x = png_get_uint_32(buf);
867 uint_y = png_get_uint_32(buf + 4);
871 uint_x = png_get_uint_32(buf + 8);
872 uint_y = png_get_uint_32(buf + 12);
876 uint_x = png_get_uint_32(buf + 16);
877 uint_y = png_get_uint_32(buf + 20)
    [all...]
  /external/syslinux/com32/include/
png.h 2862 # define png_get_uint_32 macro
    [all...]

Completed in 81 milliseconds