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

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/ui/app_list/views/
app_list_drag_and_drop_host.h 29 const gfx::ImageSkia& icon,
cached_label.cc 24 image_ = gfx::ImageSkia(canvas.ExtractImageRep());
  /external/chromium_org/chrome/browser/status_icons/
status_icon_unittest.cc 21 virtual void SetImage(const gfx::ImageSkia& image) OVERRIDE {}
22 virtual void SetPressedImage(const gfx::ImageSkia& image) OVERRIDE {}
26 virtual void DisplayBalloon(const gfx::ImageSkia& icon,
  /external/chromium_org/chrome/browser/ui/gtk/status_icons/
status_icon_gtk.cc 29 void StatusIconGtk::SetImage(const gfx::ImageSkia& image) {
38 void StatusIconGtk::SetPressedImage(const gfx::ImageSkia& image) {
47 void StatusIconGtk::DisplayBalloon(const gfx::ImageSkia& icon,
  /external/chromium_org/ui/app_list/
app_list_item_model.h 33 void SetIcon(const gfx::ImageSkia& icon, bool has_shadow);
34 const gfx::ImageSkia& icon() const { return icon_; }
87 gfx::ImageSkia icon_;
  /external/chromium_org/ui/gfx/image/
image_unittest_util.h 24 typedef gfx::ImageSkia PlatformImage;
32 // Creates an ImageSkia of |width|x|height| DIP with bitmap data for an
34 gfx::ImageSkia CreateImageSkia(int width, int height);
43 // Returns true if the images are equal. Converts the images to ImageSkia to
64 const gfx::ImageSkia& image_skia,
image_skia_unittest.cc 82 explicit TestOnThread(ImageSkia* image_skia)
106 ImageSkia* image_skia_;
118 ImageSkia image_skia(new FixedSource(image), Size(100, 200));
144 ImageSkia image_skia(new DynamicSource(Size(100, 200)), Size(100, 200));
177 ImageSkia image(new NullSource(), gfx::Size(kSmallIcon1x, kSmallIcon1x));
208 ImageSkia image_skia(new DynamicSource(Size(100, 200)), Size(100, 200));
217 ImageSkia empty_image(ImageSkiaRep(Size(100, 200), 1.0f));
218 ImageSkia empty_image_copy(empty_image);
221 // Check that ImageSkia::bitmap() still returns a valid SkBitmap pointer for
231 ImageSkia image
    [all...]
  /external/chromium_org/ui/native_theme/
native_theme_aura.cc 88 gfx::ImageSkia* top = rb.GetImageSkiaNamed(
99 gfx::ImageSkia* bottom = rb.GetImageSkiaNamed(
109 gfx::ImageSkia* center = rb.GetImageSkiaNamed(
121 gfx::ImageSkia* left = rb.GetImageSkiaNamed(
132 gfx::ImageSkia* right = rb.GetImageSkiaNamed(
142 gfx::ImageSkia* center = rb.GetImageSkiaNamed(
162 gfx::ImageSkia* top = rb.GetImageSkiaNamed(top_resource_id);
171 gfx::ImageSkia* bottom = rb.GetImageSkiaNamed(bottom_resource_id);
182 gfx::ImageSkia* center = rb.GetImageSkiaNamed(center_resource_id);
194 gfx::ImageSkia* left = rb.GetImageSkiaNamed(left_resource_id)
    [all...]
  /external/chromium_org/ui/views/controls/button/
menu_button.h 43 void set_menu_marker(const gfx::ImageSkia* menu_marker) {
46 const gfx::ImageSkia* menu_marker() const { return menu_marker_; }
101 const gfx::ImageSkia* menu_marker_;
image_button_unittest.cc 13 gfx::ImageSkia CreateTestImage(int width, int height) {
17 return gfx::ImageSkia::CreateFrom1xBitmap(bitmap);
40 gfx::ImageSkia normal_image = CreateTestImage(10, 20);
52 gfx::ImageSkia pushed_image = CreateTestImage(11, 21);
65 gfx::ImageSkia overlay_image = CreateTestImage(12, 22);
94 gfx::ImageSkia image1 = CreateTestImage(10, 11);
95 gfx::ImageSkia image2 = CreateTestImage(20, 21);
112 gfx::ImageSkia image = CreateTestImage(20, 30);
139 gfx::ImageSkia image = CreateTestImage(20, 30);
154 gfx::ImageSkia image = CreateTestImage(20, 30)
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_action.cc 38 explicit GetAttentionImageSource(const gfx::ImageSkia& icon)
51 const gfx::ImageSkia icon_;
61 const gfx::ImageSkia& image,
82 gfx::ImageSkia image_;
243 const gfx::ImageSkia& original_icon,
245 gfx::ImageSkia icon = original_icon;
247 icon = gfx::ImageSkia(new GetAttentionImageSource(icon), icon.size());
252 gfx::ImageSkia ExtensionAction::GetExplicitlySetIcon(int tab_id) const {
314 gfx::ImageSkia ExtensionAction::GetIconWithBadge(
315 const gfx::ImageSkia& icon
    [all...]
  /external/chromium_org/ui/gfx/
canvas.h 292 void DrawImageInt(const ImageSkia&, int x, int y);
296 void DrawImageInt(const ImageSkia&, int x, int y, uint8 alpha);
303 void DrawImageInt(const ImageSkia& image,
320 void DrawImageInt(const ImageSkia& image,
330 void DrawImageInt(const ImageSkia& image,
346 void DrawImageInPath(const ImageSkia& image,
419 void TileImageInt(const ImageSkia& image,
424 void TileImageInt(const ImageSkia& image,
431 void TileImageInt(const ImageSkia& image,
483 const ImageSkiaRep& GetImageRepToPaint(const ImageSkia& image) const
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
tab_icon_view.cc 29 static gfx::ImageSkia* g_default_favicon = NULL;
42 g_default_favicon = new gfx::ImageSkia(gfx::ImageSkiaRep(*bitmap, 1.0f));
67 gfx::ImageSkia throbber(*ui::ResourceBundle::GetSharedInstance().
94 gfx::ImageSkia throbber(*GetThemeProvider()->GetImageSkiaNamed(
102 const gfx::ImageSkia& image) {
107 const gfx::ImageSkia& image,
145 gfx::ImageSkia favicon = model_->GetFaviconForTabIconView();
  /external/chromium_org/chrome/browser/ui/views/panels/
panel_frame_view.cc 65 gfx::ImageSkia* CreateImageForColor(SkColor color) {
68 return new gfx::ImageSkia(canvas.ExtractImageRep());
72 const gfx::ImageSkia& GetTopLeftCornerImage(panel::CornerStyle corner_style) {
73 static gfx::ImageSkia* rounded_image = NULL;
74 static gfx::ImageSkia* non_rounded_image = NULL;
84 const gfx::ImageSkia& GetTopRightCornerImage(panel::CornerStyle corner_style) {
85 static gfx::ImageSkia* rounded_image = NULL;
86 static gfx::ImageSkia* non_rounded_image = NULL;
96 const gfx::ImageSkia& GetBottomLeftCornerImage(
98 static gfx::ImageSkia* rounded_image = NULL
    [all...]
  /external/chromium_org/ash/desktop_background/
desktop_background_controller.h 92 // Provides current image on the background, or empty gfx::ImageSkia if there
94 gfx::ImageSkia GetWallpaper() const;
109 void SetCustomWallpaper(const gfx::ImageSkia& image, WallpaperLayout layout);
150 bool CustomWallpaperIsAlreadyLoaded(const gfx::ImageSkia& image) const;
  /external/chromium_org/chrome/browser/chromeos/app_mode/
kiosk_app_data.h 73 const gfx::ImageSkia& icon() const { return icon_; }
102 const gfx::ImageSkia& icon);
132 gfx::ImageSkia icon_;
  /external/chromium_org/chrome/browser/download/
download_shelf.h 16 class ImageSkia;
103 const gfx::ImageSkia& background_image,
104 const gfx::ImageSkia& foreground_image,
  /external/chromium_org/chrome/browser/ui/views/location_bar/
script_bubble_icon_view.cc 36 gfx::ImageSkia* icon =
41 gfx::ImageSkia image = gfx::ImageSkia(
  /external/chromium_org/ui/base/dragdrop/
os_exchange_data_provider_aura.h 56 virtual void SetDragImage(const gfx::ImageSkia& image,
58 virtual const gfx::ImageSkia& GetDragImage() const OVERRIDE;
86 gfx::ImageSkia drag_image_;
  /external/chromium_org/ui/views/controls/
slider.h 15 class ImageSkia;
118 const gfx::ImageSkia* thumb_;
119 const gfx::ImageSkia* images_[4];
  /external/chromium_org/ui/views/
painter.h 16 class ImageSkia;
67 static Painter* CreateImagePainter(const gfx::ImageSkia& image,
119 const gfx::ImageSkia* images_[3];
  /external/chromium_org/ui/views/widget/desktop_aura/
desktop_root_window_host.h 24 class ImageSkia;
137 virtual void SetWindowIcons(const gfx::ImageSkia& window_icon,
138 const gfx::ImageSkia& app_icon) = 0;
  /external/chromium_org/ui/views/widget/
widget_delegate.h 16 class ImageSkia;
83 virtual gfx::ImageSkia GetWindowAppIcon();
86 virtual gfx::ImageSkia GetWindowIcon();
  /external/chromium_org/ash/launcher/
launcher_types.h 76 gfx::ImageSkia image;
  /external/chromium_org/chrome/browser/background/
background_mode_manager_win.cc 41 gfx::ImageSkia(),

Completed in 211 milliseconds

1 2 3 45 6 7 8 91011>>