Lines Matching full:colorspace
1496 png_colorspacerp colorspace, png_fixed_point gAMA), PNG_EMPTY);
1497 /* Set the colorspace gamma with a value provided by the application or by
1504 /* Synchronize the info 'valid' flags with the colorspace */
1508 /* Copy the png_struct colorspace to the info_struct and call the above to
1515 /* These internal functions are for maintaining the colorspace structure within
1519 (png_const_structrp png_ptr, png_colorspacerp colorspace, const png_xy *xy,
1523 (png_const_structrp png_ptr, png_colorspacerp colorspace, const png_XYZ *XYZ,
1528 png_colorspacerp colorspace, int intent), PNG_EMPTY);
1529 /* This does set the colorspace gAMA and cHRM values too, but doesn't set the
1531 * message has already been output (but the colorspace may still need to be
1538 png_colorspacerp colorspace, png_const_charp name,
1545 png_colorspacerp colorspace, png_const_charp name,
1548 png_colorspacerp colorspace, png_const_charp name,
1553 png_colorspacerp colorspace, png_const_charp name,
1558 png_const_structrp png_ptr, png_colorspacerp colorspace,
1570 /* Set the rgb_to_gray coefficients from the colorspace Y values */
1572 #endif /* COLORSPACE */