Searched refs:scal_unit (Results 1 - 8 of 8) sorted by relevance
/external/libpng/ |
H A D | pnginfo.h | 37 * splt_palettes, scal_unit, row_pointers, and unknowns. By default, these 246 png_byte scal_unit; /* unit of physical scale */ member in struct:png_info_def
|
H A D | pngget.c | 897 *unit = info_ptr->scal_unit; 920 *unit = info_ptr->scal_unit; 936 *unit = info_ptr->scal_unit;
|
H A D | pngset.c | 394 info_ptr->scal_unit = (png_byte)unit;
|
H A D | pngwrite.c | 260 png_write_sCAL_s(png_ptr, (int)info_ptr->scal_unit,
|
/external/pdfium/third_party/lpng_v163/ |
H A D | pnginfo.h | 38 * splt_palettes, scal_unit, row_pointers, and unknowns. By default, these
247 png_byte scal_unit; /* unit of physical scale */
member in struct:png_info_def
|
H A D | pngget.c | 855 *unit = info_ptr->scal_unit;
878 *unit = info_ptr->scal_unit;
894 *unit = info_ptr->scal_unit;
|
H A D | pngset.c | 385 info_ptr->scal_unit = (png_byte)unit;
|
H A D | pngwrite.c | 253 png_write_sCAL_s(png_ptr, (int)info_ptr->scal_unit,
|
Completed in 113 milliseconds