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

  /external/chromium_org/ui/gfx/
skbitmap_operations.cc 239 void LineProcDefault(const color_utils::HSL& hsl_shift,
245 SkUnPreMultiply::PMColorToColor(in[x]), hsl_shift));
250 void LineProcCopy(const color_utils::HSL& hsl_shift,
254 DCHECK(hsl_shift.h < 0);
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);
261 void LineProcHnopSnopLdec(const color_utils::HSL& hsl_shift,
267 DCHECK(hsl_shift.h < 0)
    [all...]
skbitmap_operations.h 60 // hsl_shift[0] (hue): The absolute hue value for the image - 0 and 1 map
62 // hsl_shift[1] (saturation): A saturation shift for the image, with the
67 // hsl_shift[2] (lightness): A lightness shift for the image, with the
73 const color_utils::HSL& hsl_shift);
skbitmap_operations_unittest.cc 62 color_utils::HSL hsl_shift) {
77 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 243 const color_utils::HSL& hsl_shift)
245 hsl_shift_(hsl_shift) {
485 const color_utils::HSL& hsl_shift) {
489 return ImageSkia(new HSLImageSource(image, hsl_shift), image.size());
  /external/chromium_org/chrome/browser/ui/views/profiles/
profile_reset_bubble_view.cc 276 color_utils::HSL hsl_shift = { -1, 0, 0.8 }; local
278 *help_image, hsl_shift);
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack.cc 464 const color_utils::HSL& hsl_shift) {
467 *src_image, hsl_shift));
605 const color_utils::HSL& hsl_shift,
610 hsl_shift_(hsl_shift),
1457 color_utils::HSL hsl_shift = GetTintInternal( local
    [all...]

Completed in 74 milliseconds