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

  /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);
472 width = png_get_uint_31(png_ptr, buf);
473 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 34 milliseconds