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

  /external/chromium_org/third_party/libpng/
pngrutil.c 54 png_get_uint_31(png_structp png_ptr, png_bytep buf) function
119 length = png_get_uint_31(png_ptr, buf);
462 width = png_get_uint_31(png_ptr, buf);
463 height = png_get_uint_31(png_ptr, buf + 4);
    [all...]
pngusr.h 257 #define png_get_uint_31 wk_png_get_uint_31 macro
  /external/libpng/
pngrutil.c 54 png_get_uint_31(png_structp png_ptr, png_bytep buf) function
119 length = png_get_uint_31(png_ptr, buf);
478 width = png_get_uint_31(png_ptr, buf);
479 height = png_get_uint_31(png_ptr, buf + 4);
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngrutil.c 50 png_get_uint_31(png_structp png_ptr, png_bytep buf) function
369 width = png_get_uint_31(png_ptr, buf);
370 height = png_get_uint_31(png_ptr, buf + 4);
    [all...]

Completed in 53 milliseconds