Searched refs:Image (Results 126 - 150 of 863) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DCrossfadeGeneratedImage.cpp35 CrossfadeGeneratedImage::CrossfadeGeneratedImage(Image* fromImage, Image* toImage, float percentage, IntSize crossfadeSize, const IntSize& size)
52 if (m_fromImage == Image::nullImage() || m_toImage == Image::nullImage())
/external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
H A DWebGLImageConversion.h9 #include "platform/graphics/Image.h"
15 class Image;
81 ImageExtractor(Image*, ImageHtmlDomSource, bool premultiplyAlpha, bool ignoreGammaAndColorProfile);
100 Image* m_image;
136 // Packs the contents of the given Image which is passed in |pixels| into the passed Vector
139 static bool packImageData(Image*, const void* pixels, GLenum format, GLenum type, bool flipY, AlphaOp, DataFormat sourceFormat, unsigned width, unsigned height, unsigned sourceUnpackAlignment, Vector<uint8_t>& data);
/external/chromium_org/ui/base/resource/
H A Dresource_bundle_android.cc29 gfx::Image& ResourceBundle::GetNativeImageNamed(int resource_id, ImageRTL rtl) {
H A Dresource_bundle_auralinux.cc45 gfx::Image& ResourceBundle::GetNativeImageNamed(int resource_id, ImageRTL rtl) {
/external/chromium_org/ui/gfx/
H A Dicon_util_unittest.cc132 gfx::Image image = gfx::Image::CreateFrom1xPNGBytes(
213 image_family.Add(gfx::Image::CreateFrom1xBitmap(*bitmap));
223 image_family.Add(gfx::Image::CreateFrom1xBitmap(*bitmap));
234 image_family.Add(gfx::Image::CreateFrom1xBitmap(*bitmap));
244 image_family.Add(gfx::Image::CreateFrom1xBitmap(*bitmap));
261 // Image family with only an empty image.
263 image_family.Add(gfx::Image());
349 image_family.Add(gfx::Image::CreateFrom1xBitmap(
356 image_family.Add(gfx::Image
[all...]
/external/chromium_org/ui/message_center/
H A Dnotification_list.h23 class Image;
76 const gfx::Image& image);
80 const gfx::Image& image);
85 const gfx::Image& image);
H A Dnotifier_settings.h101 gfx::Image icon;
108 NotifierGroup(const gfx::Image& icon,
115 const gfx::Image icon;
137 const gfx::Image& icon) = 0;
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
H A DDrawUtils.java20 import org.eclipse.swt.graphics.Image;
76 public static final void drawImageCV(GC gc, Image image, int x, int y, int height) {
86 public static final void drawImageCHCV(GC gc, Image image, int x, int y, int width, int height) {
96 * Draws {@link Image} on {@link GC} centered in given {@link Rectangle}. If {@link Image} is
97 * bigger that {@link Rectangle}, {@link Image} will be scaled down as needed with keeping
100 public static void drawScaledImage(GC gc, Image image, Rectangle targetRectangle) {
203 * @return the {@link Image} loaded relative to given {@link Class}.
205 public static Image loadImage(Class<?> clazz, String path) {
211 return new Image(nul
[all...]
/external/chromium_org/ui/base/models/
H A Dsimple_menu_model.cc21 gfx::Image icon;
57 int command_id, gfx::Image* image_skia) const {
89 gfx::Image(), TYPE_COMMAND, -1, NULL, NULL, NORMAL_SEPARATOR };
100 gfx::Image(), TYPE_CHECK, -1, NULL, NULL, NORMAL_SEPARATOR };
112 gfx::Image(), TYPE_RADIO, group_id, NULL, NULL,
138 base::string16(), gfx::Image(), TYPE_SEPARATOR, -1, NULL, NULL,
152 base::string16(), gfx::Image(), TYPE_BUTTON_ITEM, -1, NULL,
161 gfx::Image(), TYPE_SUBMENU, -1, model, NULL, NORMAL_SEPARATOR };
174 gfx::Image(), TYPE_COMMAND, -1, NULL, NULL, NORMAL_SEPARATOR };
191 base::string16(), gfx::Image(), TYPE_SEPARATO
[all...]
/external/chromium_org/chrome/browser/chromeos/file_system_provider/
H A Dnotification_manager.h20 class Image;
74 scoped_ptr<gfx::Image> extension_icon_;
/external/chromium_org/chrome/browser/extensions/
H A Dextension_action_icon_factory.cc54 gfx::Image ExtensionActionIconFactory::GetIcon(int tab_id) {
56 return gfx::Image(base_icon);
H A Dextension_icon_manager.h26 class Image;
51 const gfx::Image& image);
/external/chromium_org/chrome/browser/
H A Dicon_loader.h55 gfx::Image* result,
99 scoped_ptr<gfx::Image> image_;
/external/chromium_org/chrome/browser/notifications/
H A Dnotification.h21 class Image;
46 const gfx::Image& icon,
/external/chromium_org/chrome/browser/themes/
H A Dcustom_theme_supplier.h22 class Image;
59 virtual gfx::Image GetImageNamed(int id);
/external/chromium_org/chrome/browser/ui/ash/launcher/
H A Dbrowser_shortcut_launcher_item_controller.h15 class Image;
55 gfx::Image GetBrowserListIcon(content::WebContents* web_contents) const;
/external/chromium_org/chrome/browser/ui/global_error/
H A Dglobal_error.h18 class Image;
70 virtual gfx::Image GetBubbleViewIcon();
/external/chromium_org/chrome/browser/ui/omnibox/
H A Domnibox_popup_model.h18 class Image;
99 // returns an empty Image.
100 gfx::Image GetIconIfExtensionMatch(const AutocompleteMatch& match) const;
/external/chromium_org/chrome/browser/ui/
H A Dtab_modal_confirm_dialog_delegate.h20 class Image;
78 virtual gfx::Image* GetIcon();
/external/chromium_org/chrome/browser/ui/views/autofill/
H A Dexpanding_textfield.h16 class Image;
58 void SetIcon(const gfx::Image& icon);
/external/chromium_org/components/infobars/core/
H A Dinfobar_delegate.cc96 gfx::Image InfoBarDelegate::GetIcon() const {
98 return (icon_id == kNoIconID) ? gfx::Image() :
/external/chromium_org/content/browser/web_contents/aura/
H A Dimage_window_delegate.h21 void SetImage(const gfx::Image& image);
48 gfx::Image image_;
/external/chromium_org/extensions/browser/
H A Dextension_icon_image.h29 class Image;
87 void OnImageLoaded(float scale_factor, const gfx::Image& image);
H A Dimage_loader.h24 class Image;
32 typedef base::Callback<void(const gfx::Image&)> ImageLoaderImageCallback;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderImageResource.h56 virtual PassRefPtr<Image> image(int /* width */ = 0, int /* height */ = 0) const
58 return m_cachedImage ? m_cachedImage->imageForRenderer(m_renderer) : Image::nullImage();

Completed in 911 milliseconds

1234567891011>>