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

  /external/libpng/
pngtest.c 1016 int unit_type; local
1019 &unit_type))
1021 png_set_oFFs(write_ptr, write_info_ptr, offset_x, offset_y, unit_type);
1043 int unit_type; local
1045 if (png_get_pHYs(read_ptr, read_info_ptr, &res_x, &res_y, &unit_type))
1046 png_set_pHYs(write_ptr, write_info_ptr, res_x, res_y, unit_type);
    [all...]
pngrutil.c 1585 int unit_type; local
1628 int unit_type; local
    [all...]
  /external/qemu/distrib/libpng-1.2.19/
pngrutil.c 1489 int unit_type; local
1532 int unit_type; local
    [all...]

Completed in 93 milliseconds