Searched refs:scal_unit (Results 1 - 8 of 8) sorted by relevance

/external/libpng/
H A Dpngget.c668 *unit = info_ptr->scal_unit;
684 *unit = info_ptr->scal_unit;
H A Dpngset.c372 info_ptr->scal_unit = (png_byte)unit;
391 info_ptr->scal_unit = (png_byte)unit;
H A Dpngwrite.c195 png_write_sCAL(png_ptr, (int)info_ptr->scal_unit,
199 png_write_sCAL_s(png_ptr, (int)info_ptr->scal_unit,
H A Dpng.h844 * splt_palettes, scal_unit, row_pointers, and unknowns. By default, these
1064 png_byte scal_unit PNG_DEPSTRUCT; /* unit of physical scale */
/external/qemu/distrib/libpng-1.2.19/
H A Dpngget.c635 *unit = info_ptr->scal_unit;
651 *unit = info_ptr->scal_unit;
H A Dpngset.c462 info_ptr->scal_unit = (png_byte)unit;
480 info_ptr->scal_unit = (png_byte)unit;
H A Dpngwrite.c183 png_write_sCAL(png_ptr, (int)info_ptr->scal_unit,
187 png_write_sCAL_s(png_ptr, (int)info_ptr->scal_unit,
H A Dpng.h681 * splt_palettes, scal_unit, row_pointers, and unknowns. By default, these
900 png_byte scal_unit; /* unit of physical scale */ member in struct:png_info_struct

Completed in 106 milliseconds