Home
last modified time | relevance | path

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

/external/chromium_org/ui/gfx/image/
Dimage_skia_operations.h65 static ImageSkia CreateHSLShiftedImage(const gfx::ImageSkia& image,
Dimage_skia_operations.cc483 ImageSkia ImageSkiaOperations::CreateHSLShiftedImage( in CreateHSLShiftedImage() function in gfx::ImageSkiaOperations
/external/chromium_org/chrome/browser/ui/app_list/
Dextension_app_item.cc125 gfx::ImageSkiaOperations::CreateHSLShiftedImage(installing_icon, in ExtensionAppItem()
190 icon = gfx::ImageSkiaOperations::CreateHSLShiftedImage(icon, shift); in UpdateIcon()
/external/chromium_org/chrome/browser/extensions/
Dapp_icon_loader_impl.cc110 image = gfx::ImageSkiaOperations::CreateHSLShiftedImage(image, shift); in BuildImage()
/external/chromium_org/chrome/browser/ui/app_list/search/
Dapp_result.cc176 icon = gfx::ImageSkiaOperations::CreateHSLShiftedImage(icon, shift); in UpdateIcon()
/external/chromium_org/chrome/browser/themes/
Dbrowser_theme_pack.cc463 gfx::Image CreateHSLShiftedImage(const gfx::Image& image, in CreateHSLShiftedImage() function
466 return gfx::Image(gfx::ImageSkiaOperations::CreateHSLShiftedImage( in CreateHSLShiftedImage()
620 gfx::ImageSkiaOperations::CreateHSLShiftedImage(image_to_tint_, in Draw()
1417 temp_output[prs_id] = CreateHSLShiftedImage(
1441 CreateHSLShiftedImage(button, button_tint);
/external/chromium_org/chrome/browser/ui/views/profiles/
Dprofile_reset_bubble_view.cc277 brighter_help_image_ = gfx::ImageSkiaOperations::CreateHSLShiftedImage( in SetupLayoutManager()