HomeSort by relevance Sort by last modified time
    Searched refs:ImageSkia (Results 1 - 25 of 543) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/ui/gfx/image/
image_skia_operations.h 16 class ImageSkia;
25 static ImageSkia CreateBlendedImage(const ImageSkia& first,
26 const ImageSkia& second,
30 static ImageSkia CreateTransparentImage(const ImageSkia& image, double alpha);
34 static ImageSkia CreateSuperimposedImage(const ImageSkia& first,
35 const ImageSkia& second);
40 static ImageSkia CreateMaskedImage(const ImageSkia& first
    [all...]
image_skia.h 32 // ImageSkia should be used whenever possible instead of SkBitmap.
34 // returned from ImageSkia::GetRepresentation, not on ImageSkia.
36 // ImageSkia is cheap to copy and intentionally supports copy semantics.
37 class GFX_EXPORT ImageSkia {
42 ImageSkia();
46 // ImageSkia owns |source|.
47 ImageSkia(ImageSkiaSource* source, const gfx::Size& size);
50 // at |scale| and uses its dimensions to calculate the size in DIP. ImageSkia
52 ImageSkia(ImageSkiaSource* source, float scale)
    [all...]
image_skia_util_mac.h 25 class ImageSkia;
27 // Converts to ImageSkia from NSImage.
28 GFX_EXPORT gfx::ImageSkia ImageSkiaFromNSImage(NSImage* image);
30 // Resizes NSImage to |size| DIP and then converts to ImageSkia.
31 GFX_EXPORT gfx::ImageSkia ImageSkiaFromResizedNSImage(NSImage* image,
34 // Converts to NSImage from ImageSkia.
35 GFX_EXPORT NSImage* NSImageFromImageSkia(const gfx::ImageSkia& image_skia);
37 // Converts to NSImage from given ImageSkia and a color space.
39 const gfx::ImageSkia& image_skia,
image_skia_util_ios.h 17 class ImageSkia;
20 // Converts to ImageSkia from UIImage.
21 GFX_EXPORT gfx::ImageSkia ImageSkiaFromUIImage(UIImage* image);
30 // Converts to UIImage from ImageSkia. The returned UIImage will be at the scale
33 GFX_EXPORT UIImage* UIImageFromImageSkia(const gfx::ImageSkia& image_skia);
image_util.h 15 class ImageSkia;
48 GFX_EXPORT bool VisibleMargins(const ImageSkia& image,
image_skia.cc 60 // A helper class such that ImageSkia can be cheaply copied. ImageSkia holds a
61 // refptr instance of ImageSkiaStorage, which in turn holds all of ImageSkia's
78 ImageSkia::ImageSkiaReps::iterator it = FindRepresentation(scale, true);
120 for (ImageSkia::ImageSkiaReps::iterator it = image_reps_.begin();
149 ImageSkia::ImageSkiaReps::iterator closest_iter =
151 ImageSkia::ImageSkiaReps::iterator exact_iter =
154 for (ImageSkia::ImageSkiaReps::iterator it =
174 "An ImageSkia with the source must be accessed by the same thread.";
178 if (ImageSkia::IsDSFScalingInImageSkiaEnabled() && g_supported_scales)
    [all...]
image_skia_operations.cc 52 BinaryImageSource(const ImageSkia& first,
53 const ImageSkia& second,
93 const ImageSkia first_;
94 const ImageSkia second_;
104 BlendingImageSource(const ImageSkia& first,
105 const ImageSkia& second,
131 SuperimposedImageSource(const ImageSkia& first,
132 const ImageSkia& second)
149 const ImageSkia first_;
150 const ImageSkia second_
    [all...]
  /external/chromium_org/ui/views/controls/menu/
menu_image_util.h 9 class ImageSkia;
18 gfx::ImageSkia GetMenuCheckImage(bool dark_background);
24 gfx::ImageSkia GetRadioButtonImage(bool selected);
29 gfx::ImageSkia GetSubmenuArrowImage(bool dark_background);
  /external/chromium_org/ui/views/window/
frame_background.h 14 class ImageSkia;
34 void set_theme_image(const gfx::ImageSkia* image) { theme_image_ = image; }
39 void set_theme_overlay_image(gfx::ImageSkia* image) {
52 void SetSideImages(const gfx::ImageSkia* left,
53 const gfx::ImageSkia* top,
54 const gfx::ImageSkia* right,
55 const gfx::ImageSkia* bottom);
59 void SetCornerImages(const gfx::ImageSkia* top_left,
60 const gfx::ImageSkia* top_right,
61 const gfx::ImageSkia* bottom_left
    [all...]
window_resources.h 9 class ImageSkia;
28 virtual gfx::ImageSkia* GetPartImage(FramePartImage part) const = 0;
  /external/chromium_org/chrome/browser/ui/views/
tab_icon_view_model.h 9 class ImageSkia;
21 virtual gfx::ImageSkia GetFaviconForTabIconView() = 0;
  /external/chromium_org/chrome/browser/chromeos/login/users/avatar/
user_image_manager_test_util.h 22 class ImageSkia;
32 bool AreImagesEqual(const gfx::ImageSkia& first, const gfx::ImageSkia& second);
39 scoped_ptr<gfx::ImageSkia> Load();
50 scoped_ptr<gfx::ImageSkia> decoded_image_;
user_image.h 27 static UserImage CreateAndEncode(const gfx::ImageSkia& image);
33 explicit UserImage(const gfx::ImageSkia& image);
39 UserImage(const gfx::ImageSkia& image, const RawImage& raw_image);
43 const gfx::ImageSkia& image() const { return image_; }
69 gfx::ImageSkia image_;
  /external/chromium_org/ash/frame/
frame_util.cc 18 static const gfx::ImageSkia* holder =
21 static const gfx::ImageSkia* holder_mask =
24 gfx::ImageSkia user_image = Shell::GetInstance()
28 gfx::ImageSkia resized = gfx::ImageSkiaOperations::CreateResizedImage(
30 gfx::ImageSkia masked =
32 gfx::ImageSkia result =
  /external/chromium_org/ash/shelf/
overflow_button.h 32 gfx::ImageSkia left_image_;
33 gfx::ImageSkia right_image_;
35 const gfx::ImageSkia* bottom_image_;
  /external/chromium_org/ui/gfx/
nine_image_painter.h 20 explicit NineImagePainter(const std::vector<ImageSkia>& images);
21 NineImagePainter(const ImageSkia& image, const Insets& insets);
35 ImageSkia images_[9];
  /external/chromium_org/chrome/browser/status_icons/
status_icon.h 15 class ImageSkia;
26 virtual void SetImage(const gfx::ImageSkia& image) = 0;
29 virtual void SetPressedImage(const gfx::ImageSkia& image) = 0;
39 virtual void DisplayBalloon(const gfx::ImageSkia& icon,
desktop_notification_balloon.h 15 class ImageSkia;
25 void DisplayBalloon(const gfx::ImageSkia& icon,
  /external/chromium_org/ash/session/
user_info.h 14 class ImageSkia;
40 virtual const gfx::ImageSkia& GetImage() const = 0;
  /external/chromium_org/ash/test/
test_user_wallpaper_delegate.h 20 void set_custom_wallpaper(const gfx::ImageSkia& wallpaper) {
35 gfx::ImageSkia custom_wallpaper_;
  /external/chromium_org/athena/screen/
background_controller.h 15 class ImageSkia;
27 void SetImage(const gfx::ImageSkia& image);
  /external/chromium_org/chrome/browser/extensions/
app_icon_loader.h 13 class ImageSkia;
28 const gfx::ImageSkia& image) = 0;
  /external/chromium_org/ash/frame/caption_buttons/
frame_caption_button.h 68 const gfx::ImageSkia& GetIconImageToPaint() const;
72 const gfx::ImageSkia& to_center,
86 gfx::ImageSkia icon_image_;
87 gfx::ImageSkia inactive_icon_image_;
88 gfx::ImageSkia hovered_background_image_;
89 gfx::ImageSkia pressed_background_image_;
92 gfx::ImageSkia crossfade_icon_image_;
  /external/chromium_org/ui/app_list/
search_box_model.h 28 SpeechButtonProperty(const gfx::ImageSkia& on_icon,
30 const gfx::ImageSkia& off_icon,
35 gfx::ImageSkia on_icon;
39 gfx::ImageSkia off_icon;
47 void SetIcon(const gfx::ImageSkia& icon);
48 const gfx::ImageSkia& icon() const { return icon_; }
75 gfx::ImageSkia icon_;
  /external/chromium_org/ash/system/user/
rounded_image_view.h 27 void SetImage(const gfx::ImageSkia& img, const gfx::Size& size);
40 gfx::ImageSkia image_;
41 gfx::ImageSkia resized_;

Completed in 704 milliseconds

1 2 3 4 5 6 7 8 91011>>