HomeSort by relevance Sort by last modified time
    Searched refs:Image (Results 176 - 200 of 1058) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/chrome/browser/extensions/
extension_action_icon_factory.cc 13 #include "ui/gfx/image/image_skia.h"
49 void ExtensionActionIconFactory::OnExtensionIconImageChanged(IconImage* image) {
54 gfx::Image ExtensionActionIconFactory::GetIcon(int tab_id) {
56 return gfx::Image(base_icon);
  /external/chromium_org/chrome/browser/
icon_loader.h 18 #include "ui/gfx/image/image.h"
48 // return the results of OnImageLoaded with the cached image.
53 // return true if it is taking ownership of the returned image.
55 gfx::Image* result,
99 scoped_ptr<gfx::Image> image_;
  /external/chromium_org/chrome/browser/media/
desktop_media_list_ash.h 27 class Image;
73 const gfx::Image& image);
  /external/chromium_org/chrome/browser/notifications/
notification.h 21 class Image;
46 const gfx::Image& icon,
71 // A url for the image to be shown (optional).
91 // The URL of a large image to be displayed for a a rich notification.
  /external/chromium_org/chrome/browser/ui/ash/launcher/
browser_shortcut_launcher_item_controller.h 15 class Image;
55 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;
99 // returns an empty Image.
100 gfx::Image GetIconIfExtensionMatch(const AutocompleteMatch& match) const;
  /external/chromium_org/chrome/browser/ui/views/autofill/
expanding_textfield.h 16 class Image;
58 void SetIcon(const gfx::Image& icon);
  /external/chromium_org/components/infobars/core/
infobar_delegate.cc 96 gfx::Image InfoBarDelegate::GetIcon() const {
98 return (icon_id == kNoIconID) ? gfx::Image() :
infobar_delegate.h 28 class Image;
125 // Return the icon to be shown for this InfoBar. If the returned Image is
127 virtual gfx::Image GetIcon() const;
  /external/chromium_org/content/browser/web_contents/aura/
image_window_delegate.h 10 #include "ui/gfx/image/image.h"
15 // An ImageWindowDelegate paints an image for a Window. The delegate destroys
21 void SetImage(const gfx::Image& image);
48 gfx::Image image_;
51 // Keeps track of whether the window size matches the image size or not. If
52 // the image size is smaller than the window size, then the delegate paints a
  /external/chromium_org/extensions/browser/
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;
32 typedef base::Callback<void(const gfx::Image&)> ImageLoaderImageCallback;
37 // calling a callback when an image is loaded.
43 // 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 // Specify image resource to load. If the loaded image is larger than
81 // if the image was found in the cache.
90 // same extension. This is used to load multiple resolutions of the same image
96 // Same as LoadImagesAsync() above except it loads into an image family. Thi
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSCrossfadeValue.h 34 #include "platform/graphics/Image.h"
54 PassRefPtr<Image> image(RenderObject*, const IntSize&);
103 RefPtr<Image> m_generatedImage;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderImageResource.h 56 virtual PassRefPtr<Image> image(int /* width */ = 0, int /* height */ = 0) const function in class:blink::RenderImageResource
58 return m_cachedImage ? m_cachedImage->imageForRenderer(m_renderer) : Image::nullImage();
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
ImageD3D.h 7 // Image.h: Defines the rx::Image class, an abstract base class for the
15 #include "libGLESv2/renderer/Image.h"
26 class ImageD3D : public Image
32 static ImageD3D *makeImageD3D(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/models/
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/ui/base/resource/
resource_bundle.h 24 #include "ui/gfx/image/image.h"
92 // Return an image resource or an empty value to attempt retrieval of the
94 virtual gfx::Image GetImageNamed(int resource_id) = 0;
96 // Return an image resource or an empty value to attempt retrieval of the
98 virtual gfx::Image GetNativeImageNamed(int resource_id, ImageRTL rtl) = 0;
187 // image resources. |locale_resources_data_| is protected by a lock for the
192 // Gets image with the specified resource_id from the current module data.
197 // NOTE: GetNativeImageNamed is preferred for cross-platform gfx::Image use.
200 // Gets an image resource from the current module data. This will load th
    [all...]
  /external/chromium_org/ui/snapshot/
snapshot.h 22 class Image;
48 typedef base::Callback<void(const gfx::Image& snapshot)>
  /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() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtUtilsTest.java 22 import org.eclipse.swt.graphics.Image;
32 import java.awt.image.BufferedImage;
42 // Note: We need an TYPE_INT_ARGB SWT image here (instead of TYPE_INT_ARGB_PRE) to
43 // prevent the alpha from being pre-multiplied into the RGB when drawing the image.
53 // Convert the RGB image, effectively discarding the alpha channel entirely.
54 Image outImage = SwtUtils.convertToSwt(display, inImage, false, -1);
77 // Convert back to AWT and compare with original AWT image
81 // Both image have the same RGBA ordering
90 // asserted both images have the same color image type except
109 Image outImage = SwtUtils.convertToSwt(display, inImage, false, 128)
224 Image image = createSampleImage(256, 256); local
231 Image image = createSampleImage(256, 256); local
269 Image image = createSampleImage(256, 256); local
340 Image image = new Image(display, data); local
    [all...]

Completed in 2674 milliseconds

1 2 3 4 5 6 78 91011>>