Home
last modified time | relevance | path

Searched refs:hsl_shift (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/ui/gfx/
Dskbitmap_operations.cc239 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 …]
Dskbitmap_operations.h73 const color_utils::HSL& hsl_shift);
Dskbitmap_operations_unittest.cc62 color_utils::HSL hsl_shift) { in ReferenceCreateHSLShiftedBitmap() argument
77 SkUnPreMultiply::PMColorToColor(pixels[x]), hsl_shift)); in ReferenceCreateHSLShiftedBitmap()
/external/chromium_org/ui/gfx/image/
Dimage_skia_operations.cc243 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()
Dimage_skia_operations.h66 const color_utils::HSL& hsl_shift);
/external/chromium_org/chrome/browser/ui/views/profiles/
Dprofile_reset_bubble_view.cc276 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/
Dbrowser_theme_pack.cc464 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);