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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageObserver.h 33 class Image;
36 // Interface for notification about changes to an image, including decoding,
42 virtual void decodedSizeChanged(const Image*, int delta) = 0;
43 virtual void didDraw(const Image*) = 0;
45 virtual bool shouldPauseAnimation(const Image*) = 0;
46 virtual void animationAdvanced(const Image*) = 0;
48 virtual void changedInRect(const Image*, const IntRect&) = 0;
CrossfadeGeneratedImage.h 31 #include "platform/graphics/Image.h"
39 static PassRefPtr<CrossfadeGeneratedImage> create(Image* fromImage, Image* toImage, float percentage, IntSize crossfadeSize, const IntSize& size)
58 CrossfadeGeneratedImage(Image* fromImage, Image* toImage, float percentage, IntSize crossfadeSize, const IntSize&);
63 Image* m_fromImage;
64 Image* m_toImage;
  /external/chromium_org/printing/
image_android.cc 5 #include "printing/image.h"
9 bool Image::LoadMetafile(const Metafile& metafile) {
image_linux.cc 5 #include "printing/image.h"
9 bool Image::LoadMetafile(const Metafile& metafile) {
image.h 24 // Lightweight raw-bitmap management. The image, once initialized, is immutable.
25 // The main purpose is testing image contents.
26 class PRINTING_EXPORT Image {
28 // Creates the image from the given file on disk. Uses extension to
30 // If image loading fails size().IsEmpty() will be true.
31 explicit Image(const base::FilePath& path);
33 // Creates the image from the metafile. Deduces bounds based on bounds in
35 explicit Image(const Metafile& metafile);
38 explicit Image(const Image& image)
    [all...]
  /external/chromium_org/ash/frame/
frame_util.h 15 class Image;
20 // Returns the avatar image to be used in the title bar
22 ASH_EXPORT gfx::Image GetAvatarImageForContext(
  /external/chromium_org/chrome/browser/ui/views/frame/
taskbar_decorator.h 11 class Image;
16 // Draws a scaled version of the avatar in |image| on the taskbar button
19 void DrawTaskbarDecoration(gfx::NativeWindow window, const gfx::Image* image);
taskbar_decorator.cc 9 void DrawTaskbarDecoration(gfx::NativeWindow window, const gfx::Image* image) {
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/
Image.cpp 7 // Image.h: Implements the rx::Image class, an abstract base class for the
11 #include "libGLESv2/renderer/Image.h"
16 Image::Image()
  /external/chromium_org/chrome/browser/download/
drag_download_item.h 15 class Image;
19 // DownloadItem. If |icon| is NULL, no image will be accompany the drag. |view|
22 gfx::Image* icon,
  /external/chromium_org/components/enhanced_bookmarks/
image_store_util.h 10 #include "ui/gfx/image/image.h"
13 // The two methods below archive and unarchive an image to and from a bag of
14 // bytes. There is no API on gfx::Image capable of doing it while preserving the
15 // scale of the image.
17 // Encode |image| to bytes, that can be decoded using the below |ImageForBytes|
19 scoped_refptr<base::RefCountedMemory> BytesForImage(const gfx::Image& image);
21 // Decode the image bytes encoded by the above |BytesForImage| function and
22 // returns a gfx::Image. If decoding fails, returns an empty image
    [all...]
  /external/chromium_org/content/public/browser/
favicon_status.cc 8 #include "ui/gfx/image/image_skia.h"
13 image = gfx::Image(*GetContentClient()->browser()->GetDefaultFavicon());
favicon_status.h 9 #include "ui/gfx/image/image.h"
29 gfx::Image image; member in struct:content::FaviconStatus
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_app_menu_item.cc 9 const gfx::Image* icon,
12 icon_(icon ? gfx::Image(*icon) : gfx::Image()),
chrome_launcher_app_menu_item.h 9 #include "ui/gfx/image/image.h"
17 const gfx::Image* icon,
26 const gfx::Image& icon() const { return icon_; }
44 const gfx::Image icon_;
  /external/chromium_org/components/favicon/core/
favicon_driver.h 11 class Image;
40 virtual const gfx::Image GetActiveFaviconImage() = 0;
56 virtual void SetActiveFaviconImage(gfx::Image image) = 0;
  /external/chromium_org/components/favicon_base/
favicon_util.h 13 class Image;
26 // Sets the color space used for converting |image| to an NSImage to the
29 void SetFaviconColorSpace(gfx::Image* image);
31 // Takes a vector of PNG-encoded frames, and converts it to a gfx::Image of
32 // size |favicon_size| in DIPS. The result gfx::Image has a gfx::ImageSkia with
34 gfx::Image SelectFaviconFramesFromPNGs(
  /external/chromium_org/third_party/WebKit/Source/platform/
OverscrollTheme.h 32 #include "platform/graphics/Image.h"
42 virtual PassRefPtr<Image> getOverhangImage();
49 RefPtr<Image> m_overhangShadow;
50 RefPtr<Image> m_overhangPattern;
  /external/chromium_org/ui/gfx/image/
image_util.h 14 class Image;
20 // Creates an image from the given JPEG-encoded input. If there was an error
21 // creating the image, returns an IsEmpty() Image.
22 GFX_EXPORT Image ImageFrom1xJPEGEncodedData(const unsigned char* input,
26 // the given image.
27 // Returns true if the image has a 1x representation and the 1x representation
30 // Returns true if the Image was encoded successfully.
31 GFX_EXPORT bool JPEG1xEncodedDataFromImage(const Image& image,
    [all...]
image.h 5 // An Image wraps an image any flavor, be it platform-native GdkBitmap/NSImage,
6 // or a SkBitmap. This also provides easy conversion to other image types
11 // tied to the lifetime of the Image's internal storage. To allow Images to be
12 // cheaply passed around by value, the actual image data is stored in a ref-
17 // Attempting to use an empty Image will result in a crash.
52 class GFX_EXPORT Image {
63 // Creates an empty image with no representations.
64 Image();
66 // Creates a new image by copying the raw PNG-encoded input for use as th
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
screenlock_icon_provider.h 11 #include "ui/gfx/image/image.h"
23 // Adds an icon image for |username| to be stored.
24 void AddIcon(const std::string& username, const gfx::Image& icon);
26 // Removes icon image for |username|.
29 // Returns the icon image set for |username|. If no icon is found, then
30 // this function returns an empty image.
31 gfx::Image GetIcon(const std::string& username);
38 std::map<std::string, gfx::Image> user_icon_map_;
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/
ImageImageDescriptor.java 14 import org.eclipse.swt.graphics.Image;
18 * Implementation of {@link ImageDescriptor} for {@link Image} instance.
24 private final Image m_Image;
31 public ImageImageDescriptor(Image image) {
32 m_Image = image;
  /external/chromium_org/chrome/browser/chromeos/profiles/
avatar_menu_chromeos.cc 11 #include "ui/gfx/image/image.h"
15 gfx::Image* image,
19 *image = ash::GetAvatarImageForContext(profile);
  /external/opencv/cvaux/src/
cvfindface.cpp 48 CvSeq * cvFindFace(IplImage * Image,CvMemStorage* lpStorage)
52 FD.FindFace(Image);
56 }//cvFindFace(IplImage * Image)
58 CvSeq * cvPostBoostingFindFace(IplImage * Image,CvMemStorage* lpStorage)
62 FD.FindFace(Image);
67 }//cvPostBoostingFindFace(IplImage * Image)
  /external/chromium_org/chrome/browser/profiles/
profile_avatar_icon_util.h 17 class Image;
69 // Returns a version of |image| of a specific size. Note that no checks are
72 gfx::Image GetSizedAvatarIcon(const gfx::Image& image,
76 // Returns a version of |image| suitable for use in menus.
77 gfx::Image GetAvatarIconForMenu(const gfx::Image& image,
80 // Returns a version of |image| suitable for use in WebUI
    [all...]

Completed in 863 milliseconds

1 2 3 4 5 6 7 8 91011>>