HomeSort by relevance Sort by last modified time
    Searched full:scal_width (Results 1 - 1 of 1) sorted by null

  /external/libpng/
pngtest.c 1061 double scal_width, scal_height; local
1063 if (png_get_sCAL(read_ptr, read_info_ptr, &unit, &scal_width,
1066 png_set_sCAL(write_ptr, write_info_ptr, unit, scal_width, scal_height);
1073 png_charp scal_width, scal_height; local
1075 if (png_get_sCAL_s(read_ptr, read_info_ptr, &unit, &scal_width,
1078 png_set_sCAL_s(write_ptr, write_info_ptr, unit, scal_width,
    [all...]

Completed in 63 milliseconds