Lines Matching full:colorspace
1621 png_colorspacerp colorspace, png_fixed_point gAMA), PNG_EMPTY);
1622 /* Set the colorspace gamma with a value provided by the application or by
1629 /* Synchronize the info 'valid' flags with the colorspace */
1633 /* Copy the png_struct colorspace to the info_struct and call the above to
1640 /* These internal functions are for maintaining the colorspace structure within
1644 (png_const_structrp png_ptr, png_colorspacerp colorspace, const png_xy *xy,
1648 (png_const_structrp png_ptr, png_colorspacerp colorspace, const png_XYZ *XYZ,
1653 png_colorspacerp colorspace, int intent), PNG_EMPTY);
1654 /* This does set the colorspace gAMA and cHRM values too, but doesn't set the
1656 * message has already been output (but the colorspace may still need to be
1663 png_colorspacerp colorspace, png_const_charp name,
1671 png_colorspacerp colorspace, png_const_charp name,
1675 png_colorspacerp colorspace, png_const_charp name,
1680 png_colorspacerp colorspace, png_const_charp name,
1685 png_const_structrp png_ptr, png_colorspacerp colorspace,
1697 /* Set the rgb_to_gray coefficients from the colorspace Y values */
1699 #endif /* COLORSPACE */