Home
last modified time | relevance | path

Searched refs:tinted_pixels (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/gfx/
Dskbitmap_operations_unittest.cc76 SkPMColor* tinted_pixels = shifted.getAddr32(0, y); in ReferenceCreateHSLShiftedBitmap() local
79 tinted_pixels[x] = SkPreMultiplyColor(color_utils::HSLShift( in ReferenceCreateHSLShiftedBitmap()
Dskbitmap_operations.cc573 SkPMColor* tinted_pixels = shifted.getAddr32(0, y); in CreateHSLShiftedBitmap() local
575 (*line_proc)(hsl_shift, pixels, tinted_pixels, bitmap.width()); in CreateHSLShiftedBitmap()