HomeSort by relevance Sort by last modified time
    Searched refs:ImageSkia (Results 201 - 225 of 537) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/ash/shell/
app_list.cc 59 static gfx::ImageSkia GetIcon(Type type) {
73 return gfx::ImageSkia::CreateFrom1xBitmap(icon);
216 gfx::ImageSkia CreateSearchBoxIcon() {
228 return gfx::ImageSkia(canvas.ExtractImageRep());
316 virtual gfx::ImageSkia GetWindowIcon() OVERRIDE {
317 return gfx::ImageSkia();
  /external/chromium_org/ash/wm/caption_buttons/
frame_caption_button_container_view_unittest.cc 96 gfx::ImageSkia* normal = rb.GetImageSkiaNamed(normal_image_id);
97 gfx::ImageSkia* hovered = rb.GetImageSkiaNamed(hovered_image_id);
98 gfx::ImageSkia* pressed = rb.GetImageSkiaNamed(pressed_image_id);
100 gfx::ImageSkia actual_normal = button->GetImage(Button::STATE_NORMAL);
101 gfx::ImageSkia actual_hovered = button->GetImage(Button::STATE_HOVERED);
102 gfx::ImageSkia actual_pressed = button->GetImage(Button::STATE_PRESSED);
  /external/chromium_org/chrome/browser/profiles/
profile_info_util.cc 39 AvatarImageSource(gfx::ImageSkia avatar,
50 gfx::ImageSkia avatar_;
59 AvatarImageSource::AvatarImageSource(gfx::ImageSkia avatar,
173 return gfx::Image(gfx::ImageSkia(source.release(), size));
198 return gfx::Image(gfx::ImageSkia(source.release(), size));
222 return gfx::Image(gfx::ImageSkia(source.release(), dst_size));
  /external/chromium_org/chrome/browser/ui/views/status_icons/
status_icon_win.cc 90 void StatusIconWin::SetImage(const gfx::ImageSkia& image) {
102 void StatusIconWin::SetPressedImage(const gfx::ImageSkia& image) {
118 void StatusIconWin::DisplayBalloon(const gfx::ImageSkia& icon,
182 void StatusIconMetro::SetImage(const gfx::ImageSkia& image) {
186 void StatusIconMetro::SetPressedImage(const gfx::ImageSkia& image) {
195 void StatusIconMetro::DisplayBalloon(const gfx::ImageSkia& icon,
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab.h 154 gfx::ImageSkia image;
292 static gfx::ImageSkia GetCachedImage(int resource_id,
299 const gfx::ImageSkia& image);
356 gfx::ImageSkia* image_l;
357 gfx::ImageSkia* image_c;
358 gfx::ImageSkia* image_r;
  /external/chromium_org/ui/gfx/image/
image.cc 42 const ImageSkia ImageSkiaFromGdkPixbuf(GdkPixbuf* pixbuf) {
52 return ImageSkia(canvas.ExtractImageRep());
133 ImageSkia* ImageSkiaFromPNG(
136 const ImageSkia* skia);
139 // Caller takes ownership of returned ImageSkia.
140 ImageSkia* GetErrorImageSkia() {
145 return new gfx::ImageSkia(gfx::ImageSkiaRep(bitmap, 1.0f));
148 ImageSkia* ImageSkiaFromPNG(
153 scoped_ptr<gfx::ImageSkia> image_skia(new ImageSkia());
    [all...]
image_unittest_util.cc 66 gfx::ImageSkia CreateImageSkia(int width, int height) {
67 return gfx::ImageSkia::CreateFrom1xBitmap(CreateBitmap(width, height));
87 gfx::ImageSkia image_skia2 = img2.AsImageSkia();
149 const gfx::ImageSkia& image_skia,
183 float scale = ImageSkia::GetMaxSupportedScale();
198 return gfx::ImageSkia::CreateFrom1xBitmap(bitmap);
  /external/chromium_org/ui/views/controls/menu/
menu_item_view.h 163 const gfx::ImageSkia& icon,
192 const gfx::ImageSkia& icon);
211 const gfx::ImageSkia& icon);
218 const gfx::ImageSkia& icon,
260 void SetIcon(const gfx::ImageSkia& icon, int item_id);
263 void SetIcon(const gfx::ImageSkia& icon);
  /external/chromium_org/chrome/browser/extensions/
extension_icon_image_unittest.cc 57 explicit MockImageSkiaSource(const gfx::ImageSkia& image)
67 gfx::ImageSkia image_;
184 gfx::ImageSkia GetDefaultIcon() {
221 gfx::ImageSkia default_icon = GetDefaultIcon();
242 gfx::ImageSkia::ImageSkiaReps image_reps = image.image_skia().image_reps();
295 gfx::ImageSkia default_icon = GetDefaultIcon();
334 gfx::ImageSkia default_icon = GetDefaultIcon();
372 gfx::ImageSkia default_icon = GetDefaultIcon();
414 gfx::ImageSkia default_icon = GetDefaultIcon();
449 gfx::ImageSkia default_icon = GetDefaultIcon()
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/search/webstore/
webstore_result.cc 43 explicit BadgedIconSource(const gfx::ImageSkia& icon)
50 const gfx::ImageSkia& badge = *ui::ResourceBundle::GetSharedInstance().
57 gfx::ImageSkia icon_;
86 icon_ = gfx::ImageSkia(
172 icon_ = gfx::ImageSkia(new BadgedIconSource(icon_),
  /external/chromium_org/chrome/browser/ui/views/frame/
opaque_browser_frame_view.cc 380 gfx::ImageSkia OpaqueBrowserFrameView::GetFaviconForTabIconView() {
384 return gfx::ImageSkia();
464 gfx::ImageSkia OpaqueBrowserFrameView::GetOTRAvatarIcon() const {
622 gfx::ImageSkia* top_center =
650 gfx::ImageSkia* toolbar_left = tp->GetImageSkiaNamed(
666 gfx::ImageSkia* theme_toolbar = tp->GetImageSkiaNamed(IDR_THEME_TOOLBAR);
673 gfx::ImageSkia* toolbar_left_mask =
675 gfx::ImageSkia* toolbar_right_mask =
713 gfx::ImageSkia* toolbar_center =
719 gfx::ImageSkia* toolbar_right = tp->GetImageSkiaNamed
    [all...]
  /external/chromium_org/ui/views/controls/
image_view.cc 30 void ImageView::SetImage(const gfx::ImageSkia& img) {
42 void ImageView::SetImage(const gfx::ImageSkia* image_skia) {
46 gfx::ImageSkia t;
51 const gfx::ImageSkia& ImageView::GetImage() {
94 bool ImageView::IsImageEqual(const gfx::ImageSkia& img) const {
95 // Even though we copy ImageSkia in SetImage() the backing store
  /external/chromium_org/ui/views/controls/scrollbar/
bitmap_scroll_bar.cc 137 gfx::ImageSkia* start_cap_image() const {
142 gfx::ImageSkia* end_cap_image() const {
148 gfx::ImageSkia* background_image() const {
154 gfx::ImageSkia* grippy_image() const {
190 gfx::ImageSkia* image_skia) {
  /external/chromium_org/ash/desktop_background/
wallpaper_resizer.cc 97 uint32_t WallpaperResizer::GetImageId(const gfx::ImageSkia& image) {
114 WallpaperResizer::WallpaperResizer(const gfx::ImageSkia& image,
153 image_ = gfx::ImageSkia::CreateFrom1xBitmap(*resized_bitmap);
  /external/chromium_org/ash/system/tray/
tray_notification_view.cc 85 void TrayNotificationView::SetIconImage(const gfx::ImageSkia& image) {
90 const gfx::ImageSkia& TrayNotificationView::GetIconImage() const {
103 const gfx::ImageSkia& image) {
  /external/chromium_org/chrome/browser/
icon_loader_chromeos.cc 156 gfx::ImageSkia ResizeImage(const gfx::ImageSkia& source, int dip_size) {
198 gfx::ImageSkia image_skia(ResizeImage(*(rb.GetImageNamed(idr)).ToImageSkia(),
  /external/chromium_org/chrome/browser/task_manager/
guest_resource_provider.cc 43 virtual gfx::ImageSkia GetIcon() const OVERRIDE;
84 gfx::ImageSkia GuestResource::GetIcon() const {
90 return gfx::ImageSkia();
  /external/chromium_org/chrome/browser/ui/toolbar/
wrench_icon_painter.cc 114 gfx::ImageSkia* image = theme_provider->GetImageSkiaNamed(
124 gfx::ImageSkia* image = theme_provider->GetImageSkiaNamed(IDR_TOOLS_BAR);
136 gfx::ImageSkia* image =
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data.h 30 class ImageSkia;
145 virtual void SetDragImage(const gfx::ImageSkia& image,
147 virtual const gfx::ImageSkia& GetDragImage() const = 0;
  /external/chromium_org/ui/native_theme/
native_theme_base.h 14 class ImageSkia;
132 void DrawImageInt(SkCanvas* canvas, const gfx::ImageSkia& image,
137 const gfx::ImageSkia& image,
  /external/chromium_org/ui/views/widget/
native_widget_private.h 15 class ImageSkia;
160 virtual void SetWindowIcons(const gfx::ImageSkia& window_icon,
161 const gfx::ImageSkia& app_icon) = 0;
  /external/chromium_org/ui/views/window/
custom_frame_view.cc 332 const gfx::ImageSkia* frame_image = GetFrameImage();
353 const gfx::ImageSkia* frame_image = GetFrameImage();
363 const gfx::ImageSkia* titlebar_bottom = rb.GetImageNamed(
393 const gfx::ImageSkia* top_left = rb.GetImageSkiaNamed(IDR_APP_TOP_LEFT);
394 const gfx::ImageSkia* top_center = rb.GetImageSkiaNamed(IDR_APP_TOP_CENTER);
395 const gfx::ImageSkia* top_right = rb.GetImageSkiaNamed(IDR_APP_TOP_RIGHT);
408 const gfx::ImageSkia* right = rb.GetImageSkiaNamed(IDR_CONTENT_RIGHT_SIDE);
419 const gfx::ImageSkia* bottom_left =
421 const gfx::ImageSkia* bottom_center =
423 const gfx::ImageSkia* bottom_right
    [all...]
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
app_indicator_icon.cc 123 base::FilePath CreateTempImageFile(gfx::ImageSkia* image_ptr,
126 scoped_ptr<gfx::ImageSkia> image(image_ptr);
167 const gfx::ImageSkia& image,
198 void AppIndicatorIcon::SetImage(const gfx::ImageSkia& image) {
206 scoped_ptr<gfx::ImageSkia> safe_image(image.DeepCopy());
220 void AppIndicatorIcon::SetPressedImage(const gfx::ImageSkia& image) {
  /external/chromium_org/ui/views/controls/button/
label_button_unittest.cc 15 gfx::ImageSkia CreateTestImage(int width, int height) {
19 return gfx::ImageSkia::CreateFrom1xBitmap(bitmap);
82 const gfx::ImageSkia small_image = CreateTestImage(small_size, small_size);
83 const gfx::ImageSkia large_image = CreateTestImage(large_size, large_size);
118 const gfx::ImageSkia image = CreateTestImage(image_size, image_size);
152 button.SetImage(Button::STATE_NORMAL, gfx::ImageSkia());
  /external/chromium_org/ash/wm/
header_painter.cc 68 const gfx::ImageSkia& image,
90 const gfx::ImageSkia* frame_image,
91 const gfx::ImageSkia* frame_overlay_image,
129 TileRoundRect(canvas, gfx::ImageSkia(temporary_canvas.ExtractImageRep()),
295 gfx::ImageSkia* theme_frame = theme_provider->GetImageSkiaNamed(
297 gfx::ImageSkia* theme_frame_overlay = NULL;
307 gfx::ImageSkia* crossfade_theme_frame =
309 gfx::ImageSkia* crossfade_theme_frame_overlay = NULL;

Completed in 2265 milliseconds

1 2 3 4 5 6 7 891011>>