/external/chromium_org/ui/gfx/ |
D | color_utils_unittest.cc | 15 HSL hsl = {0, 0, 0}; in TEST() local 23 HSL hsl = {0, 0, 0}; in TEST() local 33 HSL hsl = {0, 1, 0.5}; in TEST() local 47 HSL hsl = {0, 0, 0}; in TEST() local 60 HSL hsl = {0, 0, 0}; in TEST() local 72 HSL hsl = {0.3, 0.4, 0.5}; in TEST() local 92 HSL hsl = {0.3, 0.4, 0.5}; in TEST() local 107 HSL hsl = {-1, -1, -1}; in TEST() local
|
D | color_utils.cc | 58 HSL hsl; in LumaInvertColor() local 92 void SkColorToHSL(SkColor c, HSL* hsl) { in SkColorToHSL() 124 SkColor HSLToSkColor(const HSL& hsl, SkAlpha alpha) { in HSLToSkColor() 154 bool IsWithinHSLRange(const HSL& hsl, in IsWithinHSLRange() 185 HSL hsl; in HSLShift() local
|
D | skbitmap_operations_unittest.cc | 232 color_utils::HSL hsl = { -1, -1, -1 }; in TEST() local 270 color_utils::HSL hsl = { 0, -1, -1 }; in TEST() local 311 color_utils::HSL hsl = { h, s, l }; in TEST() local
|
D | color_analysis.cc | 337 HSL hsl; in CalculateKMeanColorOfBuffer() local
|
/external/chromium_org/chrome/browser/themes/ |
D | theme_service.cc | 401 color_utils::HSL hsl; in GetTint() local
|
D | browser_theme_pack.cc | 977 color_utils::HSL hsl = { -1, -1, -1 }; in BuildTintsFromJSON() local 1508 color_utils::HSL hsl; local
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/common/ |
D | Color.js | 428 WebInspector.Color._hsl2rgb = function(hsl) argument
|
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
D | gtk2_ui.cc | 1008 color_utils::HSL hsl; in SetThemeTintFromGtk() local
|
/external/chromium_org/ui/native_theme/ |
D | native_theme_base.cc | 74 SkColor BrightenColor(const color_utils::HSL& hsl, SkAlpha alpha, in BrightenColor()
|
/external/chromium_org/third_party/d3/src/ |
D | d3.js | 1473 d3.hsl = function(h, s, l) { function 1614 d3_rgbPrototype.hsl = function() { function 1623 function d3_rgb_parse(format, rgb, hsl) { argument
|