HomeSort by relevance Sort by last modified time
    Searched refs:hsl_shift (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/ui/gfx/
skbitmap_operations.cc 280 void LineProcDefault(const color_utils::HSL& hsl_shift,
286 SkUnPreMultiply::PMColorToColor(in[x]), hsl_shift));
291 void LineProcCopy(const color_utils::HSL& hsl_shift,
295 DCHECK(hsl_shift.h < 0);
296 DCHECK(hsl_shift.s < 0 || fabs(hsl_shift.s - 0.5) < HSLShift::epsilon);
297 DCHECK(hsl_shift.l < 0 || fabs(hsl_shift.l - 0.5) < HSLShift::epsilon);
302 void LineProcHnopSnopLdec(const color_utils::HSL& hsl_shift,
308 DCHECK(hsl_shift.h < 0)
    [all...]
skbitmap_operations.h 66 // hsl_shift[0] (hue): The absolute hue value for the image - 0 and 1 map
68 // hsl_shift[1] (saturation): A saturation shift for the image, with the
73 // hsl_shift[2] (lightness): A lightness shift for the image, with the
79 const color_utils::HSL& hsl_shift);
skbitmap_operations_unittest.cc 63 color_utils::HSL hsl_shift) {
81 SkUnPreMultiply::PMColorToColor(pixels[x]), hsl_shift));
  /external/chromium_org/ui/gfx/image/
image_skia_operations.h 53 // hsl_shift[0] (hue): The absolute hue value for the image - 0 and 1 map
55 // hsl_shift[1] (saturation): A saturation shift for the image, with the
60 // hsl_shift[2] (lightness): A lightness shift for the image, with the
66 const color_utils::HSL& hsl_shift);
image_skia_operations.cc 252 const color_utils::HSL& hsl_shift)
254 hsl_shift_(hsl_shift) {
497 const color_utils::HSL& hsl_shift) {
501 return ImageSkia(new HSLImageSource(image, hsl_shift), image.size());
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack.cc 442 const color_utils::HSL& hsl_shift) {
445 *src_image, hsl_shift));
589 const color_utils::HSL& hsl_shift,
594 hsl_shift_(hsl_shift),
1436 color_utils::HSL hsl_shift = GetTintInternal( local
    [all...]

Completed in 82 milliseconds