/external/webkit/WebCore/platform/graphics/ |
D | GraphicsContext.cpp | 77 GraphicsContextPrivate* GraphicsContext::createGraphicsContextPrivate() in createGraphicsContextPrivate() 82 void GraphicsContext::destroyGraphicsContextPrivate(GraphicsContextPrivate* deleteMe) in destroyGraphicsContextPrivate() 87 void GraphicsContext::save() in save() 97 void GraphicsContext::restore() in restore() 112 void GraphicsContext::setStrokeThickness(float thickness) in setStrokeThickness() 118 void GraphicsContext::setStrokeStyle(const StrokeStyle& style) in setStrokeStyle() 124 void GraphicsContext::setStrokeColor(const Color& color) in setStrokeColor() 131 void GraphicsContext::setShadow(const IntSize& size, int blur, const Color& color) in setShadow() 139 void GraphicsContext::clearShadow() in clearShadow() 147 bool GraphicsContext::getShadow(IntSize& size, int& blur, Color& color) const in getShadow() [all …]
|
D | Image.h | 74 class GraphicsContext; variable 83 friend class GraphicsContext; variable 157 …static void fillWithSolidColor(GraphicsContext* ctxt, const FloatRect& dstRect, const Color& color… 160 …virtual void drawFrameMatchingSourceSize(GraphicsContext*, const FloatRect& dstRect, const IntSize… in drawFrameMatchingSourceSize() argument 162 …virtual void draw(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, CompositeO… 163 …void drawTiled(GraphicsContext*, const FloatRect& dstRect, const FloatPoint& srcPoint, const Float… 164 …void drawTiled(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, TileRule hRul… 172 …virtual void drawPattern(GraphicsContext*, const FloatRect& srcRect, const TransformationMatrix& p…
|
D | Font.h | 48 class GraphicsContext; variable 79 …void drawText(GraphicsContext*, const TextRun&, const FloatPoint&, int from = 0, int to = -1) cons… 135 …void drawTextUsingSVGFont(GraphicsContext*, const TextRun&, const FloatPoint&, int from, int to) c… 144 … void drawSimpleText(GraphicsContext*, const TextRun&, const FloatPoint&, int from, int to) const; 145 …void drawGlyphs(GraphicsContext*, const SimpleFontData*, const GlyphBuffer&, int from, int to, con… 146 …void drawGlyphBuffer(GraphicsContext*, const GlyphBuffer&, const TextRun&, const FloatPoint&) cons… 152 … void drawComplexText(GraphicsContext*, const TextRun&, const FloatPoint&, int from, int to) const;
|
/external/webkit/WebCore/platform/graphics/wx/ |
D | GraphicsContextWx.cpp | 115 GraphicsContext::GraphicsContext(PlatformGraphicsContext* context) in GraphicsContext() function in WebCore::GraphicsContext 132 GraphicsContext::~GraphicsContext() in ~GraphicsContext() 138 PlatformGraphicsContext* GraphicsContext::platformContext() const in platformContext() 143 void GraphicsContext::savePlatformState() in savePlatformState() 170 void GraphicsContext::restorePlatformState() in restorePlatformState() 198 void GraphicsContext::drawRect(const IntRect& rect) in drawRect() 208 void GraphicsContext::drawLine(const IntPoint& point1, const IntPoint& point2) in drawLine() 221 void GraphicsContext::drawEllipse(const IntRect& rect) in drawEllipse() 230 void GraphicsContext::strokeArc(const IntRect& rect, int startAngle, int angleSpan) in strokeArc() 239 void GraphicsContext::drawConvexPolygon(size_t npoints, const FloatPoint* points, bool shouldAntial… in drawConvexPolygon() [all …]
|
/external/webkit/WebCore/platform/graphics/android/ |
D | GraphicsContextAndroid.cpp | 82 GraphicsContext* mCG; // back-ptr to our parent 162 GraphicsContextPlatformPrivate(GraphicsContext* cg, PlatformGraphicsContext* pgc) in GraphicsContextPlatformPrivate() 337 GraphicsContext* GraphicsContext::createOffscreenContext(int width, int height) in createOffscreenContext() 348 GraphicsContext* ctx = new GraphicsContext(pgc); in createOffscreenContext() 355 GraphicsContext::GraphicsContext(PlatformGraphicsContext *gc) in GraphicsContext() function in WebCore::GraphicsContext 362 GraphicsContext::~GraphicsContext() in ~GraphicsContext() 368 void GraphicsContext::savePlatformState() in savePlatformState() 376 void GraphicsContext::restorePlatformState() in restorePlatformState() 384 bool GraphicsContext::willFill() const { in willFill() 388 bool GraphicsContext::willStroke() const { in willStroke() [all …]
|
/external/webkit/WebCore/platform/graphics/cairo/ |
D | GraphicsContextCairo.cpp | 106 GraphicsContext::GraphicsContext(PlatformGraphicsContext* cr) in GraphicsContext() function in WebCore::GraphicsContext 114 GraphicsContext::~GraphicsContext() in ~GraphicsContext() 120 TransformationMatrix GraphicsContext::getCTM() const in getCTM() 128 cairo_t* GraphicsContext::platformContext() const in platformContext() 133 void GraphicsContext::savePlatformState() in savePlatformState() 139 void GraphicsContext::restorePlatformState() in restorePlatformState() 146 void GraphicsContext::drawRect(const IntRect& rect) in drawRect() 202 void GraphicsContext::drawLine(const IntPoint& point1, const IntPoint& point2) in drawLine() 295 void GraphicsContext::drawEllipse(const IntRect& rect) in drawEllipse() 323 void GraphicsContext::strokeArc(const IntRect& rect, int startAngle, int angleSpan) in strokeArc() [all …]
|
/external/webkit/WebCore/platform/graphics/skia/ |
D | GraphicsContextSkia.cpp | 218 GraphicsContext::GraphicsContext(PlatformGraphicsContext* gc) in GraphicsContext() function in WebCore::GraphicsContext 225 GraphicsContext::~GraphicsContext() in ~GraphicsContext() 231 PlatformGraphicsContext* GraphicsContext::platformContext() const in platformContext() 239 void GraphicsContext::savePlatformState() in savePlatformState() 248 void GraphicsContext::restorePlatformState() in restorePlatformState() 257 void GraphicsContext::beginTransparencyLayer(float opacity) in beginTransparencyLayer() 273 void GraphicsContext::endTransparencyLayer() in endTransparencyLayer() 287 void GraphicsContext::addInnerRoundedRectClip(const IntRect& rect, int thickness) in addInnerRoundedRectClip() 306 void GraphicsContext::addPath(const Path& path) in addPath() 313 void GraphicsContext::beginPath() in beginPath() [all …]
|
/external/webkit/WebCore/platform/graphics/qt/ |
D | GraphicsContextQt.cpp | 257 GraphicsContext::GraphicsContext(PlatformGraphicsContext* context) in GraphicsContext() function in WebCore::GraphicsContext 269 GraphicsContext::~GraphicsContext() in ~GraphicsContext() 278 PlatformGraphicsContext* GraphicsContext::platformContext() const in platformContext() 283 TransformationMatrix GraphicsContext::getCTM() const in getCTM() 288 void GraphicsContext::savePlatformState() in savePlatformState() 293 void GraphicsContext::restorePlatformState() in restorePlatformState() 410 void GraphicsContext::drawRect(const IntRect& rect) in drawRect() 456 void GraphicsContext::drawLine(const IntPoint& point1, const IntPoint& point2) in drawLine() 486 void GraphicsContext::drawEllipse(const IntRect& rect) in drawEllipse() 494 void GraphicsContext::strokeArc(const IntRect& rect, int startAngle, int angleSpan) in strokeArc() [all …]
|
/external/webkit/WebCore/platform/graphics/cg/ |
D | GraphicsContextCG.cpp | 67 GraphicsContext::GraphicsContext(CGContextRef cgContext) in GraphicsContext() function in WebCore::GraphicsContext 79 GraphicsContext::~GraphicsContext() in ~GraphicsContext() 85 CGContextRef GraphicsContext::platformContext() const in platformContext() 92 void GraphicsContext::savePlatformState() in savePlatformState() 100 void GraphicsContext::restorePlatformState() in restorePlatformState() 110 void GraphicsContext::drawRect(const IntRect& rect) in drawRect() 140 void GraphicsContext::drawLine(const IntPoint& point1, const IntPoint& point2) in drawLine() 258 void GraphicsContext::drawEllipse(const IntRect& rect) in drawEllipse() 278 void GraphicsContext::strokeArc(const IntRect& rect, int startAngle, int angleSpan) in strokeArc() 367 void GraphicsContext::drawConvexPolygon(size_t npoints, const FloatPoint* points, bool antialiased) in drawConvexPolygon() [all …]
|
D | PDFDocumentImage.h | 37 class GraphicsContext; variable 61 …virtual void draw(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, CompositeO… 65 void adjustCTM(GraphicsContext*) const;
|
/external/webkit/WebCore/platform/wx/ |
D | TemporaryLinkStubs.cpp | 98 void GraphicsContext::addInnerRoundedRectClip(const IntRect& rect, int thickness) { notImplemented(… in addInnerRoundedRectClip() 115 void GraphicsContext::setPlatformShadow(IntSize const&,int,Color const&) { notImplemented(); } in setPlatformShadow() 116 void GraphicsContext::clearPlatformShadow() { notImplemented(); } in clearPlatformShadow() 117 void GraphicsContext::beginTransparencyLayer(float) { notImplemented(); } in beginTransparencyLayer() 118 void GraphicsContext::endTransparencyLayer() { notImplemented(); } in endTransparencyLayer() 119 void GraphicsContext::clearRect(const FloatRect&) { notImplemented(); } in clearRect() 120 void GraphicsContext::strokeRect(const FloatRect&, float) { notImplemented(); } in strokeRect() 121 void GraphicsContext::setLineCap(LineCap) { notImplemented(); } in setLineCap() 122 void GraphicsContext::setLineJoin(LineJoin) { notImplemented(); } in setLineJoin() 123 void GraphicsContext::setMiterLimit(float) { notImplemented(); } in setMiterLimit() [all …]
|
/external/webkit/WebCore/platform/ |
D | 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*) {} in paintScrollbarBackground() argument 61 virtual void paintTrackBackground(GraphicsContext*, Scrollbar*, const IntRect&) {} in paintTrackBackground() argument 62 virtual void paintTrackPiece(GraphicsContext*, Scrollbar*, const IntRect&, ScrollbarPart) {} in paintTrackPiece() argument 63 virtual void paintButton(GraphicsContext*, Scrollbar*, const IntRect&, ScrollbarPart) {} in paintButton() argument 64 virtual void paintThumb(GraphicsContext*, Scrollbar*, const IntRect&) {} in paintThumb() argument 65 virtual void paintTickmarks(GraphicsContext*, Scrollbar*, const IntRect&) {} in paintTickmarks() argument
|
/external/webkit/WebCore/svg/graphics/ |
D | SVGPaintServer.h | 54 class GraphicsContext; variable 69 virtual void draw(GraphicsContext*&, const RenderObject*, SVGPaintTargetType) const; 70 …virtual void teardown(GraphicsContext*&, const RenderObject*, SVGPaintTargetType, bool isPaintingT… 71 virtual void renderPath(GraphicsContext*&, const RenderObject*, SVGPaintTargetType) const; 73 …virtual bool setup(GraphicsContext*&, const RenderObject*, SVGPaintTargetType, bool isPaintingText… 87 void applyStrokeStyleToContext(GraphicsContext*, RenderStyle*, const RenderObject*);
|
/external/webkit/WebCore/platform/chromium/ |
D | ScrollbarThemeChromium.h | 64 virtual void paintScrollCorner(ScrollView*, GraphicsContext*, const IntRect&); 67 virtual void paintTrackBackground(GraphicsContext*, Scrollbar*, const IntRect&); 68 virtual void paintTrackPiece(GraphicsContext*, Scrollbar*, const IntRect&, ScrollbarPart); 69 virtual void paintButton(GraphicsContext*, Scrollbar*, const IntRect&, ScrollbarPart); 70 virtual void paintThumb(GraphicsContext*, Scrollbar*, const IntRect&); 71 virtual void paintTickmarks(GraphicsContext*, Scrollbar*, const IntRect&);
|
D | ChromiumBridge.h | 54 class GraphicsContext; variable 145 GraphicsContext*, int part, int state, int classicState, const IntRect&); 147 GraphicsContext*, int part, int state, int classicState, const IntRect&); 149 GraphicsContext*, int state, int classicState, const IntRect&); 151 GraphicsContext*, int part, int state, int classicState, const IntRect&); 153 …GraphicsContext*, int part, int state, int classicState, const IntRect&, const IntRect& alignRect); 155 …GraphicsContext*, int part, int state, int classicState, const IntRect&, const Color&, bool fillCo…
|
/external/webkit/WebCore/rendering/ |
D | InlineTextBox.h | 37 void updateGraphicsContext(GraphicsContext* context, const Color& fillColor, const Color& strokeCol… 124 …void paintCompositionBackground(GraphicsContext*, int tx, int ty, RenderStyle*, const Font&, int s… 125 …void paintDocumentMarkers(GraphicsContext*, int tx, int ty, RenderStyle*, const Font&, bool backgr… 126 void paintCompositionUnderline(GraphicsContext*, int tx, int ty, const CompositionUnderline&); 132 void paintDecoration(GraphicsContext*, int tx, int ty, int decoration, ShadowData*); 133 void paintSelection(GraphicsContext*, int tx, int ty, RenderStyle*, const Font&); 134 …void paintSpellingOrGrammarMarker(GraphicsContext*, int tx, int ty, DocumentMarker, RenderStyle*, … 135 …void paintTextMatchMarker(GraphicsContext*, int tx, int ty, DocumentMarker, RenderStyle*, const Fo…
|
D | RenderScrollbarTheme.h | 47 … virtual void paintScrollCorner(ScrollView*, GraphicsContext* context, const IntRect& cornerRect); 71 virtual void paintScrollbarBackground(GraphicsContext*, Scrollbar*); 72 virtual void paintTrackBackground(GraphicsContext*, Scrollbar*, const IntRect&); 73 virtual void paintTrackPiece(GraphicsContext*, Scrollbar*, const IntRect&, ScrollbarPart); 74 virtual void paintButton(GraphicsContext*, Scrollbar*, const IntRect&, ScrollbarPart); 75 virtual void paintThumb(GraphicsContext*, Scrollbar*, const IntRect&);
|
D | RenderScrollbarTheme.cpp | 109 void RenderScrollbarTheme::paintScrollCorner(ScrollView*, GraphicsContext* context, const IntRect& … in paintScrollCorner() 115 void RenderScrollbarTheme::paintScrollbarBackground(GraphicsContext* context, Scrollbar* scrollbar) in paintScrollbarBackground() 120 void RenderScrollbarTheme::paintTrackBackground(GraphicsContext* context, Scrollbar* scrollbar, con… in paintTrackBackground() 125 void RenderScrollbarTheme::paintTrackPiece(GraphicsContext* context, Scrollbar* scrollbar, const In… in paintTrackPiece() 130 void RenderScrollbarTheme::paintButton(GraphicsContext* context, Scrollbar* scrollbar, const IntRec… in paintButton() 135 void RenderScrollbarTheme::paintThumb(GraphicsContext* context, Scrollbar* scrollbar, const IntRect… in paintThumb()
|
/external/webkit/WebCore/platform/graphics/win/ |
D | GraphicsContextCGWin.cpp | 65 GraphicsContext::GraphicsContext(HDC hdc, bool hasAlpha) in GraphicsContext() function in WebCore::GraphicsContext 79 bool GraphicsContext::inTransparencyLayer() const { return m_data->m_transparencyCount; } in inTransparencyLayer() 83 HDC GraphicsContext::getWindowsContext(const IntRect& dstRect, bool supportAlphaBlend, bool mayCrea… in getWindowsContext() 141 void GraphicsContext::releaseWindowsContext(HDC hdc, const IntRect& dstRect, bool supportAlphaBlend… in releaseWindowsContext() 176 void GraphicsContext::setShouldIncludeChildWindows(bool include) in setShouldIncludeChildWindows() 181 bool GraphicsContext::shouldIncludeChildWindows() const in shouldIncludeChildWindows() 186 GraphicsContext::WindowsBitmap::WindowsBitmap(HDC hdc, IntSize size) in WindowsBitmap() 218 GraphicsContext::WindowsBitmap::~WindowsBitmap() in ~WindowsBitmap() 227 GraphicsContext::WindowsBitmap* GraphicsContext::createWindowsBitmap(IntSize size) in createWindowsBitmap() 232 void GraphicsContext::drawWindowsBitmap(WindowsBitmap* image, const IntPoint& point) in drawWindowsBitmap() [all …]
|
D | GraphicsContextCairoWin.cpp | 40 GraphicsContext::GraphicsContext(HDC dc, bool hasAlpha) in GraphicsContext() function in WebCore::GraphicsContext 61 HDC GraphicsContext::getWindowsContext(const IntRect& dstRect, bool supportAlphaBlend, bool mayCrea… in getWindowsContext() 90 bool GraphicsContext::inTransparencyLayer() const { return m_data->m_transparencyCount; } in inTransparencyLayer() 92 void GraphicsContext::releaseWindowsContext(HDC hdc, const IntRect& dstRect, bool supportAlphaBlend… in releaseWindowsContext()
|
/external/webkit/WebCore/platform/graphics/chromium/ |
D | ThemeHelperChromiumWin.h | 41 class GraphicsContext; variable 67 ThemeHelperWin(GraphicsContext* context, const IntRect& rect); 72 GraphicsContext* context() in context() 84 GraphicsContext* m_orgContext;
|
/external/webkit/WebCore/html/ |
D | CanvasRenderingContext2D.cpp | 80 virtual void strokeStyle(GraphicsContext* c) in strokeStyle() 139 GraphicsContext* c = drawingContext(); in save() 153 GraphicsContext* c = drawingContext(); in restore() 177 GraphicsContext* c = drawingContext(); in setStrokeStyle() 201 GraphicsContext* c = drawingContext(); in setFillStyle() 217 GraphicsContext* c = drawingContext(); in setLineWidth() 234 GraphicsContext* c = drawingContext(); in setLineCap() 251 GraphicsContext* c = drawingContext(); in setLineJoin() 267 GraphicsContext* c = drawingContext(); in setMiterLimit() 328 GraphicsContext* c = drawingContext(); in setGlobalAlpha() [all …]
|
/external/webkit/WebCore/platform/win/ |
D | ScrollbarThemeWin.h | 54 virtual void paintTrackBackground(GraphicsContext*, Scrollbar*, const IntRect&); 55 virtual void paintTrackPiece(GraphicsContext*, Scrollbar*, const IntRect&, ScrollbarPart); 56 virtual void paintButton(GraphicsContext*, Scrollbar*, const IntRect&, ScrollbarPart); 57 virtual void paintThumb(GraphicsContext*, Scrollbar*, const IntRect&);
|
D | WebCoreTextRenderer.h | 30 class GraphicsContext; variable 34 …void WebCoreDrawTextAtPoint(GraphicsContext&, const String&, const IntPoint&, const Font&, const C… 35 …void WebCoreDrawDoubledTextAtPoint(GraphicsContext&, const String&, const IntPoint&, const Font&, …
|
/external/webkit/WebCore/platform/mac/ |
D | LocalCurrentGraphicsContext.h | 26 class GraphicsContext; variable 32 LocalCurrentGraphicsContext(GraphicsContext* graphicsContext); 36 GraphicsContext* m_savedGraphicsContext;
|