Searched refs:hsl_shift (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/ui/gfx/ |
D | skbitmap_operations.cc | 239 void LineProcDefault(const color_utils::HSL& hsl_shift, in LineProcDefault() argument 245 SkUnPreMultiply::PMColorToColor(in[x]), hsl_shift)); in LineProcDefault() 250 void LineProcCopy(const color_utils::HSL& hsl_shift, in LineProcCopy() argument 254 DCHECK(hsl_shift.h < 0); in LineProcCopy() 255 DCHECK(hsl_shift.s < 0 || fabs(hsl_shift.s - 0.5) < HSLShift::epsilon); in LineProcCopy() 256 DCHECK(hsl_shift.l < 0 || fabs(hsl_shift.l - 0.5) < HSLShift::epsilon); in LineProcCopy() 261 void LineProcHnopSnopLdec(const color_utils::HSL& hsl_shift, in LineProcHnopSnopLdec() argument 267 DCHECK(hsl_shift.h < 0); in LineProcHnopSnopLdec() 268 DCHECK(hsl_shift.s < 0 || fabs(hsl_shift.s - 0.5) < HSLShift::epsilon); in LineProcHnopSnopLdec() 269 DCHECK(hsl_shift.l <= 0.5 - HSLShift::epsilon && hsl_shift.l >= 0); in LineProcHnopSnopLdec() [all …]
|
D | skbitmap_operations.h | 73 const color_utils::HSL& hsl_shift);
|
D | skbitmap_operations_unittest.cc | 62 color_utils::HSL hsl_shift) { in ReferenceCreateHSLShiftedBitmap() argument 77 SkUnPreMultiply::PMColorToColor(pixels[x]), hsl_shift)); in ReferenceCreateHSLShiftedBitmap()
|
/external/chromium_org/ui/gfx/image/ |
D | image_skia_operations.cc | 243 const color_utils::HSL& hsl_shift) in HSLImageSource() argument 245 hsl_shift_(hsl_shift) { in HSLImageSource() 485 const color_utils::HSL& hsl_shift) { in CreateHSLShiftedImage() argument 489 return ImageSkia(new HSLImageSource(image, hsl_shift), image.size()); in CreateHSLShiftedImage()
|
D | image_skia_operations.h | 66 const color_utils::HSL& hsl_shift);
|
/external/chromium_org/chrome/browser/ui/views/profiles/ |
D | profile_reset_bubble_view.cc | 276 color_utils::HSL hsl_shift = { -1, 0, 0.8 }; in SetupLayoutManager() local 278 *help_image, hsl_shift); in SetupLayoutManager()
|
/external/chromium_org/chrome/browser/themes/ |
D | browser_theme_pack.cc | 464 const color_utils::HSL& hsl_shift) { in CreateHSLShiftedImage() argument 467 *src_image, hsl_shift)); in CreateHSLShiftedImage() 605 const color_utils::HSL& hsl_shift, in TabBackgroundImageSource() argument 610 hsl_shift_(hsl_shift), in TabBackgroundImageSource() 1457 color_utils::HSL hsl_shift = GetTintInternal( local 1468 image_to_tint, overlay, hsl_shift, vertical_offset);
|