Home
last modified time | relevance | path

Searched defs:PaintInfo (Results 1 – 16 of 16) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DPaintInfo.h51 struct PaintInfo { struct
55 : context(newContext) in context()
65 void updatePaintingRootForChildren(const RenderObject* renderer) in updatePaintingRootForChildren()
77 bool shouldPaintWithinRoot(const RenderObject* renderer) const in shouldPaintWithinRoot()
83 void applyTransform(const AffineTransform& localToAncestorTransform) in applyTransform()
111 #endif // PaintInfo_h argument
DRenderTheme.h173 …virtual bool paintCapsLockIndicator(RenderObject*, const PaintInfo&, const IntRect&) { return 0; }; in paintCapsLockIndicator()
223 virtual bool paintCheckbox(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintCheckbox()
227 virtual bool paintRadio(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintRadio()
231 virtual bool paintButton(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintButton()
235 …virtual bool paintInnerSpinButton(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintInnerSpinButton()
237 …virtual bool paintOuterSpinButton(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintOuterSpinButton()
241 virtual bool paintTextField(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintTextField()
244 virtual bool paintTextArea(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintTextArea()
250 virtual bool paintMenuList(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintMenuList()
253 … virtual bool paintMenuListButton(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintMenuListButton()
[all …]
DRenderReplaced.h70 virtual void paintReplaced(PaintInfo&, int /*tx*/, int /*ty*/) { } in paintReplaced() argument
DRenderThemeWinCE.h103 …virtual bool paintSearchFieldDecoration(RenderObject*, const PaintInfo&, const IntRect&) { return … in paintSearchFieldDecoration()
DRenderThemeWin.h107 …virtual bool paintSearchFieldDecoration(RenderObject*, const PaintInfo&, const IntRect&) { return … in paintSearchFieldDecoration()
DRenderText.h153 virtual void paint(PaintInfo&, int, int) { ASSERT_NOT_REACHED(); } in paint() argument
DRenderDataGrid.cpp173 void RenderDataGrid::paintColumnHeader(DataGridColumn*, PaintInfo&, int, int) in paintColumnHeader() argument
DRenderBox.h346 virtual void paintObject(PaintInfo&, int /*tx*/, int /*ty*/) { ASSERT_NOT_REACHED(); } in paintObject() argument
DRenderTheme.cpp949 bool RenderTheme::paintMeter(RenderObject*, const PaintInfo&, const IntRect&) in paintMeter()
DRenderThemeSafari.cpp1123 bool RenderThemeSafari::paintSearchFieldDecoration(RenderObject*, const PaintInfo&, const IntRect&) in paintSearchFieldDecoration()
DRenderObject.cpp1134 void RenderObject::paint(PaintInfo& /*paintInfo*/, int /*tx*/, int /*ty*/) in paint() argument
/external/webkit/Source/WebCore/rendering/svg/
DRenderSVGHiddenContainer.cpp42 void RenderSVGHiddenContainer::paint(PaintInfo&, int, int) in paint() argument
DRenderSVGContainer.h67 virtual void applyViewportClip(PaintInfo&) { } in applyViewportClip() argument
/external/webkit/Source/WebCore/platform/haiku/
DRenderThemeHaiku.cpp172 bool RenderThemeHaiku::paintMenuList(RenderObject*, const PaintInfo&, const IntRect&) in paintMenuList()
/external/webkit/Source/WebCore/platform/android/
DRenderThemeAndroid.cpp513 bool RenderThemeAndroid::paintTextField(RenderObject*, const PaintInfo&, const IntRect&) in paintTextField()
535 bool RenderThemeAndroid::paintSearchField(RenderObject*, const PaintInfo&, const IntRect&) in paintSearchField()
/external/webkit/Source/WebCore/platform/qt/
DRenderThemeQt.cpp1293 bool RenderThemeQt::paintMediaSeekBackButton(RenderObject*, const PaintInfo&, const IntRect&) in paintMediaSeekBackButton()
1299 bool RenderThemeQt::paintMediaSeekForwardButton(RenderObject*, const PaintInfo&, const IntRect&) in paintMediaSeekForwardButton()