Lines Matching full:colorspace
1546 png_colorspacerp colorspace, png_fixed_point gAMA), PNG_EMPTY);
1547 /* Set the colorspace gamma with a value provided by the application or by
1554 /* Synchronize the info 'valid' flags with the colorspace */
1558 /* Copy the png_struct colorspace to the info_struct and call the above to
1565 /* These internal functions are for maintaining the colorspace structure within
1569 (png_const_structrp png_ptr, png_colorspacerp colorspace, const png_xy *xy,
1573 (png_const_structrp png_ptr, png_colorspacerp colorspace, const png_XYZ *XYZ,
1578 png_colorspacerp colorspace, int intent), PNG_EMPTY);
1579 /* This does set the colorspace gAMA and cHRM values too, but doesn't set the
1581 * message has already been output (but the colorspace may still need to be
1588 png_colorspacerp colorspace, png_const_charp name,
1596 png_colorspacerp colorspace, png_const_charp name,
1600 png_colorspacerp colorspace, png_const_charp name,
1605 png_colorspacerp colorspace, png_const_charp name,
1610 png_const_structrp png_ptr, png_colorspacerp colorspace,
1622 /* Set the rgb_to_gray coefficients from the colorspace Y values */
1624 #endif /* COLORSPACE */