Searched
full:graphicscontext (Results
351 -
375 of
580) sorted by null
<<11121314151617181920>>
/external/webkit/Source/WebCore/platform/graphics/win/ |
GraphicsLayerCACF.h | 32 #include "GraphicsContext.h"
|
/external/webkit/Source/WebCore/platform/haiku/ |
RenderThemeHaiku.cpp | 31 #include "GraphicsContext.h"
|
/external/webkit/Source/WebCore/platform/qt/ |
TemporaryLinkStubsQt.cpp | 47 #include "GraphicsContext.h"
|
/external/webkit/Source/WebCore/plugins/ |
PluginViewNone.cpp | 51 void PluginView::paint(GraphicsContext*, const IntRect&)
|
/external/webkit/Source/WebCore/rendering/ |
RenderDetailsMarker.cpp | 24 #include "GraphicsContext.h"
|
RenderImage.h | 61 virtual void paintIntoRect(GraphicsContext*, const IntRect&);
|
RenderEmbeddedObject.cpp | 34 #include "GraphicsContext.h" 156 GraphicsContext* context = paintInfo.context;
|
RenderLayerBacking.h | 132 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& clip); 191 void paintIntoLayer(RenderLayer* rootLayer, GraphicsContext*, const IntRect& paintDirtyRect,
|
/external/webkit/Source/WebCore/rendering/mathml/ |
RenderMathMLBlock.cpp | 33 #include "GraphicsContext.h"
|
/external/webkit/Source/WebKit/android/jni/ |
WebCoreJniOnLoad.cpp | 43 #include "GraphicsContext.h"
|
/external/webkit/Source/WebKit/chromium/src/ |
WebMediaPlayerClientImpl.cpp | 11 #include "GraphicsContext.h" 429 void WebMediaPlayerClientImpl::paint(GraphicsContext* context, const IntRect& rect) 440 void WebMediaPlayerClientImpl::paintCurrentFrameInContext(GraphicsContext* context, const IntRect& rect) 442 // Normally GraphicsContext operations do nothing when painting is disabled.
|
/external/webkit/Source/WebKit/chromium/tests/ |
DragImageTest.cpp | 89 virtual void draw(WebCore::GraphicsContext*, const WebCore::FloatRect&,
|
/external/webkit/Source/WebKit2/Shared/ |
ShareableBitmap.cpp | 31 #include <WebCore/GraphicsContext.h>
|
/external/webkit/Source/WebKit2/WebProcess/WebCoreSupport/win/ |
WebDragClientWin.cpp | 38 #include <WebCore/GraphicsContext.h>
|
/external/webkit/Source/WebKit2/WebProcess/WebPage/ca/ |
LayerTreeHostCA.h | 72 virtual void paintContents(const WebCore::GraphicsLayer*, WebCore::GraphicsContext&, WebCore::GraphicsLayerPaintingPhase, const WebCore::IntRect& clipRect);
|
/external/webkit/Source/WebCore/platform/android/ |
TemporaryLinkStubs.cpp | 52 #include "GraphicsContext.h" 104 void Icon::paint(GraphicsContext*, const IntRect&) { }
|
/external/webkit/Source/WebCore/platform/efl/ |
WidgetEfl.cpp | 38 #include "GraphicsContext.h" 291 void Widget::paint(GraphicsContext* context, const IntRect&)
|
/external/webkit/Source/WebCore/platform/graphics/filters/ |
FEComposite.cpp | 30 #include "GraphicsContext.h" 228 GraphicsContext* filterContext = resultImage->context();
|
/external/webkit/Source/WebCore/platform/graphics/mac/ |
FontMac.mm | 27 #import "GraphicsContext.h" 140 void Font::drawGlyphs(GraphicsContext* context, const SimpleFontData* font, const GlyphBuffer& glyphBuffer, int from, int numGlyphs, const FloatPoint& point) const
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
GradientSkia.cpp | 35 #include "GraphicsContext.h" 181 void Gradient::fill(GraphicsContext* context, const FloatRect& rect)
|
PathSkia.cpp | 233 GraphicsContext* scratch = scratchContext(); 252 GraphicsContext* scratch = scratchContext();
|
/external/webkit/Source/WebCore/svg/graphics/ |
SVGImage.cpp | 38 #include "GraphicsContext.h" 178 void SVGImage::draw(GraphicsContext* context, const FloatRect& dstRect, const FloatRect& srcRect, ColorSpace, CompositeOperator compositeOp)
|
/external/webkit/Source/WebKit/win/ |
WebScrollBar.cpp | 31 #include <WebCore/GraphicsContext.h> 163 GraphicsContext context(dc);
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/win/ |
NetscapePluginWin.cpp | 31 #include <WebCore/GraphicsContext.h> 138 void NetscapePlugin::platformPaint(GraphicsContext* context, const IntRect& dirtyRect, bool)
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/ |
Plugin.h | 42 class GraphicsContext; 78 virtual void paint(WebCore::GraphicsContext*, const WebCore::IntRect& dirtyRect) = 0;
|
Completed in 1239 milliseconds
<<11121314151617181920>>