Searched refs:Image (Results 151 - 175 of 275) sorted by relevance

1234567891011

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DTextureMapper.h76 virtual void updateContents(Image*, const IntRect&, const IntPoint& offset, UpdateContentsFlag) = 0;
H A DTextureMapperImageBuffer.cpp80 void BitmapTextureImageBuffer::updateContents(Image* image, const IntRect& targetRect, const IntPoint& offset, UpdateContentsFlag)
H A DTextureMapperGL.h168 void updateContents(Image*, const IntRect&, const IntPoint&, UpdateContentsFlag);
/macosx-10.9.5/WebCore-7537.78.1/platform/qt/
H A DCursorQt.cpp35 #include "Image.h"
76 static QCursor* createCustomCursor(Image* image, const IntPoint& hotSpot)
/macosx-10.9.5/WebCore-7537.78.1/platform/win/
H A DDragImageCGWin.cpp33 #include "Image.h"
123 DragImageRef createDragImageFromImage(Image* img, RespectImageOrientationEnum)
H A DDragImageCairoWin.cpp33 #include "Image.h"
153 DragImageRef createDragImageFromImage(Image* img, RespectImageOrientationEnum)
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DRenderSVGImage.cpp150 RefPtr<Image> image = m_imageResource->image();
/macosx-10.9.5/WebKit-7537.78.2/gtk/webkit/
H A Dwebkiticondatabase.cpp25 #include "Image.h"
306 WebCore::Image* icon = WebCore::iconDatabase().synchronousIconForPageURL(pageURL, WebCore::IntSize(16, 16));
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Ddateentry.itk76 itk_option define -forwardimage forwardImage Image {}
77 itk_option define -backwardimage backwardImage Image {}
H A Dpushbutton.itk63 itk_option define -image image Image {}
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderThemeWin.cpp945 static Image* cancelImage = Image::loadPlatformResource("searchCancel").leakRef();
946 static Image* cancelPressedImage = Image::loadPlatformResource("searchCancelPressed").leakRef();
995 static Image* magnifierImage = Image::loadPlatformResource("searchMagnifier").leakRef();
1031 static Image* magnifierImage = Image::loadPlatformResource("searchMagnifierResults").leakRef();
/macosx-10.9.5/WebCore-7537.78.1/svg/graphics/
H A DSVGImage.cpp48 : Image(observer)
183 RefPtr<Image> image = buffer->copyImage(DontCopyBackingStore, Unscaled);
/macosx-10.9.5/WebKit-7537.78.2/mac/WebCoreSupport/
H A DWebDragClient.mm51 #import <WebCore/Image.h>
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebIconDatabase.cpp40 #include <WebCore/Image.h>
172 Image* icon = 0;
180 LOG_ERROR("Failed to draw Image to HBITMAP");
311 LOG_ERROR("Failed to draw Image to HBITMAP");
/macosx-10.9.5/ruby-104/ruby/lib/rss/
H A D1.0.rb210 class Image < Element class
307 class Image < Element class
/macosx-10.9.5/WebKit2-7537.78.2/Shared/
H A DWebCoreArgumentCoders.cpp41 #include <WebCore/Image.h>
289 static void encodeImage(ArgumentEncoder& encoder, Image* image)
300 static bool decodeImage(ArgumentDecoder& decoder, RefPtr<Image>& image)
356 cursor = Cursor(Image::nullImage(), IntPoint());
360 RefPtr<Image> image;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DImageBufferBlackBerry.cpp211 PassRefPtr<Image> ImageBuffer::copyImage(BackingStoreCopy, ScaleBehavior) const
235 RefPtr<Image> image = copyImage(DontCopyBackingStore);
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DCursorMac.mm44 static RetainPtr<NSCursor> createCustomCursor(Image* image, const IntPoint& hotSpot)
/macosx-10.9.5/WebCore-7537.78.1/plugins/
H A DPluginView.h83 class Image;
345 PassRefPtr<Image> snapshot();
/macosx-10.9.5/ruby-104/ruby/test/rss/
H A Dtest_parser_1.0.rb520 <foaf:Image rdf:about="http://example.com/myself.png">
523 </foaf:Image>
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/incoming/src/
H A Dcollapsablewidget.itk93 itk_option define -labelimage labelImage Image {}
/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSGradientValue.h64 PassRefPtr<Image> image(RenderObject*, const IntSize&);
/macosx-10.9.5/WebCore-7537.78.1/history/
H A DHistoryItem.h59 class Image;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DBitmapImage.h31 #include "Image.h"
100 class BitmapImage : public Image {
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/clutter/
H A DGraphicsLayerClutter.h35 #include "Image.h"
85 virtual void setContentsToImage(Image*);

Completed in 302 milliseconds

1234567891011