Searched refs:Image (Results 76 - 100 of 275) sorted by relevance

1234567891011

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSImageGeneratorValue.h50 PassRefPtr<Image> image(RenderObject*, const IntSize&);
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DResourceView.js70 case WebInspector.resourceTypes.Image:
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DImageBlackBerry.cpp20 #include "Image.h"
43 PassRefPtr<Image> Image::loadPlatformResource(const char *name)
77 : Image(observer)
175 void Image::drawPattern(GraphicsContext* context, const FloatRect& srcRect, const AffineTransform& patternTransformation, const FloatPoint& phase, ColorSpace, CompositeOperator op, const FloatRect& dstRect, BlendMode)
H A DGraphicsLayerBlackBerry.h106 virtual void setContentsToImage(Image*);
155 void updateContentsImage(Image*);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/surfaces/qt/
H A DGraphicsSurfaceQt.cpp50 PassRefPtr<Image> GraphicsSurface::createReadOnlyImage(const IntRect& rect)
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DTextureMapperTile.cpp24 #include "Image.h"
32 void TextureMapperTile::updateContents(TextureMapper* textureMapper, Image* image, const IntRect& dirtyRect, BitmapTexture::UpdateContentsFlag updateContentsFlag)
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/coordinated/
H A DCoordinatedGraphicsLayer.h31 #include "Image.h"
53 virtual PassRefPtr<CoordinatedImageBacking> createImageBackingIfNeeded(Image*) = 0;
91 virtual void setContentsToImage(Image*) OVERRIDE;
95 virtual bool shouldDirectlyCompositeImage(Image*) const OVERRIDE;
242 RefPtr<Image> m_compositedImage;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/wince/
H A DImageBufferWinCE.cpp25 #include "Image.h"
32 class BufferedImage: public Image {
97 PassRefPtr<Image> ImageBuffer::copyImage(BackingStoreCopy copyBehavior, ScaleBehavior) const
116 RefPtr<Image> imageCopy = copyImage(CopyBackingStore);
123 RefPtr<Image> imageCopy = copyImage(CopyBackingStore);
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DDragImageGtk.cpp22 #include "Image.h"
79 DragImageRef createDragImageFromImage(Image* image, RespectImageOrientationEnum)
/macosx-10.9.5/WebCore-7537.78.1/rendering/style/
H A DStyleCachedImage.cpp104 PassRefPtr<Image> StyleCachedImage::image(RenderObject* renderer, const IntSize&) const
H A DStyleCachedImage.h56 virtual PassRefPtr<Image> image(RenderObject*, const IntSize&) const;
H A DStyleCachedImageSet.h72 virtual PassRefPtr<Image> image(RenderObject*, const IntSize&) const;
H A DStyleGeneratedImage.cpp87 PassRefPtr<Image> StyleGeneratedImage::image(RenderObject* renderer, const IntSize& size) const
H A DStyleGeneratedImage.h53 virtual PassRefPtr<Image> image(RenderObject*, const IntSize&) const;
H A DStyleImage.h28 #include "Image.h"
65 virtual PassRefPtr<Image> image(RenderObject*, const IntSize&) const = 0;
H A DStylePendingImage.h67 virtual PassRefPtr<Image> image(RenderObject*, const IntSize&) const
/macosx-10.9.5/WebCore-7537.78.1/svg/graphics/
H A DSVGImageForContainer.h34 #include "Image.h"
39 class SVGImageForContainer : public Image {
/macosx-10.9.5/WebKit-7537.78.2/qt/WebCoreSupport/
H A DInitWebCoreQt.cpp36 #include "Image.h"
84 WebCore::Image::setPlatformResource(name, pixmap);
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/qt/
H A Dqwebiconimageprovider.cpp31 : QQuickImageProvider(QQuickImageProvider::Image)
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/IconDatabase/
H A DWebIconDatabaseProxy.h57 virtual WebCore::Image* synchronousIconForPageURL(const String&, const WebCore::IntSize&);
/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DTwoSourceEffect.tcl14 set firstImage [image create photo -file [tk_getOpenFile -title {First Image}]]
15 set secondImage [image create photo -file [tk_getOpenFile -title {Second Image}]]
/macosx-10.9.5/ruby-104/ruby/lib/rss/maker/
H A D0.9.rb223 class Image < ImageBase class in class:RSS.Maker.RSS09
225 image = Rss::Channel::Image.new
474 class Image < RSS09::Image class in class:RSS.Maker.RSS091
494 class Image < RSS09::Image class in class:RSS.Maker.RSS092
/macosx-10.9.5/WebCore-7537.78.1/bindings/gobject/
H A DWebKitDOMHTMLPrivate.cpp199 macro(img, Image) \
233 macro(image, Image) \
/macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/
H A DRenderThemeBlackBerry.h119 bool paintSliderTrackRect(RenderObject*, const PaintInfo&, const IntRect&, Image*);
121 bool paintProgressTrackRect(const PaintInfo&, const IntRect&, Image*);
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DImageBuffer.h51 class Image;
101 PassRefPtr<Image> copyImage(BackingStoreCopy = CopyBackingStore, ScaleBehavior = Scaled) const;

Completed in 480 milliseconds

1234567891011