Searched refs:PaintInfo (Results 1 - 25 of 161) sorted by relevance

1234567

/external/chromium_org/third_party/WebKit/Source/core/paint/
H A 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&);
H A DTableSectionPainter.h11 struct PaintInfo;
19 void paint(PaintInfo&, const LayoutPoint&);
20 void paintObject(PaintInfo&, const LayoutPoint&);
23 void paintCell(RenderTableCell*, PaintInfo&, const LayoutPoint&);
H A 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& paintOffset);
33 static void paintInlineBox(InlineBox&, PaintInfo&, const LayoutPoint& paintOffset);
38 void paintCarets(PaintInfo&, const LayoutPoint&);
39 void paintContents(PaintInfo
[all...]
H A DSVGForeignObjectPainter.h10 struct PaintInfo;
16 void paint(PaintInfo&);
H A DSVGTextPainter.h10 struct PaintInfo;
16 void paint(PaintInfo&);
H A DGridPainter.h10 struct PaintInfo;
19 void paintChildren(PaintInfo&, const LayoutPoint&);
20 void paintChild(RenderBox&, PaintInfo&, const LayoutPoint&);
22 void paint(PaintInfo&, const LayoutPoint& paintOffset);
H A DImagePainter.h11 struct PaintInfo;
20 void paint(PaintInfo&, const LayoutPoint&);
21 void paintReplaced(PaintInfo&, const LayoutPoint&);
25 void paintAreaElementFocusRing(PaintInfo&);
H A DMultiColumnSetPainter.h10 struct PaintInfo;
17 void paintObject(PaintInfo&, const LayoutPoint& paintOffset);
20 void paintColumnRules(PaintInfo&, const LayoutPoint& paintOffset);
H A DSVGImagePainter.h10 struct PaintInfo;
17 void paint(PaintInfo&);
19 // Assumes the PaintInfo context has had all local transforms applied.
20 static void paintForeground(RenderSVGImage&, PaintInfo&);
H A DViewPainter.h11 struct PaintInfo;
19 void paint(PaintInfo&, const LayoutPoint& paintOffset);
20 void paintBoxDecorationBackground(PaintInfo&);
H A 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&, CompositeOperator = CompositeSourceOver);
31 void paintFillLayer(const PaintInfo&, const Color&, const FillLayer&, const LayoutRect&, CompositeOperator);
32 void paintBoxShadow(const PaintInfo&, RenderStyle*, ShadowStyle, const LayoutRect&);
H A DBlockFlowPainter.h12 struct PaintInfo;
18 void paintFloats(PaintInfo&, const LayoutPoint&, bool preservePhase);
H A DDetailsMarkerPainter.h10 struct PaintInfo;
19 void paint(PaintInfo&, const LayoutPoint& paintOffset);
H A DHTMLCanvasPainter.h10 struct PaintInfo;
17 void paintReplaced(PaintInfo&, const LayoutPoint&);
H A DLineBoxListPainter.h13 struct PaintInfo;
21 void paint(RenderBoxModelObject*, PaintInfo&, const LayoutPoint&) const;
H A DListItemPainter.h10 struct PaintInfo;
19 void paint(PaintInfo&, const LayoutPoint& paintOffset);
H A DListMarkerPainter.h10 struct PaintInfo;
19 void paint(PaintInfo&, const LayoutPoint& paintOffset);
H A DReplicaPainter.h10 struct PaintInfo;
19 void paint(PaintInfo&, const LayoutPoint& paintOffset);
H A DTableRowPainter.h16 void paint(PaintInfo&, const LayoutPoint&);
17 void paintOutlineForRowIfNeeded(PaintInfo&, const LayoutPoint&);
H A DVideoPainter.h11 struct PaintInfo;
20 void paintReplaced(PaintInfo&, const LayoutPoint&);
H A DInlinePainter.h16 struct PaintInfo;
23 void paint(PaintInfo&, const LayoutPoint& paintOffset);
24 void paintOutline(PaintInfo&, const LayoutPoint& paintOffset);
H A DListItemPainter.cpp9 #include "core/rendering/PaintInfo.h"
15 void ListItemPainter::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset)
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMediaControls.h35 struct PaintInfo;
42 static bool paintMediaControlsPart(MediaControlElementType, RenderObject*, const PaintInfo&, const IntRect&);
H A 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; }; argument
176 void paintSliderTicks(RenderObject*, const PaintInfo&, const IntRect&);
214 virtual bool paintCheckbox(RenderObject*, const PaintInfo&, const IntRect&) { return true; } argument
218 virtual bool paintRadio(RenderObject*, const PaintInfo&, const IntRect&) { return true; } argument
222 virtual bool paintButton(RenderObject*, const PaintInfo&, const IntRect&) { return true; } argument
225 virtual bool paintInnerSpinButton(RenderObject*, const PaintInfo&, const IntRect&) { return true; } argument
228 virtual bool paintTextField(RenderObject*, const PaintInfo argument
230 paintTextArea(RenderObject*, const PaintInfo&, const IntRect&) argument
233 paintMenuList(RenderObject*, const PaintInfo&, const IntRect&) argument
236 paintMenuListButton(RenderObject*, const PaintInfo&, const IntRect&) argument
240 paintProgressBar(RenderObject*, const PaintInfo&, const IntRect&) argument
242 paintSliderTrack(RenderObject*, const PaintInfo&, const IntRect&) argument
245 paintSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) argument
248 paintSearchField(RenderObject*, const PaintInfo&, const IntRect&) argument
251 paintSearchFieldCancelButton(RenderObject*, const PaintInfo&, const IntRect&) argument
254 paintSearchFieldDecoration(RenderObject*, const PaintInfo&, const IntRect&) argument
257 paintSearchFieldResultsDecoration(RenderObject*, const PaintInfo&, const IntRect&) argument
259 paintMediaFullscreenButton(RenderObject*, const PaintInfo&, const IntRect&) argument
260 paintMediaPlayButton(RenderObject*, const PaintInfo&, const IntRect&) argument
261 paintMediaOverlayPlayButton(RenderObject*, const PaintInfo&, const IntRect&) argument
262 paintMediaMuteButton(RenderObject*, const PaintInfo&, const IntRect&) argument
263 paintMediaSliderTrack(RenderObject*, const PaintInfo&, const IntRect&) argument
264 paintMediaSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) argument
265 paintMediaVolumeSliderContainer(RenderObject*, const PaintInfo&, const IntRect&) argument
266 paintMediaVolumeSliderTrack(RenderObject*, const PaintInfo&, const IntRect&) argument
267 paintMediaVolumeSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) argument
268 paintMediaToggleClosedCaptionsButton(RenderObject*, const PaintInfo&, const IntRect&) argument
269 paintMediaCastButton(RenderObject*, const PaintInfo&, const IntRect&) argument
270 paintMediaControlsBackground(RenderObject*, const PaintInfo&, const IntRect&) argument
271 paintMediaCurrentTime(RenderObject*, const PaintInfo&, const IntRect&) argument
272 paintMediaTimeRemaining(RenderObject*, const PaintInfo&, const IntRect&) argument
273 paintMediaFullScreenVolumeSliderTrack(RenderObject*, const PaintInfo&, const IntRect&) argument
274 paintMediaFullScreenVolumeSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) argument
[all...]
H A 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&) OVERRIDE;
88 virtual bool paintSearchFieldResultsDecoration(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
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&) OVERRIDE;
95 virtual bool paintMediaCastButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
96 virtual bool paintMediaVolumeSliderThumb(RenderObject*, const PaintInfo
[all...]

Completed in 287 milliseconds

1234567