Searched defs:HSLShift (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/gfx/
H A Dcolor_utils.cc184 SkColor HSLShift(SkColor color, const HSL& shift) { function in namespace:color_utils
H A Dskbitmap_operations.cc215 namespace HSLShift { namespace in namespace:__anon16143
276 out[x] = SkPreMultiplyColor(color_utils::HSLShift(
287 DCHECK(hsl_shift.s < 0 || fabs(hsl_shift.s - 0.5) < HSLShift::epsilon);
288 DCHECK(hsl_shift.l < 0 || fabs(hsl_shift.l - 0.5) < HSLShift::epsilon);
300 DCHECK(hsl_shift.s < 0 || fabs(hsl_shift.s - 0.5) < HSLShift::epsilon);
301 DCHECK(hsl_shift.l <= 0.5 - HSLShift::epsilon && hsl_shift.l >= 0);
324 DCHECK(hsl_shift.s < 0 || fabs(hsl_shift.s - 0.5) < HSLShift::epsilon);
325 DCHECK(hsl_shift.l >= 0.5 + HSLShift::epsilon && hsl_shift.l <= 1);
369 DCHECK(hsl_shift.s >= 0 && hsl_shift.s <= 0.5 - HSLShift::epsilon);
370 DCHECK(hsl_shift.l < 0 || fabs(hsl_shift.l - 0.5) < HSLShift
[all...]

Completed in 128 milliseconds