/external/chromium_org/ui/base/models/ |
simple_menu_model.cc | 10 #include "ui/gfx/image/image.h" 21 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 } [all...] |
menu_model.h | 12 #include "ui/gfx/image/image_skia.h" 17 class Image; 92 virtual bool GetIconAt(int index, gfx::Image* icon) = 0;
|
/external/chromium_org/chrome/browser/ui/gtk/ |
nine_box.cc | 12 #include "ui/gfx/image/cairo_cached_surface.h" 13 #include "ui/gfx/image/image.h" 19 void DrawImage(cairo_t* cr, GtkWidget* widget, gfx::Image* src, 29 void TileImage(cairo_t* cr, GtkWidget* widget, gfx::Image* src, 77 NineBox::NineBox(int image, int top_margin, int bottom_margin, int left_margin, 81 GdkPixbuf* pixbuf = rb.GetNativeImageNamed(image).ToGdkPixbuf(); 87 images_[0] = new gfx::Image(gdk_pixbuf_new_subpixbuf( 89 images_[1] = new gfx::Image(gdk_pixbuf_new_subpixbuf( 91 images_[2] = new gfx::Image(gdk_pixbuf_new_subpixbuf [all...] |
/bootable/recovery/tools/ota/ |
convert-to-bmp.py | 4 RGBA image.""" 7 import Image 16 im = Image.open(infile) 37 "L" # size of image data (0 if uncompressed) 79 print >> sys.stderr, "Don't know how to handle image mode '%s'." % (im.mode,)
|
/external/chromium/chrome/browser/ |
page_info_model.h | 16 #include "ui/gfx/image.h" 90 // Returns the native image type for an icon with the given id. 91 gfx::Image* GetIconImage(SectionStateIcon icon_id); 111 std::vector<gfx::Image*> icons_;
|
/external/chromium/chrome/browser/ui/webui/ |
fileicon_source.cc | 17 #include "ui/gfx/image.h" 44 gfx::Image* icon = im->LookupIcon(escaped_filepath, IconLoader::NORMAL); 64 // Rely on image decoder inferring the correct type. 69 gfx::Image* icon) {
|
/external/chromium_org/chrome/browser/extensions/ |
extension_icon_image.h | 17 #include "ui/gfx/image/image_skia.h" 29 class Image; 40 // when the image get updated. Until the resource is loaded, the UI code will be 41 // provided with blank, transparent image. 43 // icon was supplied in the constructor, icon image will be updated with the 45 // The default icon doesn't need to be supplied, but in that case, icon image 55 // Invoked when a new image rep for an additional scale factor 56 // is loaded and added to |image|. 57 virtual void OnExtensionIconImageChanged(IconImage* image) = 0; 65 // used to perform the asynchronous image load work [all...] |
image_loader.h | 24 class Image; 31 typedef base::Callback<void(const gfx::Image&)> ImageLoaderCallback; 34 // calling a callback when an image is loaded. 40 // Information about a singe image representation to load from an extension 61 // When |resize_method| is ALWAYS_RESIZE or when the loaded image is larger 78 // Checks whether image is a component extension resource. Returns false 79 // if a given |resource| does not have a corresponding image in bundled 87 // Specify image resource to load. If the loaded image is larger than 90 // if the image was found in the cache [all...] |
/external/chromium_org/chrome/browser/favicon/ |
favicon_tab_helper.h | 18 class Image; 45 gfx::Image GetFavicon() const;
|
/external/chromium_org/chrome/browser/infobars/ |
infobar_delegate.h | 27 class Image; 107 // Return the icon to be shown for this InfoBar. If the returned Image is 109 virtual gfx::Image GetIcon() const;
|
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
browser_shortcut_launcher_item_controller.h | 15 class Image; 51 gfx::Image GetBrowserListIcon(content::WebContents* web_contents) const;
|
/external/chromium_org/chrome/browser/ui/global_error/ |
global_error.h | 18 class Image; 70 virtual gfx::Image GetBubbleViewIcon();
|
/external/chromium_org/chrome/browser/ui/omnibox/ |
omnibox_popup_model.h | 18 class Image; 89 // returns an empty Image. 90 gfx::Image GetIconIfExtensionMatch(const AutocompleteMatch& match) const;
|
/external/chromium_org/content/browser/web_contents/aura/ |
image_window_delegate.h | 9 #include "ui/gfx/image/image.h" 14 // An ImageWindowDelegate paints an image for a Window. The delegate destroys 20 void SetImage(const gfx::Image& image); 49 gfx::Image image_; 52 // Keeps track of whether the window size matches the image size or not. If 53 // the image size is smaller than the window size, then the delegate paints a
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSCrossfadeValue.h | 34 #include "platform/graphics/Image.h" 55 PassRefPtr<Image> image(RenderObject*, const IntSize&); 102 RefPtr<Image> m_generatedImage;
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderImageResource.cpp | 87 image()->resetAnimation(); 100 Image* RenderImageResource::nullImage() 102 return Image::nullImage();
|
RenderImageResource.h | 33 #include "platform/graphics/Image.h" 58 virtual PassRefPtr<Image> image(int /* width */ = 0, int /* height */ = 0) const { return m_cachedImage ? m_cachedImage->imageForRenderer(m_renderer) : nullImage(); } function in class:WebCore::RenderImageResource 77 static Image* nullImage();
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
Image11.h | 13 #include "libGLESv2/renderer/Image.h" 29 class Image11 : public Image 35 static Image11 *makeImage11(Image *img);
|
/external/chromium_org/third_party/lcov/contrib/galaxy/ |
posterize.pl | 39 my $Image = "../lgp/image.ps"; 288 # Find the bounds for the image 290 $Bounds = `tail -1 $Image`; 305 # Paste in actual image. 306 print POSTER `cat /home/lgp/image.ps`;
|
/external/chromium_org/ui/base/resource/ |
resource_bundle.h | 24 #include "ui/gfx/image/image.h" 86 // Return an image resource or an empty value to attempt retrieval of the 88 virtual gfx::Image GetImageNamed(int resource_id) = 0; 90 // Return an image resource or an empty value to attempt retrieval of the 92 virtual gfx::Image GetNativeImageNamed(int resource_id, ImageRTL rtl) = 0; 177 // image resources. |locale_resources_data_| is protected by a lock for the 182 // Gets image with the specified resource_id from the current module data. 187 // NOTE: GetNativeImageNamed is preferred for cross-platform gfx::Image use. 190 // Gets an image resource from the current module data. This will load th [all...] |
/external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/ |
RenderImageJme.java | 36 import com.jme3.texture.Image; 45 private Image image; field in class:RenderImageJme 59 image = texture.getImage(); 61 width = image.getWidth(); 62 height = image.getHeight(); 70 this.image = texture.getImage(); 71 width = image.getWidth(); 72 height = image.getHeight();
|
/external/qemu/distrib/sdl-1.2.15/src/video/nanox/ |
SDL_nxvideo.h | 58 unsigned char * Image ; 80 #define SDL_Image (this -> hidden -> Image)
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ |
AttributeDescriptor.java | 25 import org.eclipse.swt.graphics.Image; 105 public Image getGenericIcon() {
|
AttributeDescriptorLabelProvider.java | 24 import org.eclipse.swt.graphics.Image; 39 public Image getImage(Object element) {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
AddPrefixFix.java | 26 import org.eclipse.swt.graphics.Image; 65 public Image getImage() {
|