Searched refs:IsWithinHSLRange (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/ui/gfx/ |
D | color_utils_unittest.cc | 71 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 …]
|
D | color_utils.h | 42 GFX_EXPORT bool IsWithinHSLRange(const HSL& hsl,
|
D | color_utils.cc | 154 bool IsWithinHSLRange(const HSL& hsl, in IsWithinHSLRange() function
|
D | color_analysis.cc | 344 if (IsWithinHSLRange(hsl, lower_bound, upper_bound)) { in CalculateKMeanColorOfBuffer()
|