Searched refs:pcal_type (Results 1 – 16 of 16) sorted by relevance
/external/libpng/ |
D | pnginfo.h | 215 png_byte pcal_type; /* equation type (see PNG_EQUATION_ below) */ member
|
D | pngget.c | 875 *type = (int)info_ptr->pcal_type; in png_get_pCAL()
|
D | pngset.c | 314 info_ptr->pcal_type = (png_byte)type; in png_set_pCAL()
|
D | pngwrite.c | 254 info_ptr->pcal_X1, info_ptr->pcal_type, info_ptr->pcal_nparams, in png_write_info()
|
/external/pdfium/third_party/libpng16/ |
D | pnginfo.h | 215 png_byte pcal_type; /* equation type (see PNG_EQUATION_ below) */ member
|
D | pngget.c | 875 *type = (int)info_ptr->pcal_type; in png_get_pCAL()
|
D | pngset.c | 326 info_ptr->pcal_type = (png_byte)type; in png_set_pCAL()
|
D | pngwrite.c | 254 info_ptr->pcal_X1, info_ptr->pcal_type, info_ptr->pcal_nparams, in png_write_info()
|
/external/skia/third_party/libpng/ |
D | pnginfo.h | 215 png_byte pcal_type; /* equation type (see PNG_EQUATION_ below) */ member
|
D | pngget.c | 875 *type = (int)info_ptr->pcal_type; in png_get_pCAL()
|
D | pngset.c | 314 info_ptr->pcal_type = (png_byte)type; in png_set_pCAL()
|
D | pngwrite.c | 254 info_ptr->pcal_X1, info_ptr->pcal_type, info_ptr->pcal_nparams, in png_write_info()
|
/external/syslinux/com32/lib/libpng/ |
D | pngget.c | 649 *type = (int)info_ptr->pcal_type; in png_get_pCAL()
|
D | pngset.c | 316 info_ptr->pcal_type = (png_byte)type; in png_set_pCAL()
|
D | pngwrite.c | 187 info_ptr->pcal_X1, info_ptr->pcal_type, info_ptr->pcal_nparams, in png_write_info()
|
/external/syslinux/com32/include/ |
D | png.h | 973 png_byte pcal_type PNG_DEPSTRUCT; /* equation type (see PNG_EQUATION_ below) */
|