Home
last modified time | relevance | path

Searched refs:srgb_gamut (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkICC.cpp234 bool srgb_gamut = nearly_equal(toXYZD50, SkNamedGamut::kSRGB); in get_color_profile_description() local
235 if (srgb_xfer && srgb_gamut) { in get_color_profile_description()
239 if (line_xfer && srgb_gamut) { in get_color_profile_description()
243 if (twoDotTwo && srgb_gamut) { in get_color_profile_description()
/external/skqp/src/core/
DSkICC.cpp234 bool srgb_gamut = nearly_equal(toXYZD50, SkNamedGamut::kSRGB); in get_color_profile_description() local
235 if (srgb_xfer && srgb_gamut) { in get_color_profile_description()
239 if (line_xfer && srgb_gamut) { in get_color_profile_description()
243 if (twoDotTwo && srgb_gamut) { in get_color_profile_description()