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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/inspector/
DOMNodeHighlighter.h 34 class GraphicsContext;
39 void DrawNodeHighlight(GraphicsContext&, Node*);
  /external/webkit/Source/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;
ShadowBlur.h 41 class GraphicsContext;
52 void drawRectShadow(GraphicsContext*, const FloatRect&, const RoundedIntRect::Radii&);
53 void drawInsetShadow(GraphicsContext*, const FloatRect&, const FloatRect& holeRect, const RoundedIntRect::Radii& holeRadii);
56 void drawShadowBuffer(GraphicsContext*);
58 void adjustBlurRadius(GraphicsContext*);
66 IntRect calculateLayerBoundingRect(GraphicsContext*, const FloatRect& layerArea, const IntRect& clipRect);
69 void drawRectShadowWithoutTiling(GraphicsContext*, const FloatRect&, const RoundedIntRect::Radii&, const IntRect& layerRect);
70 void drawRectShadowWithTiling(GraphicsContext*, const FloatRect&, const RoundedIntRect::Radii&, const IntSize& shadowTemplateSize);
72 void drawInsetShadowWithoutTiling(GraphicsContext*, const FloatRect&, const FloatRect& holeRect, const RoundedIntRect::Radii&, const IntRect& layerRect);
73 void drawInsetShadowWithTiling(GraphicsContext*, const FloatRect&, const FloatRect& holeRect, const RoundedIntRect::Radii&, const IntSize& shadow (…)
    [all...]
  /external/webkit/Source/WebCore/platform/mac/
LocalCurrentGraphicsContext.h 30 class GraphicsContext;
37 LocalCurrentGraphicsContext(GraphicsContext* graphicsContext);
41 GraphicsContext* m_savedGraphicsContext;
  /external/webkit/Source/WebKit2/Shared/cairo/
ShareableBitmapCairo.cpp 29 #include <WebCore/GraphicsContext.h>
36 PassOwnPtr<GraphicsContext> ShareableBitmap::createGraphicsContext()
42 void ShareableBitmap::paint(GraphicsContext&, const IntPoint&, const IntRect&)
  /external/webkit/Source/WebCore/platform/graphics/skia/
SkiaFontWin.h 42 class GraphicsContext;
74 bool windowsCanHandleDrawTextShadow(GraphicsContext*);
77 bool windowsCanHandleTextDrawing(GraphicsContext*);
81 bool windowsCanHandleTextDrawingWithoutShadow(GraphicsContext*);
88 bool paintSkiaText(GraphicsContext* graphicsContext,
  /external/webkit/Source/WebKit/android/plugins/
PluginViewBridgeAndroid.cpp 31 void PluginViewBridgeAndroid::draw(GraphicsContext* gc,
PluginViewBridgeAndroid.h 42 virtual void draw(GraphicsContext* gc, const IntRect& rect);
  /external/webkit/Source/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&);
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/Source/WebKit2/Shared/gtk/
ShareableBitmapGtk.cpp 30 #include <WebCore/GraphicsContext.h>
37 PassOwnPtr<GraphicsContext> ShareableBitmap::createGraphicsContext()
43 void ShareableBitmap::paint(WebCore::GraphicsContext&, const WebCore::IntPoint& dstPoint, const WebCore::IntRect& srcRect)
  /external/webkit/Source/WebCore/platform/graphics/haiku/
GraphicsContextHaiku.cpp 29 #include "GraphicsContext.h"
64 void GraphicsContext::platformInit(PlatformGraphicsContext* context)
70 void GraphicsContext::platformDestroy()
75 PlatformGraphicsContext* GraphicsContext::platformContext() const
80 void GraphicsContext::savePlatformState()
85 void GraphicsContext::restorePlatformState()
91 void GraphicsContext::drawRect(const IntRect& rect)
102 void GraphicsContext::drawLine(const IntPoint& point1, const IntPoint& point2)
114 void GraphicsContext::drawEllipse(const IntRect& rect)
124 void GraphicsContext::strokeArc(const IntRect& rect, int startAngle, int angleSpan
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/openvg/
GraphicsContextOpenVG.cpp 21 #include "GraphicsContext.h"
51 void GraphicsContext::platformInit(SurfaceOpenVG* surface)
57 void GraphicsContext::platformDestroy()
62 PlatformGraphicsContext* GraphicsContext::platformContext() const
70 AffineTransform GraphicsContext::getCTM() const
78 void GraphicsContext::savePlatformState()
86 void GraphicsContext::restorePlatformState()
94 void GraphicsContext::drawRect(const IntRect& rect)
102 void GraphicsContext::drawLine(const IntPoint& from, const IntPoint& to)
113 void GraphicsContext::drawEllipse(const IntRect& rect
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/android/context/
GraphicsContextAndroid.cpp 26 #include "GraphicsContext.h"
54 // This class just holds onto a PlatformContextSkia for GraphicsContext.
74 static void syncPlatformContext(GraphicsContext* gc)
103 GraphicsContext* GraphicsContext::createOffscreenContext(int width, int height)
114 GraphicsContext* ctx = new GraphicsContext(pgc);
120 void GraphicsContext::platformInit(PlatformGraphicsContext* gc)
128 void GraphicsContext::platformDestroy()
133 void GraphicsContext::savePlatformState(
    [all...]
  /external/webkit/Source/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/Source/WebCore/platform/win/
WebCoreTextRenderer.h 35 class GraphicsContext;
38 void WebCoreDrawTextAtPoint(GraphicsContext&, const String&, const IntPoint&, const Font&, const Color&, int underlinedIndex = -1);
39 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&);
  /external/webkit/Source/WebCore/platform/graphics/wx/
GradientWx.cpp 45 void Gradient::fill(GraphicsContext*, const FloatRect&)
  /external/webkit/Source/WebCore/platform/gtk/
GtkPluginWidget.h 38 void paint(GraphicsContext*, const IntRect&);
  /external/webkit/Source/WebKit/chromium/src/painting/
GraphicsContextBuilder.h 34 #include "GraphicsContext.h"
54 WebCore::GraphicsContext& context() { return m_graphicsContext; }
57 WebCore::GraphicsContext m_graphicsContext;
71 WebCore::GraphicsContext& context() { return m_graphicsContext; }
75 WebCore::GraphicsContext m_graphicsContext;
  /external/webkit/Source/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/Source/WebCore/rendering/svg/
SVGInlineTextBox.h 69 bool acquirePaintingResource(GraphicsContext*&, float scalingFactor, RenderObject*, RenderStyle*);
70 void releasePaintingResource(GraphicsContext*&, const Path*);
72 bool prepareGraphicsContextForTextPainting(GraphicsContext*&, float scalingFactor, TextRun&, RenderStyle*);
73 void restoreGraphicsContextAfterTextPainting(GraphicsContext*&, TextRun&);
75 void paintDecoration(GraphicsContext*, ETextDecoration, const SVGTextFragment&);
76 void paintDecorationWithStyle(GraphicsContext*, ETextDecoration, const SVGTextFragment&, RenderObject* decorationRenderer);
77 void paintTextWithShadows(GraphicsContext*, RenderStyle*, TextRun&, const SVGTextFragment&, int startPosition, int endPosition);
78 void paintText(GraphicsContext*, RenderStyle*, RenderStyle* selectionStyle, const SVGTextFragment&, bool hasSelection, bool paintSelectedTextOnly);
  /external/webkit/Source/WebKit2/Shared/qt/
ShareableBitmapQt.cpp 31 #include <WebCore/GraphicsContext.h>
42 PassOwnPtr<GraphicsContext> ShareableBitmap::createGraphicsContext()
45 GraphicsContext* context = new GraphicsContext(new QPainter(image));
50 void ShareableBitmap::paint(GraphicsContext& context, const IntPoint& dstPoint, const IntRect& srcRect)
  /external/webkit/Source/WebCore/platform/graphics/cg/
PDFDocumentImage.h 40 class GraphicsContext;
66 virtual void draw(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, ColorSpace styleColorSpace, CompositeOperator);
70 void adjustCTM(GraphicsContext*) const;

Completed in 458 milliseconds

1 2 3 4 5 6 7 8 91011>>