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

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

Completed in 189 milliseconds