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

1 2 3 4 5

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderTheme.h 70 bool paint(RenderObject*, const PaintInfo&, const IntRect&);
71 bool paintBorderOnly(RenderObject*, const PaintInfo&, const IntRect&);
72 bool paintDecorations(RenderObject*, const PaintInfo&, const IntRect&);
163 virtual bool paintCapsLockIndicator(RenderObject*, const PaintInfo&, const IntRect&) { return 0; };
182 void paintSliderTicks(RenderObject*, const PaintInfo&, const IntRect&);
216 virtual bool paintCheckbox(RenderObject*, const PaintInfo&, const IntRect&) { return true; }
220 virtual bool paintRadio(RenderObject*, const PaintInfo&, const IntRect&) { return true; }
224 virtual bool paintButton(RenderObject*, const PaintInfo&, const IntRect&) { return true; }
227 virtual bool paintInnerSpinButton(RenderObject*, const PaintInfo&, const IntRect&) { return true; }
230 virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&) { return true;
    [all...]
GraphicsContextAnnotator.h 35 #define ANNOTATE_GRAPHICS_CONTEXT(paintInfo, renderer) \
37 if (UNLIKELY(paintInfo.context->annotationMode())) \
38 scopedGraphicsContextAnnotator.annotate(paintInfo, renderer)
43 struct PaintInfo;
58 void annotate(const PaintInfo&, const RenderObject*);
RenderMediaControls.h 35 struct PaintInfo;
42 static bool paintMediaControlsPart(MediaControlElementType, RenderObject*, const PaintInfo&, const IntRect&);
RenderThemeChromiumDefault.h 66 virtual bool paintCheckbox(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
69 virtual bool paintRadio(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
72 virtual bool paintButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
73 virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
74 virtual bool paintMenuList(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
75 virtual bool paintMenuListButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
76 virtual bool paintSliderTrack(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
77 virtual bool paintSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
80 virtual bool paintInnerSpinButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
84 virtual bool paintProgressBar(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE
    [all...]
RenderEmbeddedObject.h 47 virtual void paintReplaced(PaintInfo&, const LayoutPoint&) OVERRIDE FINAL;
48 virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE FINAL;
58 void paintSnapshotImage(PaintInfo&, const LayoutPoint&, Image*);
59 virtual void paintContents(PaintInfo&, const LayoutPoint&) OVERRIDE FINAL;
RenderThemeChromiumSkia.h 77 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 paintMediaVolumeSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
96 virtual bool paintMediaPlayButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE
    [all...]
RenderFieldset.h 47 virtual void paintBoxDecorations(PaintInfo&, const LayoutPoint&) OVERRIDE;
48 virtual void paintMask(PaintInfo&, const LayoutPoint&) OVERRIDE;
RenderThemeChromiumMac.h 77 virtual bool paintCapsLockIndicator(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
82 virtual bool paintMeter(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
98 virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
100 virtual bool paintTextArea(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
102 virtual bool paintMenuList(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
105 virtual bool paintMenuListButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
108 virtual bool paintProgressBar(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
110 virtual bool paintSliderTrack(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
112 virtual bool paintSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
114 virtual bool paintSearchField(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE
    [all...]
RenderHTMLCanvas.h 46 virtual void paintReplaced(PaintInfo&, const LayoutPoint&) OVERRIDE;
RenderReplica.h 48 virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE;
RenderLineBoxList.h 66 void paint(RenderBoxModelObject*, PaintInfo&, const LayoutPoint&) const;
71 bool lineIntersectsDirtyRect(RenderBoxModelObject*, InlineFlowBox*, const PaintInfo&, const LayoutPoint&) const;
RenderWidget.h 53 virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE;
57 virtual void paintContents(PaintInfo&, const LayoutPoint&);
RenderDetailsMarker.h 39 virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE;
RenderReplaced.h 66 virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE;
67 bool shouldPaint(PaintInfo&, const LayoutPoint&);
77 virtual void paintReplaced(PaintInfo&, const LayoutPoint&) { }
RenderImage.h 75 virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE FINAL;
91 virtual void paintReplaced(PaintInfo&, const LayoutPoint&) OVERRIDE;
109 void paintAreaElementFocusRing(PaintInfo&);
RenderFileUploadControl.h 50 virtual void paintObject(PaintInfo&, const LayoutPoint&) OVERRIDE;
RenderThemeChromiumSkia.cpp 28 #include "core/rendering/PaintInfo.h"
185 bool RenderThemeChromiumSkia::paintTextArea(RenderObject* o, const PaintInfo& i, const IntRect& r)
196 bool RenderThemeChromiumSkia::paintSearchField(RenderObject* o, const PaintInfo& i, const IntRect& r)
222 bool RenderThemeChromiumSkia::paintSearchFieldCancelButton(RenderObject* cancelButtonObject, const PaintInfo& paintInfo, const IntRect& r)
246 paintInfo.context->drawImage(isPressed(cancelButtonObject) ? cancelPressedImage : cancelImage, paintingRect);
267 bool RenderThemeChromiumSkia::paintSearchFieldResultsDecoration(RenderObject* magnifierObject, const PaintInfo& paintInfo, const IntRect& r)
290 paintInfo.context->drawImage(magnifierImage, paintingRect);
294 bool RenderThemeChromiumSkia::paintMediaSliderTrack(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
SVGInlineFlowBox.h 40 void paintSelectionBackground(PaintInfo&);
41 virtual void paint(PaintInfo&, const LayoutPoint&, LayoutUnit lineTop, LayoutUnit lineBottom) OVERRIDE;
RenderSVGHiddenContainer.cpp 40 void RenderSVGHiddenContainer::paint(PaintInfo&, const LayoutPoint&)
RenderSVGResourceMarker.h 43 void draw(PaintInfo&, const AffineTransform&);
48 virtual void applyViewportClip(PaintInfo&) OVERRIDE;
RenderSVGViewportContainer.h 43 virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE;
55 virtual void applyViewportClip(PaintInfo&) OVERRIDE;
RenderSVGHiddenContainer.h 43 virtual void paint(PaintInfo&, const LayoutPoint&) OVERRIDE FINAL;
SVGInlineFlowBox.cpp 34 void SVGInlineFlowBox::paintSelectionBackground(PaintInfo& paintInfo)
36 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection);
37 ASSERT(!paintInfo.context->paintingDisabled());
39 PaintInfo childPaintInfo(paintInfo);
48 void SVGInlineFlowBox::paint(PaintInfo& paintInfo, const LayoutPoint& paintOffset, LayoutUnit, LayoutUnit)
50 ASSERT(paintInfo.phase == PaintPhaseForeground || paintInfo.phase == PaintPhaseSelection)
    [all...]
SVGRenderingContext.h 28 #include "core/rendering/PaintInfo.h"
60 SVGRenderingContext(RenderObject* object, PaintInfo& paintinfo, NeedsGraphicsContextSave needsGraphicsContextSave = DontSaveGraphicsContext)
69 prepareToRenderSVGContent(object, paintinfo, needsGraphicsContextSave);
76 void prepareToRenderSVGContent(RenderObject*, PaintInfo&, NeedsGraphicsContextSave = DontSaveGraphicsContext);
109 PaintInfo* m_paintInfo;
SVGRootInlineBox.h 45 virtual void paint(PaintInfo&, const LayoutPoint&, LayoutUnit lineTop, LayoutUnit lineBottom) OVERRIDE;

Completed in 898 milliseconds

1 2 3 4 5