Searched refs:Image (Results 1 - 25 of 275) sorted by relevance

1234567891011

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DImageObserver.h31 class Image;
40 virtual void decodedSizeChanged(const Image*, int delta) = 0;
41 virtual void didDraw(const Image*) = 0;
43 virtual bool shouldPauseAnimation(const Image*) = 0;
44 virtual void animationAdvanced(const Image*) = 0;
46 virtual void changedInRect(const Image*, const IntRect&) = 0;
H A DGeneratedImage.cpp41 Image::computeIntrinsicDimensions(intrinsicWidth, intrinsicHeight, intrinsicRatio);
H A DCrossfadeGeneratedImage.h30 #include "Image.h"
41 static PassRefPtr<CrossfadeGeneratedImage> create(Image* fromImage, Image* toImage, float percentage, IntSize crossfadeSize, const IntSize& size)
57 CrossfadeGeneratedImage(Image* fromImage, Image* toImage, float percentage, IntSize crossfadeSize, const IntSize&);
62 Image* m_fromImage;
63 Image* m_toImage;
H A DPattern.h53 class Image;
57 static PassRefPtr<Pattern> create(PassRefPtr<Image> tileImage, bool repeatX, bool repeatY);
60 Image* tileImage() const { return m_tileImage.get(); }
79 Pattern(PassRefPtr<Image>, bool repeatX, bool repeatY);
81 RefPtr<Image> m_tileImage;
H A DPattern.cpp30 #include "Image.h"
34 PassRefPtr<Pattern> Pattern::create(PassRefPtr<Image> tileImage, bool repeatX, bool repeatY)
39 Pattern::Pattern(PassRefPtr<Image> image, bool repeatX, bool repeatY)
H A DImage.cpp28 #include "Image.h"
48 Image::Image(ImageObserver* observer) function in class:WebCore::Image
53 Image::~Image()
57 Image* Image::nullImage()
60 DEFINE_STATIC_LOCAL(RefPtr<Image>, nullImage, (BitmapImage::create()));;
64 bool Image::supportsType(const String& type)
69 bool Image
[all...]
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebIconDatabaseInternal.h32 class Image;
50 NSImage *webGetNSImage(WebCore::Image*, NSSize);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/C/cg/
H A DWKIconDatabaseCG.cpp32 #include <WebCore/Image.h>
39 Image* image = toImpl(iconDatabaseRef)->imageForPageURL(toWTFString(urlRef));
45 Image* image = toImpl(iconDatabaseRef)->imageForPageURL(toWTFString(urlRef));
/macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/
H A DDragImageBlackBerry.cpp23 #include "Image.h"
28 void* createDragImageFromImage(Image*, RespectImageOrientationEnum)
/macosx-10.9.5/WebCore-7537.78.1/svg/graphics/filters/
H A DSVGFEImage.h33 class Image;
38 static PassRefPtr<FEImage> createWithImage(Filter*, PassRefPtr<Image>, const SVGPreserveAspectRatio&);
55 FEImage(Filter*, PassRefPtr<Image>, const SVGPreserveAspectRatio&);
59 RefPtr<Image> m_image;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/win/
H A DImageWin.cpp27 #include "Image.h"
41 PassRefPtr<Image> Image::loadPlatformResource(const char *name)
/macosx-10.9.5/WebCore-7537.78.1/loader/cache/
H A DCachedImage.h49 CachedImage(Image*);
52 Image* image(); // Returns the nullImage() if the image is not available yet.
53 Image* imageForRenderer(const RenderObject*); // Returns the nullImage() if the image is not available yet.
57 std::pair<Image*, float> brokenImage(float deviceScaleFactor) const; // Returns an image and the image's resolution scale factor.
109 virtual void decodedSizeChanged(const Image*, int delta) OVERRIDE;
110 virtual void didDraw(const Image*) OVERRIDE;
112 virtual bool shouldPauseAnimation(const Image*) OVERRIDE;
113 virtual void animationAdvanced(const Image*) OVERRIDE;
114 virtual void changedInRect(const Image*, const IntRect&) OVERRIDE;
122 RefPtr<Image> m_imag
[all...]
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderInputSpeech.cpp86 DEFINE_STATIC_LOCAL(RefPtr<Image>, imageStateNormal, (Image::loadPlatformResource("inputSpeech")));
87 DEFINE_STATIC_LOCAL(RefPtr<Image>, imageStateRecording, (Image::loadPlatformResource("inputSpeechRecording")));
88 DEFINE_STATIC_LOCAL(RefPtr<Image>, imageStateWaiting, (Image::loadPlatformResource("inputSpeechWaiting")));
91 Image* image = imageStateNormal.get();
H A DRenderImageResource.h30 #include "Image.h"
57 virtual PassRefPtr<Image> image(int width = 0, int height = 0) const;
75 static Image* nullImage();
/macosx-10.9.5/WebCore-7537.78.1/html/canvas/
H A DCanvasPattern.h36 class Image;
43 static PassRefPtr<CanvasPattern> create(PassRefPtr<Image>, bool repeatX, bool repeatY, bool originClean);
53 CanvasPattern(PassRefPtr<Image>, bool repeatX, bool repeatY, bool originClean);
H A DCanvasPattern.cpp30 #include "Image.h"
36 PassRefPtr<CanvasPattern> CanvasPattern::create(PassRefPtr<Image> image, bool repeatX, bool repeatY, bool originClean)
41 CanvasPattern::CanvasPattern(PassRefPtr<Image> image, bool repeatX, bool repeatY, bool originClean)
/macosx-10.9.5/CPANInternal-140/DBIx-Class/t/lib/DBICTest/Schema/
H A DImage.pm2 DBICTest::Schema::Image;
/macosx-10.9.5/WebCore-7537.78.1/platform/efl/
H A DDragImageEfl.cpp24 #include "Image.h"
52 DragImageRef createDragImageFromImage(Image*, RespectImageOrientationEnum)
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DImageBufferDataQt.h26 #include "Image.h"
46 RefPtr<Image> m_image;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/coordinated/
H A DCoordinatedImageBacking.h33 #include "Image.h"
55 static PassRefPtr<CoordinatedImageBacking> create(Client*, PassRefPtr<Image>);
58 static CoordinatedImageBackingID getCoordinatedImageBackingID(Image*);
71 CoordinatedImageBacking(Client*, PassRefPtr<Image>);
78 RefPtr<Image> m_image;
/macosx-10.9.5/ruby-104/ruby/lib/rss/dublincore/
H A D1.0.rb8 class Image; include DublinCoreModel; end class in class:RSS.RDF
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/gtk/
H A DImageGtk.cpp62 // that case an empty Image will be created.
80 PassRefPtr<Image> loadImageFromFile(CString fileName)
90 PassRefPtr<Image> Image::loadPlatformResource(const char* name)
104 PassRefPtr<Image> Image::loadPlatformThemeIcon(const char* name, int size)
/macosx-10.9.5/WebCore-7537.78.1/loader/icon/
H A DIconRecord.cpp56 Image* IconRecord::image(const IntSize&)
71 // Copy the provided data into the buffer of the new Image object.
85 m_image = Image::loadPlatformResource(resource);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/efl/
H A DImageEfl.cpp30 #include "Image.h"
58 PassRefPtr<Image> Image::loadPlatformResource(const char* name)
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/mac/
H A DImageMac.mm51 PassRefPtr<Image> Image::loadPlatformResource(const char *name)
57 RefPtr<Image> image = BitmapImage::create();
66 return Image::nullImage();

Completed in 289 milliseconds

1234567891011