HomeSort by relevance Sort by last modified time
    Searched defs:HSLShift (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/gfx/
color_utils.cc 184 SkColor HSLShift(SkColor color, const HSL& shift) {
skbitmap_operations.cc 183 namespace HSLShift {
244 out[x] = SkPreMultiplyColor(color_utils::HSLShift(
255 DCHECK(hsl_shift.s < 0 || fabs(hsl_shift.s - 0.5) < HSLShift::epsilon);
256 DCHECK(hsl_shift.l < 0 || fabs(hsl_shift.l - 0.5) < HSLShift::epsilon);
268 DCHECK(hsl_shift.s < 0 || fabs(hsl_shift.s - 0.5) < HSLShift::epsilon);
269 DCHECK(hsl_shift.l <= 0.5 - HSLShift::epsilon && hsl_shift.l >= 0);
292 DCHECK(hsl_shift.s < 0 || fabs(hsl_shift.s - 0.5) < HSLShift::epsilon);
293 DCHECK(hsl_shift.l >= 0.5 + HSLShift::epsilon && hsl_shift.l <= 1);
337 DCHECK(hsl_shift.s >= 0 && hsl_shift.s <= 0.5 - HSLShift::epsilon);
338 DCHECK(hsl_shift.l < 0 || fabs(hsl_shift.l - 0.5) < HSLShift::epsilon)
    [all...]

Completed in 1079 milliseconds