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

1 2 3 4 5 6 7 8 910

  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeGtkOrAura.h 43 virtual void paintTrackPiece(GraphicsContext*, ScrollbarThemeClient*, const IntRect&, ScrollbarPart);
44 virtual void paintButton(GraphicsContext*, ScrollbarThemeClient*, const IntRect&, ScrollbarPart);
45 virtual void paintThumb(GraphicsContext*, ScrollbarThemeClient*, const IntRect&);
ScrollbarThemeWin.h 45 virtual void paintTrackPiece(GraphicsContext*, ScrollbarThemeClient*, const IntRect&, ScrollbarPart) OVERRIDE;
46 virtual void paintButton(GraphicsContext*, ScrollbarThemeClient*, const IntRect&, ScrollbarPart) OVERRIDE;
47 virtual void paintThumb(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
ScrollbarThemeMacCommon.h 46 virtual void paintOverhangBackground(GraphicsContext*, const IntRect& horizontalOverhangArea, const IntRect& verticalOverhangArea, const IntRect& dirtyRect) OVERRIDE;
47 virtual void paintOverhangShadows(GraphicsContext*, const IntSize& scrollOffset, const IntRect& horizontalOverhangArea, const IntRect& verticalOverhangArea, const IntRect& dirtyRect) OVERRIDE;
48 virtual void paintTickmarks(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
59 void paintGivenTickmarks(GraphicsContext*, ScrollbarThemeClient*, const IntRect&, const Vector<IntRect>&);
ScrollbarTheme.h 31 #include "platform/graphics/GraphicsContext.h"
48 virtual bool paint(ScrollbarThemeClient*, GraphicsContext*, const IntRect& damageRect);
81 virtual void paintScrollCorner(GraphicsContext*, const IntRect& cornerRect);
83 virtual void paintTickmarks(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) { }
84 virtual void paintOverhangBackground(GraphicsContext*, const IntRect&, const IntRect&, const IntRect&);
85 virtual void paintOverhangShadows(GraphicsContext*, const IntSize&, const IntRect&, const IntRect&, const IntRect&) { }
113 virtual void paintScrollbarBackground(GraphicsContext*, ScrollbarThemeClient*) { }
114 virtual void paintTrackBackground(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) { }
115 virtual void paintTrackPiece(GraphicsContext*, ScrollbarThemeClient*, const IntRect&, ScrollbarPart) { }
116 virtual void paintButton(GraphicsContext*, ScrollbarThemeClient*, const IntRect&, ScrollbarPart) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/skia/
SkiaFontWin.h 43 class GraphicsContext;
47 void paintSkiaText(GraphicsContext*,
61 void paintSkiaText(GraphicsContext*,
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContextStateSaver.h 33 #include "platform/graphics/GraphicsContext.h"
40 GraphicsContextStateSaver(GraphicsContext& context, bool saveAndRestore = true)
68 GraphicsContext* context() const { return &m_context; }
72 GraphicsContext& m_context;
OpaqueRectTrackingContentLayerDelegate.h 37 class GraphicsContext;
42 virtual void paint(GraphicsContext&, const IntRect& clip) = 0;
CrossfadeGeneratedImage.h 54 virtual void draw(GraphicsContext*, const FloatRect&, const FloatRect&,
56 virtual void drawPattern(GraphicsContext*, const FloatRect&,
63 void drawCrossfade(GraphicsContext*);
GradientGeneratedImage.h 50 virtual void draw(GraphicsContext*, const FloatRect&, const FloatRect&,
52 virtual void drawPattern(GraphicsContext*, const FloatRect&,
GraphicsContextRecorder.h 35 #include "platform/graphics/GraphicsContext.h"
63 GraphicsContext* record(const IntSize&, bool isCertainlyOpaque);
68 OwnPtr<GraphicsContext> m_context;
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
LocalCurrentGraphicsContext.h 20 #include "platform/graphics/GraphicsContext.h"
34 LocalCurrentGraphicsContext(GraphicsContext* graphicsContext);
38 GraphicsContext* m_savedGraphicsContext;
47 ContextContainer(GraphicsContext*);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/skia/
OpaqueRegionSkia.h 44 class GraphicsContext;
46 // This class is an encapsulation of functionality for GraphicsContext, and its methods are mirrored
56 void popCanvasLayer(const GraphicsContext*);
65 void didDrawRect(const GraphicsContext*, const SkRect&, const SkPaint&, const SkBitmap* sourceBitmap);
66 void didDrawPath(const GraphicsContext*, const SkPath&, const SkPaint&);
67 void didDrawPoints(const GraphicsContext*, SkCanvas::PointMode, int numPoints, const SkPoint[], const SkPaint&);
68 void didDrawBounded(const GraphicsContext*, const SkRect&, const SkPaint&);
69 void didDrawUnbounded(const GraphicsContext*, const SkPaint&, DrawType);
88 void didDraw(const GraphicsContext*, const SkRect&, const SkPaint&, const SkBitmap* sourceBitmap, bool fillsBounds, DrawType);
89 void applyOpaqueRegionFromLayer(const GraphicsContext*, const SkRect& layerOpaqueRect, const SkPaint&)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
GraphicsContextAnnotator.h 42 class GraphicsContext;
63 GraphicsContext* m_context;
FilterEffectRenderer.h 33 #include "platform/graphics/GraphicsContext.h"
48 class GraphicsContext;
65 GraphicsContext* beginFilterEffect(GraphicsContext* oldContext);
66 GraphicsContext* applyFilterEffect();
70 GraphicsContext* m_savedGraphicsContext;
93 GraphicsContext* inputContext();
RenderScrollbarTheme.h 46 virtual void paintScrollCorner(GraphicsContext*, const IntRect& cornerRect) OVERRIDE;
70 virtual void paintScrollbarBackground(GraphicsContext*, ScrollbarThemeClient*) OVERRIDE;
71 virtual void paintTrackBackground(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
72 virtual void paintTrackPiece(GraphicsContext*, ScrollbarThemeClient*, const IntRect&, ScrollbarPart) OVERRIDE;
73 virtual void paintButton(GraphicsContext*, ScrollbarThemeClient*, const IntRect&, ScrollbarPart) OVERRIDE;
74 virtual void paintThumb(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
75 virtual void paintTickmarks(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRect.h 46 virtual void fillShape(GraphicsContext*) const;
47 virtual void strokeShape(GraphicsContext*) const;
RenderSVGResourceClipper.h 53 virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resourceMode) OVERRIDE FINAL;
54 virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short, const Path*, const RenderSVGShape*) OVERRIDE FINAL;
59 bool applyStatefulResource(RenderObject*, GraphicsContext*&, ClipperContext&);
60 void postApplyStatefulResource(RenderObject*, GraphicsContext*&, ClipperContext&);
65 bool applyClippingToContext(RenderObject*, const FloatRect&, const FloatRect&, GraphicsContext*, ClipperContext&);
77 bool tryPathOnlyClipping(GraphicsContext*, const AffineTransform&, const FloatRect&);
78 void drawClipMaskContent(GraphicsContext*, const FloatRect& targetBoundingBox);
79 PassRefPtr<DisplayList> asDisplayList(GraphicsContext*, const AffineTransform&);
RenderSVGResourceMasker.h 28 #include "platform/graphics/GraphicsContext.h"
47 virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resourceMode) OVERRIDE;
48 virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short, const Path*, const RenderSVGShape*) OVERRIDE;
59 void drawMaskForRenderer(GraphicsContext*, const FloatRect& targetBoundingBox);
60 PassRefPtr<DisplayList> asDisplayList(GraphicsContext*, const AffineTransform&);
RenderSVGEllipse.h 44 virtual void fillShape(GraphicsContext*) const;
45 virtual void strokeShape(GraphicsContext*) const;
RenderSVGResourceSolidColor.h 37 virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resourceMode);
38 virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short resourceMode, const Path*, const RenderSVGShape*);
SVGInlineTextBox.h 68 bool acquirePaintingResource(GraphicsContext*&, float scalingFactor, RenderObject*, RenderStyle*);
69 void releasePaintingResource(GraphicsContext*&, const Path*);
71 bool prepareGraphicsContextForTextPainting(GraphicsContext*&, float scalingFactor, TextRun&, RenderStyle*);
72 void restoreGraphicsContextAfterTextPainting(GraphicsContext*&, TextRun&);
74 void paintDecoration(GraphicsContext*, TextDecoration, const SVGTextFragment&);
75 void paintDecorationWithStyle(GraphicsContext*, TextDecoration, const SVGTextFragment&, RenderObject* decorationRenderer);
76 void paintTextWithShadows(GraphicsContext*, RenderStyle*, TextRun&, const SVGTextFragment&, int startPosition, int endPosition);
77 void paintText(GraphicsContext*, RenderStyle*, RenderStyle* selectionStyle, const SVGTextFragment&, bool hasSelection, bool paintSelectedTextOnly);
RenderSVGResourceGradient.h 42 class GraphicsContext;
51 virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resourceMode) OVERRIDE FINAL;
52 virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short resourceMode, const Path*, const RenderSVGShape*) OVERRIDE FINAL;
  /external/chromium_org/third_party/WebKit/Source/web/
WebScrollbarThemePainter.cpp 30 #include "platform/graphics/GraphicsContext.h"
51 GraphicsContext context(canvas);
58 GraphicsContext context(canvas);
65 GraphicsContext context(canvas);
72 GraphicsContext context(canvas);
79 GraphicsContext context(canvas);
86 GraphicsContext context(canvas);
93 GraphicsContext context(canvas);
100 GraphicsContext context(canvas);
107 GraphicsContext context(canvas)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
PrintContext.h 35 class GraphicsContext;
67 void spoolPage(GraphicsContext& ctx, int pageNumber, float width);
69 void spoolRect(GraphicsContext& ctx, const IntRect&);
83 static void spoolAllPagesWithBoundaries(Frame*, GraphicsContext&, const FloatSize& pageSizeInPixels);
86 void outputLinkedDestinations(GraphicsContext&, Node*, const IntRect& pageRect);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/win/
TransparencyWin.h 45 class GraphicsContext;
132 void init(GraphicsContext*, LayerMode, TransformMode, const IntRect&);
142 GraphicsContext* context() const { return m_drawContext; }
188 GraphicsContext* m_destContext;
215 GraphicsContext* m_drawContext;

Completed in 1280 milliseconds

1 2 3 4 5 6 7 8 910