/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_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, 35 // |size| DIP and returns result as ImageSkia. 36 GFX_EXPORT gfx::ImageSkia ApplicationIconAtSize(int size); 38 // Converts to NSImage from ImageSkia. 39 GFX_EXPORT NSImage* NSImageFromImageSkia(const gfx::ImageSkia& image_skia); 41 // Converts to NSImage from given ImageSkia and a color space [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.cc | 50 // A helper class such that ImageSkia can be cheaply copied. ImageSkia holds a 51 // refptr instance of ImageSkiaStorage, which in turn holds all of ImageSkia's 68 ImageSkia::ImageSkiaReps::iterator it = FindRepresentation(scale, true); 115 ImageSkia::ImageSkiaReps::iterator closest_iter = 117 ImageSkia::ImageSkiaReps::iterator exact_iter = 120 for (ImageSkia::ImageSkiaReps::iterator it = 140 "An ImageSkia with the source must be accessed by the same thread."; 167 // Don't blow up even if someone else deleted the ImageSkia. 186 ImageSkia::ImageSkia() : storage_(NULL) [all...] |
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_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) { 55 void SetSideImages(const gfx::ImageSkia* left, 56 const gfx::ImageSkia* top, 57 const gfx::ImageSkia* right, 58 const gfx::ImageSkia* bottom); 62 void SetCornerImages(const gfx::ImageSkia* top_left, 63 const gfx::ImageSkia* top_right, 64 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;
|
dropdown_bar_view.h | 14 class ImageSkia; 43 void SetBackground(const gfx::ImageSkia* left_alpha_mask, 44 const gfx::ImageSkia* right_alpha_mask);
|
/external/chromium_org/chrome/browser/chromeos/login/ |
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 | 26 static UserImage CreateAndEncode(const gfx::ImageSkia& image); 32 explicit UserImage(const gfx::ImageSkia& image); 38 UserImage(const gfx::ImageSkia& image, const RawImage& raw_image); 42 const gfx::ImageSkia& image() const { return image_; } 65 gfx::ImageSkia image_;
|
/external/chromium_org/ash/shelf/ |
overflow_button.h | 33 gfx::ImageSkia left_image_; 34 gfx::ImageSkia right_image_; 36 const gfx::ImageSkia* bottom_image_;
|
/external/chromium_org/ui/views/linux_ui/ |
status_icon_linux.h | 12 class ImageSkia; 39 virtual void SetImage(const gfx::ImageSkia& image) = 0; 40 virtual void SetPressedImage(const gfx::ImageSkia& image) = 0;
|
/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,
|
status_tray.h | 14 class ImageSkia; 41 const gfx::ImageSkia& image, 55 const gfx::ImageSkia& image,
|
/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/chrome/browser/extensions/ |
app_icon_loader.h | 13 class ImageSkia; 28 const gfx::ImageSkia& image) = 0;
|
/external/chromium_org/ui/message_center/views/ |
proportional_image_view.h | 16 ProportionalImageView(const gfx::ImageSkia& image); 27 gfx::ImageSkia image_;
|
/external/chromium_org/ui/views/ |
button_drag_utils.h | 14 class ImageSkia; 31 const gfx::ImageSkia& icon,
|
/external/chromium_org/ui/views/controls/button/ |
image_button.h | 44 virtual const gfx::ImageSkia& GetImage(ButtonState state) const; 47 virtual void SetImage(ButtonState state, const gfx::ImageSkia* image); 51 const gfx::ImageSkia* image, 52 const gfx::ImageSkia* mask); 56 void SetOverlayImage(const gfx::ImageSkia* image); 87 virtual gfx::ImageSkia GetImageToPaint(); 95 gfx::ImageSkia images_[STATE_COUNT]; 97 gfx::ImageSkia background_image_; 100 gfx::ImageSkia overlay_image_; 109 gfx::Point ComputeImagePaintPosition(const gfx::ImageSkia& image) [all...] |
/external/chromium_org/ash/system/chromeos/network/ |
network_icon.h | 33 ASH_EXPORT gfx::ImageSkia GetImageForNetwork( 38 ASH_EXPORT gfx::ImageSkia GetImageForConnectedNetwork( 43 ASH_EXPORT gfx::ImageSkia GetImageForConnectingNetwork( 48 ASH_EXPORT gfx::ImageSkia GetImageForDisconnectedNetwork( 64 gfx::ImageSkia* image,
|
/external/chromium_org/ui/base/dragdrop/ |
drag_utils.h | 17 class ImageSkia; 34 const gfx::ImageSkia* icon, 45 // Sets the drag image on data_object from the supplied ImageSkia. width/height 48 UI_EXPORT void SetDragImageOnDataObject(const gfx::ImageSkia& image_skia,
|