Home
last modified time | relevance | path

Searched refs:pcal_type (Results 1 – 8 of 8) sorted by relevance

/external/libpng/
Dpngget.c649 *type = (int)info_ptr->pcal_type; in png_get_pCAL()
Dpngset.c316 info_ptr->pcal_type = (png_byte)type; in png_set_pCAL()
Dpngwrite.c187 info_ptr->pcal_X1, info_ptr->pcal_type, info_ptr->pcal_nparams, in png_write_info()
Dpng.h1025 png_byte pcal_type PNG_DEPSTRUCT; /* equation type (see PNG_EQUATION_ below) */
/external/qemu/distrib/libpng-1.2.19/
Dpngget.c616 *type = (int)info_ptr->pcal_type; in png_get_pCAL()
Dpngwrite.c177 info_ptr->pcal_X1, info_ptr->pcal_type, info_ptr->pcal_nparams, in png_write_info()
Dpngset.c409 info_ptr->pcal_type = (png_byte)type; in png_set_pCAL()
Dpng.h862 png_byte pcal_type; /* equation type (see PNG_EQUATION_ below) */ member