Searched refs:Image (Results 176 - 200 of 275) sorted by relevance

1234567891011

/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/texmap/
H A DTextureMapperTiledBackingStore.cpp136 void TextureMapperTiledBackingStore::updateContents(TextureMapper* textureMapper, Image* image, const FloatSize& totalSize, const IntRect& dirtyRect, BitmapTexture::UpdateContentsFlag updateContentsFlag)
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/wince/
H A DImageWinCE.cpp28 #include "Image.h"
137 void Image::drawPattern(GraphicsContext* ctxt, const FloatRect& tileRect, const AffineTransform& patternTransform,
/macosx-10.9.5/WebCore-7537.78.1/platform/gtk/
H A DCursorGtk.cpp33 #include "Image.h"
61 static GRefPtr<GdkCursor> createCustomCursor(Image* image, const IntPoint& hotSpot)
H A DPasteboardGtk.cpp30 #include "Image.h"
225 Image* image = cachedImage->imageForRenderer(renderer);
/macosx-10.9.5/WebCore-7537.78.1/platform/qt/
H A DRenderThemeQt.cpp474 static Image* cancelImage = Image::loadPlatformResource("searchCancelButton").leakRef();
475 static Image* cancelPressedImage = Image::loadPlatformResource("searchCancelButtonPressed").leakRef();
/macosx-10.9.5/WebCore-7537.78.1/platform/wince/
H A DPasteboardWinCE.cpp37 #include "Image.h"
219 Image* image = cachedImage->imageForRenderer(renderer);
/macosx-10.9.5/WebCore-7537.78.1/rendering/svg/
H A DRenderSVGResourcePattern.cpp107 RefPtr<Image> copiedImage = tileImage->copyImage(CopyBackingStore);
/macosx-10.9.5/WebKit-7537.78.2/win/
H A DWebElementPropertyBag.cpp38 #include <WebCore/Image.h>
/macosx-10.9.5/WebKit2-7537.78.2/Shared/gtk/
H A DArgumentCodersGtk.cpp70 RefPtr<Image> image = bitmap->createImage();
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/
H A DWebIconDatabase.cpp197 Image* WebIconDatabase::imageForPageURL(const String& pageURL, const WebCore::IntSize& iconSize)
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/Plugins/
H A DPluginView.h34 #include <WebCore/Image.h>
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/CoordinatedGraphics/
H A DCoordinatedLayerTreeHost.h125 virtual PassRefPtr<WebCore::CoordinatedImageBacking> createImageBackingIfNeeded(WebCore::Image*) OVERRIDE;
/macosx-10.9.5/ruby-104/ruby/lib/rss/maker/
H A Dentry.rb58 class Image < ImageBase class in class:RSS.Maker.Atom.Entry
/macosx-10.9.5/WebCore-7537.78.1/rendering/
H A DRenderBoxModelObject.cpp81 bool shouldPaintAtLowQuality(GraphicsContext*, RenderBoxModelObject*, Image*, const void* layer, const LayoutSize&);
158 bool ImageQualityController::shouldPaintAtLowQuality(GraphicsContext* context, RenderBoxModelObject* object, Image* image, const void *layer, const LayoutSize& size)
342 bool RenderBoxModelObject::shouldPaintAtLowQuality(GraphicsContext* context, Image* image, const void* layer, const LayoutSize& size)
981 RefPtr<Image> image = bgImage->image(clientForBackgroundImage, geometry.tileSize());
1398 RefPtr<Image> image = styleImage->image(this, imageSize);
1433 FloatSize(leftSideScale, leftSideScale), Image::StretchTile, (Image::TileRule)vRule, op);
1456 Image::StretchTile, (Image::TileRule)vRule, op);
1463 FloatSize(topSideScale, topSideScale), (Image
[all...]
H A DRenderEmbeddedObject.cpp183 void RenderEmbeddedObject::paintSnapshotImage(PaintInfo& paintInfo, const LayoutPoint& paintOffset, Image* image)
221 Image* snapshot = toHTMLPlugInImageElement(plugInElement)->snapshotImage();
/macosx-10.9.5/WebCore-7537.78.1/html/
H A DHTMLPlugInImageElement.cpp34 #include "Image.h"
169 return Image::supportsType(m_serviceType);
339 void HTMLPlugInImageElement::updateSnapshot(PassRefPtr<Image> image)
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/blackberry/
H A DGraphicsLayerBlackBerry.cpp52 #include "Image.h"
498 void GraphicsLayerBlackBerry::setContentsToImage(Image* image)
517 void GraphicsLayerBlackBerry::updateContentsImage(Image* image)
/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebNSPasteboardExtras.mm41 #import <WebCore/Image.h>
/macosx-10.9.5/tcl-102/tcl_ext/incrtcl/iwidgets/generic/
H A Dextbutton.itk44 itk_option define -image image Image {}
H A Dlabeledwidget.itk64 itk_option define -labelimage labelImage Image {}
/macosx-10.9.5/WebCore-7537.78.1/bridge/qt/
H A Dqt_pixmapruntime.cpp230 Image* image = cachedImage->imageForRenderer(imageElement->renderer());
/macosx-10.9.5/WebCore-7537.78.1/dom/
H A DDOMImplementation.cpp41 #include "Image.h"
147 addString(svgFeatures, "Image");
418 if (Image::supportsType(type))
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/
H A DBitmapImage.cpp42 : Image(observer)
H A DGraphicsContext3D.h30 #include "Image.h"
99 class Image;
865 // Packs the contents of the given Image which is passed in |pixels| into the passed Vector
868 static bool packImageData(Image*, const void* pixels, GC3Denum format, GC3Denum type, bool flipY, AlphaOp, DataFormat sourceFormat, unsigned width, unsigned height, unsigned sourceUnpackAlignment, Vector<uint8_t>& data);
872 ImageExtractor(Image*, ImageHtmlDomSource, bool premultiplyAlpha, bool ignoreGammaAndColorProfile);
905 Image* m_image;
/macosx-10.9.5/WebCore-7537.78.1/platform/graphics/cairo/
H A DPlatformContextCairo.cpp305 Image* patternImage = state.fillPattern->tileImage();

Completed in 391 milliseconds

1234567891011