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

1 2 3 4 5 6 7 8 910

  /external/chromium_org/third_party/WebKit/Source/platform/mac/
LocalCurrentGraphicsContext.h 28 class GraphicsContext;
35 LocalCurrentGraphicsContext(GraphicsContext* graphicsContext);
39 GraphicsContext* m_savedGraphicsContext;
48 ContextContainer(GraphicsContext*);
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
GraphicsContextCullSaver.h 4 #include "platform/graphics/GraphicsContext.h"
13 GraphicsContextCullSaver(GraphicsContext& context)
19 GraphicsContextCullSaver(GraphicsContext& context, const FloatRect& rect)
40 GraphicsContext& m_context;
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;
CrossfadeGeneratedImage.h 54 virtual void draw(GraphicsContext*, const FloatRect&, const FloatRect&,
56 virtual void drawPattern(GraphicsContext*, const FloatRect&,
63 void drawCrossfade(GraphicsContext*);
OpaqueRectTrackingContentLayerDelegate.cpp 31 #include "platform/graphics/GraphicsContext.h"
59 GraphicsContext context(canvas,
60 contextStatus == blink::WebContentLayerClient::GraphicsContextEnabled ? GraphicsContext::NothingDisabled : GraphicsContext::FullyDisabled);
GradientGeneratedImage.h 50 virtual void draw(GraphicsContext*, const FloatRect&, const FloatRect&,
52 virtual void drawPattern(GraphicsContext*, const FloatRect&,
GraphicsLayerClient.h 35 class GraphicsContext;
69 virtual void paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip) = 0;
Image.h 48 class GraphicsContext;
59 friend class GraphicsContext;
117 virtual void drawPattern(GraphicsContext*, const FloatRect&,
128 static void fillWithSolidColor(GraphicsContext*, const FloatRect& dstRect, const Color&, CompositeOperator);
131 virtual void draw(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, CompositeOperator, blink::WebBlendMode) = 0;
132 virtual void draw(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, CompositeOperator, blink::WebBlendMode, RespectImageOrientationEnum);
133 void drawTiled(GraphicsContext*, const FloatRect& dstRect, const FloatPoint& srcPoint, const FloatSize& tileSize,
135 void drawTiled(GraphicsContext*, const FloatRect& dstRect, const FloatRect& srcRect, const FloatSize& tileScaleFactor, TileRule hRule, TileRule vRule, CompositeOperator);
  /external/chromium_org/third_party/WebKit/Source/platform/scroll/
ScrollbarThemeAura.h 43 virtual void paintTrackPiece(GraphicsContext*, ScrollbarThemeClient*, const IntRect&, ScrollbarPart) OVERRIDE;
44 virtual void paintButton(GraphicsContext*, ScrollbarThemeClient*, const IntRect&, ScrollbarPart) OVERRIDE;
45 virtual void paintThumb(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
ScrollbarThemeMacCommon.h 49 virtual void paintOverhangBackground(GraphicsContext*, const IntRect& horizontalOverhangArea, const IntRect& verticalOverhangArea, const IntRect& dirtyRect) OVERRIDE;
50 virtual void paintOverhangShadows(GraphicsContext*, const IntSize& scrollOffset, const IntRect& horizontalOverhangArea, const IntRect& verticalOverhangArea, const IntRect& dirtyRect) OVERRIDE;
51 virtual void paintTickmarks(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
65 void paintGivenTickmarks(GraphicsContext*, ScrollbarThemeClient*, const IntRect&, const Vector<IntRect>&);
ScrollbarTheme.h 35 class GraphicsContext;
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/graphics/filters/
SkiaImageFilterBuilder.h 40 class GraphicsContext;
45 explicit SkiaImageFilterBuilder(GraphicsContext*);
57 GraphicsContext* context() { return m_context; }
61 GraphicsContext* m_context;
  /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 44 class GraphicsContext;
61 GraphicsContext* beginFilterEffect(GraphicsContext* oldContext);
62 GraphicsContext* applyFilterEffect();
66 GraphicsContext* m_savedGraphicsContext;
89 GraphicsContext* inputContext();
RenderScrollbarTheme.h 43 virtual void paintScrollCorner(GraphicsContext*, const IntRect& cornerRect) OVERRIDE;
68 virtual void paintScrollbarBackground(GraphicsContext*, ScrollbarThemeClient*) OVERRIDE;
69 virtual void paintTrackBackground(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
70 virtual void paintTrackPiece(GraphicsContext*, ScrollbarThemeClient*, const IntRect&, ScrollbarPart) OVERRIDE;
71 virtual void paintButton(GraphicsContext*, ScrollbarThemeClient*, const IntRect&, ScrollbarPart) OVERRIDE;
72 virtual void paintThumb(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
73 virtual void paintTickmarks(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) OVERRIDE;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGResourceClipper.h 53 virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resourceMode) OVERRIDE;
54 virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short, const Path*, const RenderSVGShape*) OVERRIDE;
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 36 class GraphicsContext;
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&);
SVGInlineTextBox.h 68 bool acquirePaintingResource(GraphicsContext*&, float scalingFactor, RenderObject*,
70 void releasePaintingResource(GraphicsContext*&, const Path*, RenderSVGResourceModeFlags);
72 bool prepareGraphicsContextForTextPainting(GraphicsContext*&, float scalingFactor, TextRun&,
74 void restoreGraphicsContextAfterTextPainting(GraphicsContext*&, TextRun&, RenderSVGResourceModeFlags);
76 void paintDecoration(GraphicsContext*, TextDecoration, const SVGTextFragment&);
77 void paintDecorationWithStyle(GraphicsContext*, TextDecoration, const SVGTextFragment&,
79 void paintTextWithShadows(GraphicsContext*, RenderStyle*, TextRun&, const SVGTextFragment&,
81 void paintText(GraphicsContext*, RenderStyle*, RenderStyle* selectionStyle, const SVGTextFragment&,
84 virtual void paintDocumentMarker(GraphicsContext*, const FloatPoint&, DocumentMarker*, RenderStyle*, const Font&, bool) OVERRIDE FINAL;
85 virtual void paintTextMatchMarker(GraphicsContext*, const FloatPoint&, DocumentMarker*, RenderStyle*, const Font&) OVERRIDE FINAL
    [all...]
RenderSVGEllipse.h 44 virtual void fillShape(GraphicsContext*) const OVERRIDE;
45 virtual void strokeShape(GraphicsContext*) const OVERRIDE;
RenderSVGRect.h 46 virtual void fillShape(GraphicsContext*) const OVERRIDE;
47 virtual void strokeShape(GraphicsContext*) const OVERRIDE;
RenderSVGResource.h 48 class GraphicsContext;
62 virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resourceMode) = 0;
63 virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short, const Path*, const RenderSVGShape*) { }
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;
RenderSVGResourceSolidColor.h 37 virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resourceMode) OVERRIDE;
38 virtual void postApplyResource(RenderObject*, GraphicsContext*&, unsigned short resourceMode, const Path*, const RenderSVGShape*) OVERRIDE;
  /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...]

Completed in 323 milliseconds

1 2 3 4 5 6 7 8 910