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/core/paint/
BoxDecorationData.h 14 class GraphicsContext;
19 BoxDecorationData(const RenderStyle&, bool canRenderBorderImage, bool backgroundHasOpaqueTopLayer, GraphicsContext*);
28 BackgroundBleedAvoidance determineBackgroundBleedAvoidance(const RenderStyle&, bool canRenderBorderImage, bool backgroundHasOpaqueTopLayer, GraphicsContext*);
ImagePainter.h 10 class GraphicsContext;
22 void paintIntoRect(GraphicsContext*, const LayoutRect&);
VideoPainter.h 10 class GraphicsContext;
InlinePainter.h 13 class GraphicsContext;
27 void paintOutlineForLine(GraphicsContext*, const LayoutPoint&, const LayoutRect& prevLine, const LayoutRect& thisLine,
ObjectPainter.h 13 class GraphicsContext;
27 static void drawLineForBoxSide(GraphicsContext*, int x1, int y1, int x2, int y2, BoxSide, Color, EBorderStyle, int adjbw1, int adjbw2, bool antialias = false);
28 static void drawDashedOrDottedBoxSide(GraphicsContext*, int x1, int y1, int x2, int y2,
30 static void drawDoubleBoxSide(GraphicsContext*, int x1, int y1, int x2, int y2,
32 static void drawRidgeOrGrooveBoxSide(GraphicsContext*, int x1, int y1, int x2, int y2,
34 static void drawSolidBoxSide(GraphicsContext*, int x1, int y1, int x2, int y2,
BoxPainter.h 31 static InterpolationQuality chooseInterpolationQuality(RenderBoxModelObject&, GraphicsContext*, Image*, const void*, const LayoutSize&);
32 static void clipRoundedInnerRect(GraphicsContext*, const LayoutRect&, const RoundedRect& clipRect);
33 static bool paintNinePieceImage(RenderBoxModelObject&, GraphicsContext*, const LayoutRect&, const RenderStyle*, const NinePieceImage&, CompositeOperator = CompositeSourceOver);
36 static bool shouldAntialiasLines(GraphicsContext*);
43 static RoundedRect backgroundRoundedRectAdjustedForBleedAvoidance(RenderObject&, GraphicsContext*, const LayoutRect&, BackgroundBleedAvoidance, InlineFlowBox*, const LayoutSize&, bool includeLogicalLeftEdge, bool includeLogicalRightEdge);
47 static void applyBoxShadowForBackground(GraphicsContext*, RenderObject&);
50 static void paintTranslucentBorderSides(RenderObject&, GraphicsContext*, const RenderStyle*, const RoundedRect& outerBorder, const RoundedRect& innerBorder, const IntPoint& innerBorderAdjustment,
52 static LayoutRect borderInnerRectAdjustedForBleedAvoidance(GraphicsContext*, const LayoutRect&, BackgroundBleedAvoidance);
53 static void paintOneBorderSide(RenderObject&, GraphicsContext*, const RenderStyle*, const RoundedRect& outerBorder, const RoundedRect& innerBorder,
56 static void paintBorderSides(RenderObject&, GraphicsContext*, const RenderStyle*, const RoundedRect& outerBorder, const RoundedRect& innerBorder
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/mac/
LocalCurrentGraphicsContext.h 29 class GraphicsContext;
36 LocalCurrentGraphicsContext(GraphicsContext*, IntRect clipRect);
41 GraphicsContext* m_savedGraphicsContext;
  /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;
RegionTracker.h 43 class GraphicsContext;
50 // This class is an encapsulation of functionality for GraphicsContext, and its methods are mirrored
60 void popCanvasLayer(const GraphicsContext*);
77 void didDrawRect(const GraphicsContext*, const SkRect&, const SkPaint&, const SkBitmap* sourceBitmap);
78 void didDrawPath(const GraphicsContext*, const SkPath&, const SkPaint&);
79 void didDrawPoints(const GraphicsContext*, SkCanvas::PointMode, int numPoints, const SkPoint[], const SkPaint&);
80 void didDrawBounded(const GraphicsContext*, const SkRect&, const SkPaint&);
81 void didDrawUnbounded(const GraphicsContext*, const SkPaint&, DrawType);
102 void didDraw(const GraphicsContext*, const SkRect&, const SkPaint&, const SkBitmap* sourceBitmap, bool fillsBounds, DrawType);
103 void applyOpaqueRegionFromLayer(const GraphicsContext*, const SkRect& layerOpaqueRect, const SkPaint&)
    [all...]
ContentLayerDelegate.cpp 31 #include "platform/graphics/GraphicsContext.h"
56 GraphicsContext context(canvas, contextStatus == WebContentLayerClient::GraphicsContextEnabled ? GraphicsContext::NothingDisabled : GraphicsContext::FullyDisabled);
GraphicsContextStateSaver.h 33 #include "platform/graphics/GraphicsContext.h"
40 GraphicsContextStateSaver(GraphicsContext& context, bool saveAndRestore = true)
75 GraphicsContext* context() const { return &m_context; }
79 GraphicsContext& m_context;
ContentLayerDelegate.h 37 class GraphicsContext;
42 virtual void paint(GraphicsContext&, const IntRect& clip) = 0;
  /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;
47 virtual bool paint(ScrollbarThemeClient*, GraphicsContext*, const IntRect& damageRect);
80 virtual void paintScrollCorner(GraphicsContext*, const IntRect& cornerRect);
82 virtual void paintTickmarks(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) { }
83 virtual void paintOverhangBackground(GraphicsContext*, const IntRect&, const IntRect&, const IntRect&);
84 virtual void paintOverhangShadows(GraphicsContext*, const IntSize&, const IntRect&, const IntRect&, const IntRect&) { }
112 virtual void paintScrollbarBackground(GraphicsContext*, ScrollbarThemeClient*) { }
113 virtual void paintTrackBackground(GraphicsContext*, ScrollbarThemeClient*, const IntRect&) { }
114 virtual void paintTrackPiece(GraphicsContext*, ScrollbarThemeClient*, const IntRect&, ScrollbarPart) { }
115 virtual void paintButton(GraphicsContext*, ScrollbarThemeClient*, const IntRect&, ScrollbarPart) {
    [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;
90 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 46 virtual bool applyResource(RenderObject*, RenderStyle*, GraphicsContext*&, unsigned short resourceMode) OVERRIDE;
47 virtual void postApplyResource(RenderObject*, GraphicsContext*&) OVERRIDE;
52 bool applyStatefulResource(RenderObject*, GraphicsContext*&, ClipperState&);
53 void postApplyStatefulResource(RenderObject*, GraphicsContext*&, ClipperState&);
58 bool applyClippingToContext(RenderObject*, const FloatRect&, const FloatRect&, GraphicsContext*, ClipperState&);
70 bool tryPathOnlyClipping(GraphicsContext*, const AffineTransform&, const FloatRect&);
71 void drawClipMaskContent(GraphicsContext*, const FloatRect& targetBoundingBox);
72 void createDisplayList(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*&) OVERRIDE;
59 void drawMaskForRenderer(GraphicsContext*, const FloatRect& targetBoundingBox);
60 void createDisplayList(GraphicsContext*, const AffineTransform&);
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;
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
SkiaImageFilterBuilder.h 40 class GraphicsContext;
46 explicit SkiaImageFilterBuilder(GraphicsContext*);
62 GraphicsContext* context() { return m_context; }
66 GraphicsContext* m_context;
  /external/chromium_org/third_party/WebKit/Source/web/
PageOverlayList.h 38 class GraphicsContext;
58 void paintWebFrame(GraphicsContext&);
WebScrollbarThemePainter.cpp 30 #include "platform/graphics/GraphicsContext.h"
49 GraphicsContext context(canvas);
56 GraphicsContext context(canvas);
63 GraphicsContext context(canvas);
70 GraphicsContext context(canvas);
77 GraphicsContext context(canvas);
84 GraphicsContext context(canvas);
91 GraphicsContext context(canvas);
98 GraphicsContext context(canvas);
105 GraphicsContext context(canvas)
    [all...]

Completed in 218 milliseconds

1 2 3 4 5 6 7 8 910