HomeSort by relevance Sort by last modified time
    Searched refs:GraphicsContext (Results 1 - 25 of 322) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebCore/platform/graphics/
StrokeStyleApplier.h 25 class GraphicsContext;
29 virtual void strokeStyle(GraphicsContext*) = 0;
Generator.h 34 class GraphicsContext;
40 virtual void fill(GraphicsContext*, const FloatRect&) = 0;
GraphicsLayerClient.h 33 class GraphicsContext;
64 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) = 0;
  /external/webkit/WebCore/platform/mac/
LocalCurrentGraphicsContext.h 30 class GraphicsContext;
36 LocalCurrentGraphicsContext(GraphicsContext* graphicsContext);
40 GraphicsContext* m_savedGraphicsContext;
  /external/webkit/WebCore/platform/graphics/skia/
SkiaFontWin.h 37 class GraphicsContext;
73 bool windowsCanHandleDrawTextShadow(GraphicsContext*);
76 bool windowsCanHandleTextDrawing(GraphicsContext*);
83 bool paintSkiaText(GraphicsContext* graphicsContext,
  /external/webkit/WebKit/android/plugins/
PluginViewBridgeAndroid.cpp 31 void PluginViewBridgeAndroid::draw(GraphicsContext* gc,
PluginViewBridgeAndroid.h 42 virtual void draw(GraphicsContext* gc, const IntRect& rect);
  /external/webkit/WebCore/platform/chromium/
ScrollbarThemeChromiumLinux.h 42 virtual void paintTrackPiece(GraphicsContext*, Scrollbar*, const IntRect&, ScrollbarPart);
43 virtual void paintButton(GraphicsContext*, Scrollbar*, const IntRect&, ScrollbarPart);
44 virtual void paintThumb(GraphicsContext*, Scrollbar*, const IntRect&);
ScrollbarThemeChromium.h 51 virtual void paintScrollCorner(ScrollView*, GraphicsContext*, const IntRect&);
53 virtual void paintTrackBackground(GraphicsContext*, Scrollbar*, const IntRect&);
54 virtual void paintTickmarks(GraphicsContext*, Scrollbar*, const IntRect&);
ScrollbarThemeChromiumWin.h 44 virtual void paintTrackPiece(GraphicsContext*, Scrollbar*, const IntRect&, ScrollbarPart);
45 virtual void paintButton(GraphicsContext*, Scrollbar*, const IntRect&, ScrollbarPart);
46 virtual void paintThumb(GraphicsContext*, Scrollbar*, const IntRect&);
  /external/webkit/WebCore/platform/win/
WebCoreTextRenderer.h 30 class GraphicsContext;
34 void WebCoreDrawTextAtPoint(GraphicsContext&, const String&, const IntPoint&, const Font&, const Color&, int underlinedIndex = -1);
35 void WebCoreDrawDoubledTextAtPoint(GraphicsContext&, const String&, const IntPoint&, const Font&, const Color& topColor, const Color& bottomColor, int underlinedIndex = -1);
ScrollbarThemeWin.h 55 virtual void paintTrackBackground(GraphicsContext*, Scrollbar*, const IntRect&);
56 virtual void paintTrackPiece(GraphicsContext*, Scrollbar*, const IntRect&, ScrollbarPart);
57 virtual void paintButton(GraphicsContext*, Scrollbar*, const IntRect&, ScrollbarPart);
58 virtual void paintThumb(GraphicsContext*, Scrollbar*, const IntRect&);
ScrollbarThemeSafari.h 55 virtual void paintTrackBackground(GraphicsContext*, Scrollbar*, const IntRect&);
56 virtual void paintButton(GraphicsContext*, Scrollbar*, const IntRect&, ScrollbarPart);
57 virtual void paintThumb(GraphicsContext*, Scrollbar*, const IntRect&);
  /external/webkit/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 21 #include "GraphicsContext.h"
51 GraphicsContext::GraphicsContext(SurfaceOpenVG* surface)
58 GraphicsContext::~GraphicsContext()
64 PlatformGraphicsContext* GraphicsContext::platformContext() const
72 TransformationMatrix GraphicsContext::getCTM() const
80 void GraphicsContext::savePlatformState()
88 void GraphicsContext::restorePlatformState()
96 void GraphicsContext::drawRect(const IntRect& rect
    [all...]
  /external/webkit/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 29 #include "GraphicsContext.h"
65 GraphicsContext::GraphicsContext(PlatformGraphicsContext* context)
72 GraphicsContext::~GraphicsContext()
78 PlatformGraphicsContext* GraphicsContext::platformContext() const
83 void GraphicsContext::savePlatformState()
88 void GraphicsContext::restorePlatformState()
94 void GraphicsContext::drawRect(const IntRect& rect)
105 void GraphicsContext::drawLine(const IntPoint& point1, const IntPoint& point2
    [all...]
GradientHaiku.cpp 47 void Gradient::fill(GraphicsContext*, const FloatRect&)
IconHaiku.cpp 26 #include "GraphicsContext.h"
45 void Icon::paint(GraphicsContext*, const IntRect&)
  /external/webkit/WebCore/platform/haiku/
ScrollbarThemeHaiku.h 49 virtual void paintScrollbarBackground(GraphicsContext*, Scrollbar*);
50 virtual void paintButton(GraphicsContext*, Scrollbar*, const IntRect&, ScrollbarPart);
51 virtual void paintThumb(GraphicsContext*, Scrollbar*, const IntRect&);
  /external/webkit/WebCore/platform/graphics/chromium/
IconChromiumMac.cpp 51 void Icon::paint(GraphicsContext*, const IntRect&)
  /external/webkit/WebCore/platform/graphics/wx/
GradientWx.cpp 45 void Gradient::fill(GraphicsContext*, const FloatRect&)
IconWx.cpp 24 #include "GraphicsContext.h"
41 void Icon::paint(GraphicsContext* ctx, const IntRect& rect)
  /external/webkit/WebCore/platform/gtk/
GtkPluginWidget.h 38 void paint(GraphicsContext*, const IntRect&);
  /external/webkit/WebCore/platform/
ScrollbarThemeComposite.h 35 virtual bool paint(Scrollbar*, GraphicsContext* context, const IntRect& damageRect);
46 virtual void paintScrollCorner(ScrollView*, GraphicsContext*, const IntRect& cornerRect);
60 virtual void paintScrollbarBackground(GraphicsContext*, Scrollbar*) {}
61 virtual void paintTrackBackground(GraphicsContext*, Scrollbar*, const IntRect&) {}
62 virtual void paintTrackPiece(GraphicsContext*, Scrollbar*, const IntRect&, ScrollbarPart) {}
63 virtual void paintButton(GraphicsContext*, Scrollbar*, const IntRect&, ScrollbarPart) {}
64 virtual void paintThumb(GraphicsContext*, Scrollbar*, const IntRect&) {}
65 virtual void paintTickmarks(GraphicsContext*, Scrollbar*, const IntRect&) {}
  /external/webkit/WebCore/svg/graphics/
SVGPaintServer.h 55 class GraphicsContext;
70 virtual void draw(GraphicsContext*&, const RenderObject*, SVGPaintTargetType) const;
71 virtual void teardown(GraphicsContext*&, const RenderObject*, SVGPaintTargetType, bool isPaintingText = false) const;
72 virtual void renderPath(GraphicsContext*&, const RenderObject*, SVGPaintTargetType) const;
74 virtual bool setup(GraphicsContext*&, const RenderObject*, const RenderStyle*, SVGPaintTargetType, bool isPaintingText = false) const = 0;
76 bool setup(GraphicsContext*&, const RenderObject*, SVGPaintTargetType, bool isPaintingText = false) const;
90 void applyStrokeStyleToContext(GraphicsContext*, const RenderStyle*, const RenderObject*);
  /external/webkit/WebCore/platform/graphics/cg/
PDFDocumentImage.h 37 class GraphicsContext;
61 virtual void draw(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, ColorSpace styleColorSpace, CompositeOperator);
65 void adjustCTM(GraphicsContext*) const;

Completed in 262 milliseconds

1 2 3 4 5 6 7 8 91011>>