/external/webkit/Source/WebCore/rendering/mathml/ |
RenderMathMLFraction.cpp | 33 #include "GraphicsContext.h"
|
RenderMathMLSquareRoot.cpp | 33 #include "GraphicsContext.h"
|
/external/webkit/Source/WebCore/rendering/svg/ |
RenderSVGContainer.cpp | 29 #include "GraphicsContext.h"
|
RenderSVGForeignObject.cpp | 27 #include "GraphicsContext.h"
|
RenderSVGImage.cpp | 34 #include "GraphicsContext.h"
|
RenderSVGResourceMarker.cpp | 27 #include "GraphicsContext.h"
|
SVGInlineFlowBox.cpp | 28 #include "GraphicsContext.h"
|
/external/webkit/Source/WebKit/chromium/tests/ |
TransparencyWinTest.cpp | 50 static void drawNativeRect(GraphicsContext* context, 67 static Color getPixelAt(GraphicsContext* context, int x, int y) 75 static void clearTopLayerAlphaChannel(GraphicsContext* context) 86 static void clearTopLayerAlphaPixel(GraphicsContext* context, int x, int y)
|
/external/webkit/Source/WebKit/gtk/webkit/ |
webkitwebframe.cpp | 41 #include "GraphicsContext.h" 778 GraphicsContext graphicsContext(&platformContext); 779 corePrintContext->spoolPage(graphicsContext, pageNumber, pageWidth); [all...] |
/external/webkit/Source/WebKit/qt/WebCoreSupport/ |
PageClientQt.h | 25 #include "GraphicsContext.h"
|
/external/webkit/Source/WebKit/win/WebCoreSupport/ |
WebDragClient.cpp | 38 #include <WebCore/GraphicsContext.h>
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/ |
PluginProxy.h | 66 virtual void paint(WebCore::GraphicsContext*, const WebCore::IntRect& dirtyRect);
|
PluginView.h | 108 virtual void paint(WebCore::GraphicsContext*, const WebCore::IntRect&);
|
/external/webkit/Source/WebCore/platform/chromium/ |
PopupMenuChromium.cpp | 43 #include "GraphicsContext.h" 98 virtual void paint(GraphicsContext*, const IntRect&); 207 void paintRow(GraphicsContext*, const IntRect&, int rowIndex); 499 void PopupContainer::paint(GraphicsContext* gc, const IntRect& rect) 515 void PopupContainer::paintBorder(GraphicsContext* gc, const IntRect& rect) 853 void PopupListBox::paint(GraphicsContext* gc, const IntRect& rect) 884 void PopupListBox::paintRow(GraphicsContext* gc, const IntRect& rect, int rowIndex) [all...] |
ScrollbarThemeChromiumMac.mm | 384 bool ScrollbarThemeChromiumMac::paint(Scrollbar* scrollbar, GraphicsContext* context, const IntRect& damageRect) 411 GraphicsContext* drawingContext = context;
|
/external/webkit/Source/WebKit/qt/Api/ |
qwebframe.cpp | 44 #include "GraphicsContext.h" 282 void QWebFramePrivate::renderFromTiledBackingStore(GraphicsContext* context, const QRegion& clip) 322 void QWebFramePrivate::renderCompositedLayers(GraphicsContext* context, const IntRect& clip) 345 void QWebFramePrivate::renderRelativeCoords(GraphicsContext* context, QFlags<QWebFrame::RenderLayer> layers, const QRegion& clip) 398 void QWebFramePrivate::renderFrameExtras(GraphicsContext* context, QFlags<QWebFrame::RenderLayer> layers, const QRegion& clip) [all...] |
/external/webkit/Source/WebCore/rendering/ |
RenderLayerBacking.cpp | 38 #include "GraphicsContext.h" [all...] |
RenderObject.h | 440 // FIXME: This function should be removed when all ports implement GraphicsContext::clipConvexPolygon()!! 442 void drawArcForBoxSide(GraphicsContext*, int x, int y, float thickness, const IntSize& radius, int angleStart, [all...] |
/external/webkit/Source/WebCore/platform/ |
Scrollbar.cpp | 34 #include "GraphicsContext.h" 159 void Scrollbar::paint(GraphicsContext* context, const IntRect& damageRect)
|
/external/webkit/Source/WebCore/platform/graphics/ |
GraphicsLayer.h | 94 class GraphicsContext; 319 void paintGraphicsLayerContents(GraphicsContext&, const IntRect& clip);
|
/external/webkit/Source/WebCore/platform/graphics/avfoundation/ |
MediaPlayerPrivateAVFoundation.cpp | 35 #include "GraphicsContext.h" 272 void MediaPlayerPrivateAVFoundation::paint(GraphicsContext*, const IntRect&)
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
MediaPlayerPrivatePhonon.cpp | 27 #include "GraphicsContext.h" 466 void MediaPlayerPrivatePhonon::paint(GraphicsContext* graphicsContect, const IntRect& rect)
|
/external/webkit/Source/WebKit/chromium/src/ |
WebFrameImpl.h | 44 class GraphicsContext; 222 void paintWithContext(WebCore::GraphicsContext&, const WebRect&);
|
/external/webkit/Source/WebKit/wince/ |
WebView.cpp | 38 #include "GraphicsContext.h" 244 GraphicsContext gc(hDC);
|
/external/webkit/Source/WebCore/page/ |
Frame.h | 270 virtual void tiledBackingStorePaint(GraphicsContext*, const IntRect&);
|