Home
last modified time | relevance | path

Searched refs:twoDotTwo (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/core/
H A DSkICC.cpp259 bool twoDotTwo = nearly_equal(fn, SkNamedTransferFn::k2Dot2); in get_color_profile_description() local
260 if (twoDotTwo && srgb_gamut) { in get_color_profile_description()
263 if (twoDotTwo && nearly_equal(toXYZD50, SkNamedGamut::kAdobeRGB)) { in get_color_profile_description()
/third_party/skia/tests/
H A DColorSpaceTest.cpp320 sk_sp<SkColorSpace> twoDotTwo = SkColorSpace::MakeRGB(fn, SkNamedGamut::kSRGB); in DEF_TEST() local
323 REPORTER_ASSERT(r, !twoDotTwo->isSRGB()); in DEF_TEST()

Completed in 2 milliseconds