Searched refs:Image (Results 126 - 150 of 275) sorted by relevance

1234567891011

/macosx-10.9.5/WebCore-7537.78.1/page/
H A DDragController.h44 class Image;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/surfaces/
H A DGraphicsSurface.h88 PassRefPtr<Image> createReadOnlyImage(const IntRect&);
/macosx-10.9.5/WebCore-7537.78.1/platform/wince/
H A DCursorWinCE.cpp45 Cursor::Cursor(Image* img, const IntPoint& hotspot)
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderEmbeddedObject.h82 void paintSnapshotImage(PaintInfo&, const LayoutPoint&, Image*);
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebElementDictionary.mm41 #import <WebCore/Image.h>
207 Image* image = _result->image();
H A DWebIconDatabase.mm41 #import <WebCore/Image.h>
144 if (Image* image = iconDatabase().synchronousIconForPageURL(URL, IntSize(size)))
170 Image* image = iconDatabase().defaultIcon(IntSize(size));
475 NSImage *webGetNSImage(Image* image, NSSize size)
481 // FIXME: We're doing the resize here for now because WebCore::Image doesn't yet support resizing/multiple representations
483 // to WebCore::Image at some point.
/macosx-10.9.5/WebKit2-7537.78.2/Shared/cg/
H A DShareableBitmapCG.cpp112 PassRefPtr<Image> ShareableBitmap::createImage()
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/IconDatabase/
H A DWebIconDatabaseProxy.cpp75 Image* WebIconDatabaseProxy::synchronousIconForPageURL(const String& pageURL, const IntSize& /*size*/)
81 // FIXME: Return Image created with the above data.
/macosx-10.9.5/ruby-104/ruby/lib/rss/maker/
H A Ddublincore.rb105 class Image class
H A D2.0.rb85 class Image < RSS09::Image class in class:RSS.Maker.RSS20
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cg/
H A DPDFDocumentImage.cpp49 : Image(observer)
77 Image::computeIntrinsicDimensions(intrinsicWidth, intrinsicHeight, intrinsicRatio);
H A DBitmapImageCG.cpp67 : Image(observer)
H A DImageBufferCG.cpp224 PassRefPtr<Image> ImageBuffer::copyImage(BackingStoreCopy copyBehavior, ScaleBehavior scaleBehavior) const
299 RefPtr<Image> copy = copyImage(CopyBackingStore); // Drawing into our own buffer, need to deep copy.
302 RefPtr<Image> imageForRendering = copyImage(DontCopyBackingStore);
306 RefPtr<Image> copy = copyImage(CopyBackingStore);
/macosx-10.9.5/WebKit2-7537.78.2/Shared/CoordinatedGraphics/
H A DWebCoordinatedSurface.cpp209 RefPtr<Image> image = m_graphicsSurface->createReadOnlyImage(IntRect(sourceOffset, target.size()));
216 RefPtr<Image> image = m_bitmap->createImage();
/macosx-10.9.5/tcl-102/tcl_ext/quicktimetcl/quicktimetcl/ExampleCode/
H A DTestJPEGQuality.tcl3 set firstImage [image create photo -file [tk_getOpenFile -title {Pick Image}]]
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DGraphicsLayer.h62 class Image;
381 virtual void setContentsToImage(Image*) { }
382 virtual bool shouldDirectlyCompositeImage(Image*) const { return true; }
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cairo/
H A DImageBufferCairo.cpp126 PassRefPtr<Image> ImageBuffer::copyImage(BackingStoreCopy copyBehavior, ScaleBehavior) const
149 RefPtr<Image> image = copyImage(copyMode);
156 RefPtr<Image> image = copyImage(DontCopyBackingStore);
H A DBitmapImageCairo.cpp38 : Image(observer)
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/qt/
H A DImageBufferQt.cpp120 PassRefPtr<Image> ImageBuffer::copyImage(BackingStoreCopy copyBehavior, ScaleBehavior) const
138 RefPtr<Image> copy = copyImage(CopyBackingStore);
149 RefPtr<Image> copy = copyImage(CopyBackingStore);
/macosx-10.9.5/ruby-104/ruby/test/rss/
H A Dtest_1.0.rb62 image = RDF::Channel::Image.new(resource)
116 image = RDF::Channel::Image.new(resource)
214 image = RDF::Image.new(about)
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSImageGeneratorValue.cpp32 #include "Image.h"
103 PassRefPtr<Image> CSSImageGeneratorValue::image(RenderObject* renderer, const IntSize& size)
/macosx-10.9.5/WebCore-7537.78.1/platform/blackberry/
H A DCursorBlackBerry.cpp22 #include "Image.h"
50 Cursor::Cursor(Image*, const IntPoint& hotspot)
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/surfaces/efl/
H A DGraphicsSurfaceCommon.cpp262 PassRefPtr<Image> GraphicsSurface::createReadOnlyImage(const IntRect&)
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DGraphicsLayerTextureMapper.h27 #include "Image.h"
68 virtual void setContentsToImage(Image*);
H A DTextureMapper.cpp164 RefPtr<Image> image = imageBuffer->copyImage(DontCopyBackingStore);

Completed in 283 milliseconds

1234567891011