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 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) {
80 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 247 const color_utils::HSL& hsl_shift)
249 hsl_shift_(hsl_shift) {
489 const color_utils::HSL& hsl_shift) {
493 return ImageSkia(new HSLImageSource(image, hsl_shift), image.size());
  /external/chromium_org/chrome/browser/ui/views/
profile_reset_bubble_view.cc 270 color_utils::HSL hsl_shift = { -1, 0, 0.8 }; local
272 *help_image, hsl_shift);
  /external/chromium_org/chrome/browser/themes/
browser_theme_pack.cc 442 const color_utils::HSL& hsl_shift) {
445 *src_image, hsl_shift));
587 const color_utils::HSL& hsl_shift,
592 hsl_shift_(hsl_shift),
1435 color_utils::HSL hsl_shift = GetTintInternal( local
    [all...]

Completed in 88 milliseconds