Searched refs:Image (Results 51 - 75 of 275) sorted by relevance

1234567891011

/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DResourceType.js118 Image: new WebInspector.ResourceType("image", "Image", "Images", "rgb(164,60,255)", false),
/macosx-10.9.5/WebCore-7537.78.1/page/
H A DDragClient.h45 class Image;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DGeneratedImage.h29 #include "Image.h"
36 class GeneratedImage : public Image {
H A DGraphicsContext.h35 #include "Image.h"
290 void drawImage(Image*, ColorSpace styleColorSpace, const IntPoint&, CompositeOperator = CompositeSourceOver, RespectImageOrientationEnum = DoNotRespectImageOrientation);
291 void drawImage(Image*, ColorSpace styleColorSpace, const IntRect&, CompositeOperator = CompositeSourceOver, RespectImageOrientationEnum = DoNotRespectImageOrientation, bool useLowQualityScale = false);
292 void drawImage(Image*, ColorSpace styleColorSpace, const IntPoint& destPoint, const IntRect& srcRect, CompositeOperator = CompositeSourceOver, RespectImageOrientationEnum = DoNotRespectImageOrientation);
293 void drawImage(Image*, ColorSpace styleColorSpace, const FloatRect& destRect);
294 void drawImage(Image*, ColorSpace styleColorSpace, const FloatRect& destRect, const FloatRect& srcRect, CompositeOperator = CompositeSourceOver, RespectImageOrientationEnum = DoNotRespectImageOrientation, bool useLowQualityScale = false);
295 void drawImage(Image*, ColorSpace styleColorSpace, const FloatRect& destRect, const FloatRect& srcRect, CompositeOperator, BlendMode, RespectImageOrientationEnum = DoNotRespectImageOrientation, bool useLowQualityScale = false);
297 void drawTiledImage(Image*, ColorSpace styleColorSpace, const IntRect& destRect, const IntPoint& srcPoint, const IntSize& tileSize,
299 void drawTiledImage(Image*, ColorSpace styleColorSpace, const IntRect& destRect, const IntRect& srcRect,
300 const FloatSize& tileScaleFactor, Image
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DStillImageQt.h31 #include "Image.h"
35 class StillImage : public Image {
H A DImageQt.cpp33 #include "Image.h"
117 // Image Class
120 PassRefPtr<Image> Image::loadPlatformResource(const char* name)
125 void Image::setPlatformResource(const char* name, const QPixmap& pixmap)
134 void Image::drawPattern(GraphicsContext* ctxt, const FloatRect& tileRect, const AffineTransform& patternTransform,
200 : Image(observer)
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DTextureMapperTile.h26 #include "Image.h"
42 void updateContents(TextureMapper*, Image*, const IntRect&, BitmapTexture::UpdateContentsFlag UpdateCanModifyOriginalImageData);
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderImageResourceStyleImage.cpp64 PassRefPtr<Image> RenderImageResourceStyleImage::image(int width, int height) const
H A DRenderImageResourceStyleImage.h49 virtual PassRefPtr<Image> image(int width = 0, int height = 0) const;
H A DRenderSnapshottedPlugIn.h42 void updateSnapshot(PassRefPtr<Image>);
/macosx-10.9.5/WebCore-7537.78.1/svg/graphics/
H A DSVGImageCache.h25 #include "Image.h"
55 Image* imageForRenderer(const RenderObject*);
/macosx-10.9.5/apache-786.1/httpd/modules/mappers/
H A DNWGNUimagemap101 NLM_DESCRIPTION = Apache $(VERSION_STR) Image Map Module
107 NLM_THREAD_NAME = Image Map Module
/macosx-10.9.5/ruby-104/ruby/test/rss/
H A Dtest_inherit.rb8 class InheritedImage < RSS::RDF::Image
/macosx-10.9.5/WebCore-7537.78.1/platform/
H A DCursor.h29 #include "Image.h"
65 class Image;
159 Cursor(Image*, const IntPoint& hotSpot);
164 Cursor(Image*, const IntPoint& hotSpot, float imageScaleFactor);
177 Image* image() const { return m_image.get(); }
180 // Image scale in image pixels per logical (UI) pixel.
194 RefPtr<Image> m_image;
209 IntPoint determineHotSpot(Image*, const IntPoint& specifiedHotSpot);
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSCrossfadeValue.cpp171 PassRefPtr<Image> CSSCrossfadeValue::image(RenderObject* renderer, const IntSize& size)
181 return Image::nullImage();
183 Image* fromImage = cachedFromImage->imageForRenderer(renderer);
184 Image* toImage = cachedToImage->imageForRenderer(renderer);
187 return Image::nullImage();
H A DCSSCanvasValue.h43 PassRefPtr<Image> image(RenderObject*, const IntSize&);
/macosx-10.9.5/Security-55471.14.18/include/security_utilities/
H A Ddyldcache.h103 struct Image : public Item<dyld_cache_image_info> { struct in class:DYLDCache
104 Image(const DYLDCache &c, uint32_t off) : Item<dyld_cache_image_info>(c, off) { } function in struct:DYLDCache::Image
114 Image image(unsigned ix) const;
H A Ddyldcache.cpp121 DYLDCache::Image DYLDCache::image(unsigned ix) const
124 return Image(*this, flip(mHeader->imagesOffset) + ix * sizeof(dyld_cache_image_info));
/macosx-10.9.5/Security-55471.14.18/libsecurity_utilities/lib/
H A Ddyldcache.h103 struct Image : public Item<dyld_cache_image_info> { struct in class:DYLDCache
104 Image(const DYLDCache &c, uint32_t off) : Item<dyld_cache_image_info>(c, off) { } function in struct:DYLDCache::Image
114 Image image(unsigned ix) const;
H A Ddyldcache.cpp121 DYLDCache::Image DYLDCache::image(unsigned ix) const
124 return Image(*this, flip(mHeader->imagesOffset) + ix * sizeof(dyld_cache_image_info));
/macosx-10.9.5/WebCore-7537.78.1/loader/icon/
H A DIconDatabaseBase.h40 class Image;
181 virtual Image* synchronousIconForPageURL(const String&, const IntSize&) { return 0; }
194 virtual Image* defaultIcon(const IntSize&) { return 0; }
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cg/
H A DImageCG.cpp27 #include "Image.h"
48 RetainPtr<CGImageRef> Image::imageWithColorSpace(CGImageRef originalImage, ColorSpace colorSpace)
76 void Image::drawPattern(GraphicsContext* ctxt, const FloatRect& tileRect, const AffineTransform& patternTransform,
114 subImage = Image::imageWithColorSpace(subImage.get(), styleColorSpace);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DFullscreenVideoController.h34 #include <WebCore/Image.h>
80 RefPtr<WebCore::Image> m_buttonImage;
81 RefPtr<WebCore::Image> m_buttonImageAlt;
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/API/mac/
H A DWKViewInternal.h38 class Image;
84 - (void)_setPromisedData:(WebCore::Image *)image withFileName:(NSString *)filename withExtension:(NSString *)extension withTitle:(NSString *)title withURL:(NSString *)url withVisibleURL:(NSString *)visibleUrl withArchive:(WebCore::SharedBuffer*) archiveBuffer forPasteboard:(NSString *)pasteboardName;
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebIconDatabase.h49 class Image;
79 WebCore::Image* imageForPageURL(const String&, const WebCore::IntSize& iconSize = WebCore::IntSize(32, 32));

Completed in 342 milliseconds

1234567891011