Home
last modified time | relevance | path

Searched defs:hsl (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/ui/gfx/
Dcolor_utils_unittest.cc15 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
Dcolor_utils.cc58 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
Dskbitmap_operations_unittest.cc232 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
Dcolor_analysis.cc337 HSL hsl; in CalculateKMeanColorOfBuffer() local
/external/chromium_org/chrome/browser/themes/
Dtheme_service.cc401 color_utils::HSL hsl; in GetTint() local
Dbrowser_theme_pack.cc977 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/
DColor.js428 WebInspector.Color._hsl2rgb = function(hsl) argument
/external/chromium_org/chrome/browser/ui/libgtk2ui/
Dgtk2_ui.cc1008 color_utils::HSL hsl; in SetThemeTintFromGtk() local
/external/chromium_org/ui/native_theme/
Dnative_theme_base.cc74 SkColor BrightenColor(const color_utils::HSL& hsl, SkAlpha alpha, in BrightenColor()
/external/chromium_org/third_party/d3/src/
Dd3.js1473 d3.hsl = function(h, s, l) { function
1614 d3_rgbPrototype.hsl = function() { function
1623 function d3_rgb_parse(format, rgb, hsl) { argument