Home | History | Annotate | Download | only in profiles

Lines Matching refs:Image

8 #include "ui/gfx/image/image.h"
16 // Returns a version of |image| of a specific size and with a grey border.
19 gfx::Image GetSizedAvatarIconWithBorder(const gfx::Image& image,
23 // Returns a version of |image| suitable for use in menus.
24 gfx::Image GetAvatarIconForMenu(const gfx::Image& image,
27 // Returns a version of |image| suitable for use in WebUI.
28 gfx::Image GetAvatarIconForWebUI(const gfx::Image& image,
31 // Returns a version of |image| suitable for use in title bars. The returned
32 // image is scaled to fit |dst_width| and |dst_height|.
33 gfx::Image GetAvatarIconForTitleBar(const gfx::Image& image,