Home
last modified time | relevance | path

Searched refs:IsWithinHSLRange (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/ui/gfx/
Dcolor_utils_unittest.cc71 TEST(ColorUtils, IsWithinHSLRange) { in TEST() argument
75 EXPECT_TRUE(IsWithinHSLRange(hsl, lower, upper)); in TEST()
78 EXPECT_TRUE(IsWithinHSLRange(hsl, lower, upper)); in TEST()
80 EXPECT_TRUE(IsWithinHSLRange(hsl, lower, upper)); in TEST()
82 EXPECT_TRUE(IsWithinHSLRange(hsl, lower, upper)); in TEST()
84 EXPECT_TRUE(IsWithinHSLRange(hsl, lower, upper)); in TEST()
86 EXPECT_TRUE(IsWithinHSLRange(hsl, lower, upper)); in TEST()
88 EXPECT_TRUE(IsWithinHSLRange(hsl, lower, upper)); in TEST()
96 EXPECT_TRUE(IsWithinHSLRange(hsl, lower, upper)); in TEST()
98 EXPECT_TRUE(IsWithinHSLRange(hsl, lower, upper)); in TEST()
[all …]
Dcolor_utils.h42 GFX_EXPORT bool IsWithinHSLRange(const HSL& hsl,
Dcolor_utils.cc154 bool IsWithinHSLRange(const HSL& hsl, in IsWithinHSLRange() function
Dcolor_analysis.cc344 if (IsWithinHSLRange(hsl, lower_bound, upper_bound)) { in CalculateKMeanColorOfBuffer()