Home | History | Annotate | Download | only in WebCore

Lines Matching full:paint

1981         Paint bitmaps with the alpha channel in Skia.
2924 (WebCore::ScrollbarThemeMac::paint):
3247 (WebCore::PluginView::paint):
3397 (WebCore::RenderWidget::paint): Updated for name change of m_view
3759 (WebCore::RenderPath::paint):
3761 (WebCore::RenderSVGContainer::paint):
3763 (WebCore::RenderSVGImage::paint):
3765 (WebCore::RenderSVGRoot::paint):
3784 (WebCore::ScrollbarThemeMac::paint): Added an #ifdef.
4694 (WebCore::ScrollbarThemeMac::paint): Use the window's key state instead
5624 (WebCore::RenderReplaced::paint):
5628 (WebCore::RenderWidget::paint):
6036 (WebCore::GtkPluginWidget::paint):
6980 (WebCore::ScrollbarThemeMac::paint): Use OwnPtr<> instead of
7606 (WebCore::RenderThemeChromiumLinux::paintMediaButtonInternal): Paint
7608 (WebCore::RenderThemeChromiumLinux::paintMediaPlayButton): Paint logic
7610 (WebCore::RenderThemeChromiumLinux::paintMediaMuteButton): Paint
7616 (WebCore::RenderThemeChromiumWin::paintMediaButtonInternal): Paint
7618 (WebCore::RenderThemeChromiumWin::paintMediaPlayButton): Paint logic
7620 (WebCore::RenderThemeChromiumWin::paintMediaMuteButton): Paint specific
8358 We shouldn't paint the content area of text fields when o->style() has
10233 (WebCore::InlineTextBox::paint):
11100 (WebCore::RenderLayer::paintLayer): Paint the layer's own outline only
11315 and tell setSelection() that it should not paint areas that were in
11933 Currently the raster-engine is the only Qt paint engine to support
11934 anti-aliased clipping, but the OpenGL and Mac paint engines could
13032 (WebCore::SVGRootInlineBox::paint):
13494 Simplify RenderForeignObject::paint and fix a repaint bug.
13495 Paint now calls applyTransformToPaintInfo which correctly transforms the damage rect.
13499 (WebCore::RenderForeignObject::paint):
15802 (WebCore::RenderMediaControls::paintMediaControlsPart): Paint a media controller part.
15903 (WebCore::RenderForeignObject::paint):
15923 (WebCore::RenderSVGImage::paint):
16030 Simplify how SVG containers paint
16035 RenderSVGText now applies transforms at paint() time instead of during chunk draw time
16046 This allowed us to apply the transform during text paint() instead of at chunk paint
16047 time. Previously we had to apply the transform during chunk paint time because
16054 SVGRootInlineBox no longer needs to deal with transforms at chunk paint time, yay!
16058 (WebCore::RenderPath::paint):
16060 (WebCore::RenderSVGContainer::paint):
16075 (WebCore::RenderSVGRoot::paint):
16089 (WebCore::RenderSVGText::paint):
16103 (WebCore::SVGRootInlineBox::paint):
16230 (WebCore::Widget::paint):
16852 (WebCore::MediaPlayerPrivate::paint): Ditto.
16864 (WebCore::MediaPlayerPrivate::paint): Ditto.
17000 (WebCore::RenderLayer::paint): Pass an OverlapTestRequestMap to
17015 (WebCore::RenderReplica::paint): For now, pass a 0 OverlapTestRequestMap
17019 (WebCore::RenderWidget::paint): For FrameViews, request an overlap test
17717 (WebCore::MediaPlayerPrivate::paint):
17782 (WebCore::PluginView::paint):
18700 This also exposed a buggy paint check in RenderSVGContainer::layout()
18720 (WebCore::RenderSVGRoot::paint):
19330 (WebCore::RenderSVGContainer::paint):
19618 We're no longer expanding the paint rect "for anti-aliasing", since
19958 caret does not paint the first time you focus on a 0px right padding RTL div
20065 bounding-box relative gradients on SVGFont glyphs to not paint correctly.
20088 (WebCore::RenderPath::paint):
20092 (WebCore::RenderSVGContainer::paint):
20110 (WebCore::RenderSVGRoot::paint):
22832 Fix bugs where we would mistakenly turn off blitting for iframes if an external paint
23074 (WebCore::MediaPlayerPrivate::paint): Add braces missed in r42203.
23680 after closing it so that we'll re-open the theme next time we paint.
24461 the track sizes). Instead, remember the size passed to paint() and
24463 (WebCore::MediaPlayerPrivate::paint): Resize the view when passed a new size.
27497 (WebCore::RenderReplaced::paint):
27499 (WebCore::RenderWidget::paint):
27768 (WebCore::PopupMenu::paint): Adjust the text's x-coordinate if text-indent is supported for options and
29427 layers that don't paint themselves. This is done by adding a new enclosingSelfPaintingLayer method
29428 so that RenderObjects can walk up the enclosing layer chain and skip any layers that don't paint
31996 (ScrollbarGtk::paint):
32194 Move Widget::paint to ScrollbarGtk::paint, since it's scrollbar
32198 (ScrollbarGtk::paint):
32218 (WebCore::Widget::paint):
32248 (WebCore::MediaPlayerPrivate::paint): update comment
32256 (WebCore::MediaPlayerPrivate::paint): Call view:setFrame: when in a media document so
32587 (WebCore::RenderBlock::paint):
33541 (WebCore::PluginView::paint):
34873 <rdar://problem/6618196> Paint very slow when horizontally resizing
35470 Scrollbar paint has been moved into RenderBlock for now, since none of the table objects support scrollbars
35479 (WebCore::InlineFlowBox::paint):
35482 (WebCore::RenderBlock::paint):
35510 (WebCore::RenderTable::paint):
35515 (WebCore::RenderTableCell::paint):
35518 (WebCore::RenderTableRow::paint):
35521 (WebCore::RenderTableSection::paint):
36010 Fix the stacking order for column rules in multi-column layout. Column rules should paint as part of the background of an element, just
36011 after all other components of the background have been painted. This allows negative z-index children to still paint on top of the
36677 (WebCore::MediaPlayerPrivate::paint):
37783 (WebCore::RenderForeignObject::paint):
37977 Fix for regression where form controls would paint yellow highlights. The containsComposition check needs to
37981 (WebCore::InlineTextBox::paint):
38056 (WebCore::NullMediaPlayerPrivate::paint):
38111 (WebCore::MediaPlayerPrivate::paint): Ditto.
38129 (WebCore::MediaPlayerPrivate::paint): don't access MediaPlayer->m_frameView directly,
38225 Move the functions that paint borders, box shadows and border images into RenderBoxModelObject. drawBorder and drawBorderArc, because they are used
38747 (WebCore::InlineFlowBox::paint):
38842 (WebCore::RenderPath::paint):
38856 (WebCore::RenderSVGRoot::paint):
39290 icon rect immediately; we will paint after the view has been scrolled.
39348 (WebCore::EllipsisBox::paint):
39359 (WebCore::InlineBox::paint):
39392 (WebCore::InlineFlowBox::paint):
39414 (WebCore::InlineTextBox::paint):
39487 (WebCore::RootInlineBox::paint):
39520 (WebCore::SVGRootInlineBox::paint):
39821 (WebCore::EllipsisBox::paint):
39849 (WebCore::InlineTextBox::paint):
40576 (WebCore::RenderSVGRoot::paint):
40959 (WebCore::RenderLineBoxList::paint):
42265 (WebCore::RenderTableRow::paint):
43122 (WebCore::RenderSVGRoot::paint):
43469 paint.
43617 (WebCore::InlineTextBox::paint):
43944 (WebCore::RenderListMarker::paint):
43979 (WebCore::RenderWidget::paint):
44037 (WebCore::Widget::paint):
46182 (WebCore::InlineFlowBox::paint):
46880 WM_PRINTCLIENT. This causes the plugin to paint into the
46915 WM_PAINT messages and save off the HDC that we're supposed to paint
46923 (WebCore::PluginView::paint): If we're trying to paint a windowed
47128 (WebCore::RenderInline::paint):
47131 (WebCore::RenderLineBoxList::paint):
47182 (WebCore::InlineFlowBox::paint):
47509 (WebCore::InlineFlowBox::paint):
48403 (WebCore::RenderBlock::paint):
50182 (WebCore::RenderBlock::paint):
50187 (WebCore::RenderBox::paint):
50199 (WebCore::RenderFrameSet::paint):
50204 (WebCore::RenderListMarker::paint):
50207 (WebCore::RenderReplaced::paint):
50210 (WebCore::RenderReplica::paint):
50213 (WebCore::RenderSVGRoot::paint):
50220 (WebCore::RenderTableCell::paint):
50226 (WebCore::RenderTableSection::paint):
50229 (WebCore::RenderWidget::paint):
50350 (WebCore::RenderTableCell::paint):
50677 (WebCore::RenderPath::paint):
50679 (WebCore::RenderSVGContainer::paint):
50829 (WebCore::RenderBlock::paint):
50890 (WebCore::RenderBox::paint):
50995 (WebCore::RenderFrameSet::paint):
51031 (WebCore::RenderListItem::paint):
51033 (WebCore::RenderListMarker::paint):
51077 (WebCore::RenderPath::paint):
51082 (WebCore::RenderReplaced::paint):
51091 (WebCore::RenderReplica::paint):
51093 (WebCore::RenderSVGContainer::paint):
51106 (WebCore::RenderSVGRoot::paint):
51142 (WebCore::RenderTable::paint):
51150 (WebCore::RenderTableCell::paint):
51163 (WebCore::RenderTableSection::paint):
51189 (WebCore::RenderTextControlSingleLine::paint):
51220 (WebCore::RenderWidget::paint):
53024 (WebCore::RenderTheme::paint): Deal with time display and timeline container
53153 (WebCore::EllipsisBox::paint):
53156 (WebCore::InlineTextBox::paint):
53170 (WebCore::RenderListMarker::paint):
53401 (WebCore::InlineFlowBox::paint):
53553 (WebCore::RenderPath::paint):
54399 (WebCore::Icon::paint):
54404 (WebCore::Icon::paint):
54410 (WebCore::Icon::paint):
54559 (WebCore::PopupContainer::paint):
54576 (WebCore::PopupListBox::paint):
55118 (WebCore::Widget::paint):
59469 (WebCore::HTMLCanvasElement::paint):
59825 (WebCore::RenderTextControlSingleLine::paint):
61053 When the document element is transformed, we need to paint
61452 a rootLayer that is not the one usually used to paint.
61475 (WebCore::RenderReplica::paint):
62515 (WebCore::PluginView::paint):
62517 (WebCore::PluginView::paint):
62519 (WebCore::PluginView::paint):
64195 When painting the selection on a replaced element, paint
64202 (WebCore::RenderReplaced::paint):
64226 will paint the caret (this may require offsetting from the actual renderer
65708 repeatedly set and destroy a blinking timer, causing a paint and timer
65936 (WebCore::RenderTextControl::paint):
67402 (WebCore::ScrollbarThemeComposite::paint):
69479 (WebCore::ScrollView::paint):
70390 (WebCore::ScrollbarThemeQt::paint):
70491 (WebCore::PluginView::paint):
71185 when scaling and because it's impossible to paint into an offscreen bitmap without completely rewriting
72129 Calling QWidget::render() to update the video generates a paint
76065 (WebCore::ThemeMac::paint):
76068 (WebCore::RenderTheme::paint):
76628 (WebCore::Theme::paint):
76655 (WebCore::ThemeMac::paint):
76662 (WebCore::RenderTheme::paint):
77516 Follow Mac and Win's behaviors for Icon::paint
77519 (WebCore::Icon::paint): check if painting is enabled before
77544 (WebCore::Widget::paint):
77601 (WebCore::RenderTheme::paint):
77683 (WebCore::Theme::paint):
77966 (WebCore::InlineTextBox::paint):
78234 Account for paint and timer lag when animating images. Also pretend
78533 (WebCore::ScrollbarThemeQt::paint):
78561 (WebCore::ScrollbarThemeQt::paint):
78590 (WebCore::ScrollbarThemeComposite::paint):
78779 (WebCore::RenderScrollbar::paint):
78785 Rework resizer and scroll corner painting so that custom resizers and scroll corners will paint
79221 (WebCore::ScrollbarThemeComposite::paint):
79275 (WebCore::ScrollbarThemeComposite::paint):
79461 (WebCore::ScrollbarThemeComposite::paint):
79657 (WebCore::RenderScrollbar::paint):
79869 (WebCore::ScrollbarThemeComposite::paint):
80531 Don't attempt to paint when updating control tints
80537 (WebCore::ScrollbarThemeQt::paint):
80550 Enable viewless Mac WebKit to (kinda sorta) paint basic pages (with no frames on them).
81004 (WebCore::PopupMenu::paint):
82937 There is now a paint method on HostWindow that does an immediate mode repaint of an empty rect to
82955 (WebCore::HostWindow::paint):
84124 (WebCore::ScrollView::paint):
84135 (WebCore::ScrollView::paint):
84140 (WebCore::ScrollView::paint):
84339 (WebCore::Scrollbar::paint):
84343 (WebCore::ScrollbarThemeComposite::paint):
84359 (WebCore::ScrollView::paint):
84369 (WebCore::ScrollbarThemeMac::paint):
84377 (WebCore::ScrollView::paint):
84391 (WebCore::ScrollView::paint):
84405 (WebCore::PluginView::paint):
84413 (WebCore::PluginView::paint):
84722 (WebCore::ScrollView::paint):
84736 (WebCore::ScrollView::paint):
84748 (WebCore::ScrollView::paint):
85073 (WebCore::ScrollView::paint):
85804 Make sure the viewless scrollbar knows how to paint properly when transformed.
85810 (WebCore::ScrollbarThemeMac::paint):
86870 (WebCore::ScrollbarThemeComposite::paint):
86880 (WebCore::ScrollbarThemeMac::paint):
87147 adjusts iframe widget positions at paint time for fixed positioning
87149 in the current translation factor at paint time rather than crawling
87615 (WebCore::ScrollbarThemeComposite::paint):
87743 (WebCore::ScrollbarThemeComposite::paint):
88238 (WebCore::ScrollbarThemeComposite::paint):
89408 (WebCore::Widget::paint):
89428 (WebCore::Widget::paint):
89458 (WebCore::Widget::paint):
89490 (WebCore::PluginView::paint):
89597 Widget issues you won't see anything paint yet).
89606 (WebCore::ScrollbarThemeMac::paint):
90389 (WebCore::MediaPlayerPrivate::paint):
90498 (WebCore::ScrollbarThemeComposite::paint):
90671 underlying widget paint. Qt now uses the theme to paint. wx doesn't
90677 (WebCore::Scrollbar::paint):
90689 (WebCore::ScrollbarTheme::paint):
90702 (WebCore::ScrollbarThemeQt::paint):
90704 (WebCore::PlatformScrollbar::paint):
90753 (WebCore::PlatformScrollbar::paint):
91431 (WebCore::PlatformScrollbar::paint):
92188 (WebCore::PluginView::paint):
93002 Account for paint and timer lag when animating images. Also pretend
95315 assertion failure in paining code because of the forced paint on
95556 (WebCore::PluginView::paint):
96728 (WebCore::ScrollView::paint):
96737 (WebCore::ScrollView::paint):