Home
last modified time | relevance | path

Searched refs:PaintInfo (Results 1 – 25 of 162) sorted by relevance

1234567

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTheme.h70 bool paint(RenderObject*, const PaintInfo&, const IntRect&);
71 bool paintBorderOnly(RenderObject*, const PaintInfo&, const IntRect&);
72 bool paintDecorations(RenderObject*, const PaintInfo&, const IntRect&);
157 …virtual bool paintCapsLockIndicator(RenderObject*, const PaintInfo&, const IntRect&) { return 0; }; in paintCapsLockIndicator() argument
176 void paintSliderTicks(RenderObject*, const PaintInfo&, const IntRect&);
214 virtual bool paintCheckbox(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintCheckbox() argument
218 virtual bool paintRadio(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintRadio() argument
222 virtual bool paintButton(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintButton() argument
225 …virtual bool paintInnerSpinButton(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintInnerSpinButton() argument
228 virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintTextField() argument
[all …]
DRenderThemeChromiumSkia.h77 virtual bool paintTextArea(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
80 virtual bool paintSearchField(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
83 …virtual bool paintSearchFieldCancelButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRID…
88 …virtual bool paintSearchFieldResultsDecoration(RenderObject*, const PaintInfo&, const IntRect&) OV…
90 virtual bool paintMediaSliderTrack(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
91 …virtual bool paintMediaVolumeSliderTrack(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
93 virtual bool paintMediaSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
94 …virtual bool paintMediaToggleClosedCaptionsButton(RenderObject*, const PaintInfo&, const IntRect&)…
95 virtual bool paintMediaCastButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
96 …virtual bool paintMediaVolumeSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
[all …]
DRenderThemeChromiumMac.h71 virtual bool paintCapsLockIndicator(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
77 virtual bool paintMeter(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
95 virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
97 virtual bool paintTextArea(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
99 virtual bool paintMenuList(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
102 virtual bool paintMenuListButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
105 virtual bool paintProgressBar(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
107 virtual bool paintSliderTrack(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
109 virtual bool paintSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
111 virtual bool paintSearchField(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
[all …]
DRenderThemeChromiumDefault.h63 virtual bool paintCheckbox(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
66 virtual bool paintRadio(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
69 virtual bool paintButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
70 virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
71 virtual bool paintMenuList(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
72 virtual bool paintMenuListButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
73 virtual bool paintSliderTrack(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
74 virtual bool paintSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
77 virtual bool paintInnerSpinButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
83 virtual bool paintProgressBar(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
DRenderThemeChromiumSkia.cpp185 bool RenderThemeChromiumSkia::paintTextArea(RenderObject* o, const PaintInfo& i, const IntRect& r) in paintTextArea()
196 bool RenderThemeChromiumSkia::paintSearchField(RenderObject* o, const PaintInfo& i, const IntRect& … in paintSearchField()
222 …a::paintSearchFieldCancelButton(RenderObject* cancelButtonObject, const PaintInfo& paintInfo, cons… in paintSearchFieldCancelButton()
267 …:paintSearchFieldResultsDecoration(RenderObject* magnifierObject, const PaintInfo& paintInfo, cons… in paintSearchFieldResultsDecoration()
294 bool RenderThemeChromiumSkia::paintMediaSliderTrack(RenderObject* object, const PaintInfo& paintInf… in paintMediaSliderTrack()
299 bool RenderThemeChromiumSkia::paintMediaVolumeSliderTrack(RenderObject* object, const PaintInfo& pa… in paintMediaVolumeSliderTrack()
309 bool RenderThemeChromiumSkia::paintMediaSliderThumb(RenderObject* object, const PaintInfo& paintInf… in paintMediaSliderThumb()
314 bool RenderThemeChromiumSkia::paintMediaToggleClosedCaptionsButton(RenderObject* o, const PaintInfo in paintMediaToggleClosedCaptionsButton()
319 bool RenderThemeChromiumSkia::paintMediaCastButton(RenderObject* o, const PaintInfo& paintInfo, con… in paintMediaCastButton()
324 bool RenderThemeChromiumSkia::paintMediaVolumeSliderThumb(RenderObject* object, const PaintInfo& pa… in paintMediaVolumeSliderThumb()
[all …]
DRenderMediaControls.cpp69 static bool paintMediaMuteButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& r… in paintMediaMuteButton()
96 static bool paintMediaPlayButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& r… in paintMediaPlayButton()
112 static bool paintMediaOverlayPlayButton(RenderObject* object, const PaintInfo& paintInfo, const Int… in paintMediaOverlayPlayButton()
195 static bool paintMediaSlider(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect) in paintMediaSlider()
247 static bool paintMediaSliderThumb(RenderObject* object, const PaintInfo& paintInfo, const IntRect& … in paintMediaSliderThumb()
265 static bool paintMediaVolumeSlider(RenderObject* object, const PaintInfo& paintInfo, const IntRect&… in paintMediaVolumeSlider()
302 static bool paintMediaVolumeSliderThumb(RenderObject* object, const PaintInfo& paintInfo, const Int… in paintMediaVolumeSliderThumb()
318 static bool paintMediaFullscreenButton(RenderObject* object, const PaintInfo& paintInfo, const IntR… in paintMediaFullscreenButton()
328 static bool paintMediaToggleClosedCaptionsButton(RenderObject* object, const PaintInfo& paintInfo, … in paintMediaToggleClosedCaptionsButton()
342 static bool paintMediaCastButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& r… in paintMediaCastButton()
[all …]
DRenderEmbeddedObject.h47 virtual void paintContents(PaintInfo&, const LayoutPoint&) OVERRIDE FINAL;
48 virtual void paintReplaced(PaintInfo&, const LayoutPoint&) OVERRIDE FINAL;
49 virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE FINAL;
DRenderBlock.h42 struct PaintInfo;
165 …, LayoutUnit logicalLeft, LayoutUnit logicalTop, LayoutUnit logicalHeight, const PaintInfo*) const;
167 … LayoutUnit logicalRight, LayoutUnit logicalTop, LayoutUnit logicalHeight, const PaintInfo*) const;
247 …LogicalTop, LayoutUnit& lastLogicalLeft, LayoutUnit& lastLogicalRight, const PaintInfo* = 0) const;
281 virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE;
283 virtual void paintObject(PaintInfo&, const LayoutPoint&) OVERRIDE;
284 virtual void paintChildren(PaintInfo&, const LayoutPoint&);
287 virtual void paintFloats(PaintInfo&, const LayoutPoint&, bool) { } in paintFloats() argument
399 …lastLogicalTop, LayoutUnit& lastLogicalLeft, LayoutUnit& lastLogicalRight, const PaintInfo*) const;
401 …it lastLogicalLeft, LayoutUnit lastLogicalRight, LayoutUnit logicalBottom, const PaintInfo*) const;
[all …]
/external/chromium_org/third_party/WebKit/Source/core/paint/
DBlockPainter.h10 struct PaintInfo;
23 void paint(PaintInfo&, const LayoutPoint& paintOffset);
24 void paintObject(PaintInfo&, const LayoutPoint&);
25 void paintChildren(PaintInfo&, const LayoutPoint&);
26 void paintChildAsInlineBlock(RenderBox*, PaintInfo&, const LayoutPoint&);
31 static void paintAsInlineBlock(RenderObject*, PaintInfo&, const LayoutPoint&);
32 …static void paintChildrenOfFlexibleBox(RenderFlexibleBox&, PaintInfo&, const LayoutPoint& paintOff…
33 static void paintInlineBox(InlineBox&, PaintInfo&, const LayoutPoint& paintOffset);
38 void paintCarets(PaintInfo&, const LayoutPoint&);
39 void paintContents(PaintInfo&, const LayoutPoint&);
[all …]
DBoxPainter.h14 struct PaintInfo;
21 void paint(PaintInfo&, const LayoutPoint&);
23 void paintBoxDecorationBackground(PaintInfo&, const LayoutPoint&);
24 void paintMask(PaintInfo&, const LayoutPoint&);
25 void paintClippingMask(PaintInfo&, const LayoutPoint&);
26 …void paintFillLayers(const PaintInfo&, const Color&, const FillLayer&, const LayoutRect&, Backgrou…
27 void paintMaskImages(const PaintInfo&, const LayoutRect&);
28 void paintBoxDecorationBackgroundWithRect(PaintInfo&, const LayoutPoint&, const LayoutRect&);
29 …static void paintFillLayerExtended(RenderBoxModelObject&, const PaintInfo&, const Color&, const Fi…
34 …static void paintBorder(RenderBoxModelObject&, const PaintInfo&, const LayoutRect&, const RenderSt…
[all …]
DInlineFlowBoxPainter.h19 struct PaintInfo;
25 … void paint(PaintInfo&, const LayoutPoint&, const LayoutUnit lineTop, const LayoutUnit lineBottom);
28 void paintBoxDecorationBackground(PaintInfo&, const LayoutPoint&);
29 void paintMask(PaintInfo&, const LayoutPoint&);
30 …void paintFillLayers(const PaintInfo&, const Color&, const FillLayer&, const LayoutRect&, Composit…
31 …void paintFillLayer(const PaintInfo&, const Color&, const FillLayer&, const LayoutRect&, Composite…
32 void paintBoxShadow(const PaintInfo&, RenderStyle*, ShadowStyle, const LayoutRect&);
DTablePainter.h11 struct PaintInfo;
18 void paint(PaintInfo&, const LayoutPoint&);
19 void paintObject(PaintInfo&, const LayoutPoint&);
20 void paintBoxDecorationBackground(PaintInfo&, const LayoutPoint&);
21 void paintMask(PaintInfo&, const LayoutPoint&);
DTableSectionPainter.h11 struct PaintInfo;
19 void paint(PaintInfo&, const LayoutPoint&);
20 void paintObject(PaintInfo&, const LayoutPoint&);
23 void paintCell(RenderTableCell*, PaintInfo&, const LayoutPoint&);
DGridPainter.h10 struct PaintInfo;
19 void paintChildren(PaintInfo&, const LayoutPoint&);
20 void paintChild(RenderBox&, PaintInfo&, const LayoutPoint&);
22 void paint(PaintInfo&, const LayoutPoint& paintOffset);
DImagePainter.h11 struct PaintInfo;
20 void paint(PaintInfo&, const LayoutPoint&);
21 void paintReplaced(PaintInfo&, const LayoutPoint&);
25 void paintAreaElementFocusRing(PaintInfo&);
DSVGImagePainter.h10 struct PaintInfo;
17 void paint(PaintInfo&);
20 static void paintForeground(RenderSVGImage&, PaintInfo&);
DMultiColumnSetPainter.h10 struct PaintInfo;
17 void paintObject(PaintInfo&, const LayoutPoint& paintOffset);
20 void paintColumnRules(PaintInfo&, const LayoutPoint& paintOffset);
DViewPainter.h11 struct PaintInfo;
19 void paint(PaintInfo&, const LayoutPoint& paintOffset);
20 void paintBoxDecorationBackground(PaintInfo&);
DBlockPainter.cpp29 void BlockPainter::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset) in paint()
77 void BlockPainter::paintChildren(PaintInfo& paintInfo, const LayoutPoint& paintOffset) in paintChildren()
83 void BlockPainter::paintChild(RenderBox* child, PaintInfo& paintInfo, const LayoutPoint& paintOffse… in paintChild()
90 void BlockPainter::paintChildrenOfFlexibleBox(RenderFlexibleBox& renderFlexibleBox, PaintInfo& pain… in paintChildrenOfFlexibleBox()
96 void BlockPainter::paintChildAsInlineBlock(RenderBox* child, PaintInfo& paintInfo, const LayoutPoin… in paintChildAsInlineBlock()
103 void BlockPainter::paintInlineBox(InlineBox& inlineBox, PaintInfo& paintInfo, const LayoutPoint& pa… in paintInlineBox()
115 void BlockPainter::paintAsInlineBlock(RenderObject* renderer, PaintInfo& paintInfo, const LayoutPoi… in paintAsInlineBlock()
125 PaintInfo info(paintInfo); in paintAsInlineBlock()
140 void BlockPainter::paintObject(PaintInfo& paintInfo, const LayoutPoint& paintOffset) in paintObject()
228 void BlockPainter::paintCarets(PaintInfo& paintInfo, const LayoutPoint& paintOffset) in paintCarets()
[all …]
DInlinePainter.h16 struct PaintInfo;
23 void paint(PaintInfo&, const LayoutPoint& paintOffset);
24 void paintOutline(PaintInfo&, const LayoutPoint& paintOffset);
DTablePainter.cpp17 void TablePainter::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset) in paint()
39 void TablePainter::paintObject(PaintInfo& paintInfo, const LayoutPoint& paintOffset) in paintObject()
58 PaintInfo info(paintInfo); in paintObject()
92 void TablePainter::paintBoxDecorationBackground(PaintInfo& paintInfo, const LayoutPoint& paintOffse… in paintBoxDecorationBackground()
102 void TablePainter::paintMask(PaintInfo& paintInfo, const LayoutPoint& paintOffset) in paintMask()
DObjectPainter.h16 struct PaintInfo;
24 void paintOutline(PaintInfo&, const LayoutRect& paintRect);
25 void paintFocusRing(PaintInfo&, const LayoutPoint& paintOffset, RenderStyle*);
DSVGForeignObjectPainter.h10 struct PaintInfo;
16 void paint(PaintInfo&);
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
DSVGInlineFlowBox.cpp32 void SVGInlineFlowBox::paintSelectionBackground(PaintInfo& paintInfo) in paintSelectionBackground()
36 PaintInfo childPaintInfo(paintInfo); in paintSelectionBackground()
45 void SVGInlineFlowBox::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset, LayoutUnit, Layo… in paint()
DSVGRenderingContext.h56 SVGRenderingContext(RenderObject* object, PaintInfo& paintinfo) in SVGRenderingContext()
73 void prepareToRenderSVGContent(RenderObject*, PaintInfo&);
106 PaintInfo* m_paintInfo;

1234567