Searched defs:avatar_bitmap (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_shortcut_manager_win.cc104 // Badges |app_icon_bitmap| with |avatar_bitmap| at the bottom right corner and
107 const SkBitmap& avatar_bitmap,
111 SkBitmap source_bitmap = avatar_bitmap;
112 if ((avatar_bitmap.width() == scale_factor * profiles::kAvatarIconWidth) &&
113 (avatar_bitmap.height() == scale_factor * profiles::kAvatarIconHeight)) {
119 avatar_bitmap.extractSubset(&source_bitmap, gfx::RectToSkIRect(frame));
106 BadgeIcon(const SkBitmap& app_icon_bitmap, const SkBitmap& avatar_bitmap, int scale_factor) argument

Completed in 85 milliseconds