Home | History | Annotate | Download | only in WebCore

Lines Matching full:paint

1754         (WebCore::PluginView::paint):
2943 The new flags allow you to show all layers (not just those that would paint), to the structure of the z-order
3218 (WebCore::RenderImage::paint):
3509 (WebCore::ScrollbarThemeChromiumMac::paint):
3511 (WebCore::ScrollbarThemeMac::paint):
3798 [Qt] In the StyledPainter determine the style from the Render and Scrollbar theme instead of from the paint device
3801 Getting the style from the painter's paint device is a hack that breaks when
3802 the paint device's style is different than the style that is used when
3821 (WebCore::ScrollbarThemeQt::paint):
4651 (WebCore::MediaPlayerPrivate::paint): Do nothing when rendering to a layer. Move frame
5449 RenderWidget::paint()'s strategy of moving widgets at paint time, using tx and ty, was flawed
5473 (WebCore::Widget::paint): Adjust a comment.
5476 (WebCore::RenderWidget::paint): Detect when the widget's frame is in a different coordinate system
5717 (WebCore::GraphicsLayerQtImpl::paint): reimp QGraphicsItem
6014 (WebCore::RenderListMarker::paint):
8526 (WebCore::RenderListMarker::paint): Modified to call WebCore::listMarkerSuffix.
8905 (WebCore::HTMLCanvasElement::paint):
9623 the paint rect is not updated leading to incorrect culling.
9943 (WebCore::RenderLayerBacking::paintIntoLayer): We no longer paint the reflection in software.
9952 (WebCore::RenderLayerBacking::containsPaintedContent): Reflection layers don't paint anything.
9955 (WebCore::RenderLayerBacking::paintIntoLayer): No need to paint the reflection manually now.
10027 (WebCore::RenderPath::paint):
10197 Add an early return when we go to paint a RenderPath that
10201 (WebCore::RenderPath::paint):
10258 (WebCore::RenderPath::paint):
10267 Add an early return when we go to paint a RenderPath that
10271 (WebCore::RenderPath::paint):
11375 (WebCore::RenderSVGContainer::paint): Fix indention.
11631 font-size:small with background-color causes text to get clipped. Make sure to only paint within the lineTop/lineBottom of
12194 (WebCore::RenderImage::paintReplaced): Split part out into paint method.
12195 (WebCore::RenderImage::paint): New.
12196 * rendering/RenderImage.h: Declare paint. Make isWidthSpecified and isHeightSpecified protected
12216 (WebCore::RenderVideo::paintReplaced): Call RenderImage::paint when drawing the poster.
12790 (WebCore::RenderPath::paint):
12825 (WebCore::RenderPath::paint):
13341 not write over the plugin's paint operations.
13853 (WebCore::RenderPath::paint):
14118 and paint background and foreground in separate subphase.
14145 (WebCore::SVGRootInlineBox::paint):
14170 (WebCore::RenderPath::paint):
14527 - Calculate marker bounds on layout time, instead of paint time, to deliver correct repaint rects
14549 (WebCore::RenderPath::repaintRectInLocalCoordinates): Use the cached marker bounding box during paint() time.
14551 (WebCore::RenderPath::paint): Use SVGMarkerLayoutInfo::drawMarkers() instead of the local drawMarkersIfNeeded() function, which is gone now.
14555 * rendering/RenderSVGContainer.h: Make paint() public (to be used from SVGResourceMarker), all other methods protected (to be used from RenderSVGViewportContainer).
14556 * rendering/RenderSVGViewportContainer.cpp: Remove useless paint() override, as the comment in the code indicated.
14569 * rendering/SVGMarkerLayoutInfo.cpp: Added. New approach to build marker layout info, this time correct during layout() time instead of paint() time.
14573 (WebCore::SVGMarkerLayoutInfo::calculateBoundaries): Build list of MarkerLayout objects, used to query boundaries, and to paint markers during drawMarkers().
14626 (WebCore::RenderSVGImage::paint):
14804 structure caused the entire outer div's bounds to get scheduled for a paint whenever there was any mutation of any descendant.
15334 (WebCore::Icon::paint):
15364 (WebCore::PopupMenu::paint):
15392 (WebCore::PluginView::paint):
15760 (WebCore::RenderPath::paint):
15771 (WebCore::RenderSVGViewportContainer::paint):
15846 - Calculate marker bounds on layout time, instead of paint time, to deliver correct repaint rects
15866 (WebCore::RenderPath::repaintRectInLocalCoordinates): Use the cached marker bounding box during paint() time.
15868 (WebCore::RenderPath::paint): Use SVGMarkerLayoutInfo::drawMarkers() instead of the local drawMarkersIfNeeded() function, which is gone now.
15872 * rendering/RenderSVGContainer.h: Make paint() public (to be used from SVGResourceMarker), all other methods protected (to be used from RenderSVGViewportContainer).
15873 * rendering/RenderSVGViewportContainer.cpp: Remove useless paint() override, as the comment in the code indicated.
15886 * rendering/SVGMarkerLayoutInfo.cpp: Added. New approach to build marker layout info, this time correct during layout() time instead of paint() time.
15890 (WebCore::SVGMarkerLayoutInfo::calculateBoundaries): Build list of MarkerLayout objects, used to query boundaries, and to paint markers during drawMarkers().
16575 now, filters get the correct paint area, masker clip the mask image size
16681 (WebCore::RenderPath::paint):
16691 (WebCore::RenderSVGViewportContainer::paint):
16831 - Calculate marker bounds on layout time, instead of paint time, to deliver correct repaint rects
16847 (WebCore::RenderPath::paint):
17158 (WebCore::RenderPath::paint):
17160 (WebCore::RenderSVGContainer::paint):
17162 (WebCore::RenderSVGImage::paint):
17164 (WebCore::RenderSVGRoot::paint):
17169 (WebCore::SVGRootInlineBox::paint):
17281 (WebCore::RenderPath::paint):
17600 (WebCore::EllipsisBox::paint):
17625 (WebCore::InlineTextBox::paint):
17632 space after the truncated text paint its own highlight.
18254 (WebCore::RenderListMarker::paint):
18293 Since currently we paint the Search control as a QLineEdit, I have
18990 (WebCore::RenderTheme::paint):
19293 (WebCore::RenderSVGImage::paint):
20307 (WebCore::MediaPlayerPrivate::paint):
21454 intersects any previous clip rects with the one needed to paint the scrollbar.
21463 (WebCore::ScrollbarThemeQt::paint):
23607 (WebCore::Widget::paint):
23658 (WebCore::ScrollbarThemeChromiumMac::paint):
24650 time, cache them in each RenderLayer at paint time. This prevents the cache from getting
24851 clipping paths in effect. When the state is popped, we paint
24872 paint. This also causes 3D transforms to be flattened to 2D.
25397 (WebCore::RenderBlock::selectionGapRectsForRepaint): Compute and paint
28624 When set, it forces painting of compositing layers to go down a software paint path
28666 (WebCore::RenderLayer::paint):
28675 (WebCore::RenderReplica::paint):
29942 NPWindow. Only with this WindowRef does Flash paint correctly to the QPixmap.
29959 (WebCore::PluginView::paint):
30170 (WebCore::HTMLCanvasElement::paint):
30183 (WebCore::ScrollbarThemeMac::paint):
30192 (WebCore::RenderListMarker::paint):
30194 (WebCore::RenderSVGImage::paint):
30196 (WebCore::RenderWidget::paint):
30234 (WebCore::RenderBlock::paint):
30416 (WebCore::RenderTheme::paint):
33375 (WebCore::RenderLineBoxList::paint):
33548 (WebCore::EllipsisBox::paint):
33890 Paint the video to the given size. It's the job of the callers to keep
33896 (WebCore::MediaPlayerPrivate::paint):
34088 (WebCore::PopupListBox::paint):
34247 (WebCore::PopupMenu::paint):
34440 (WebCore::MediaPlayerPrivate::paint):
34442 (WebCore::EllipsisBox::paint):
34448 (WebCore::InlineTextBox::paint):
34477 (WebCore::RenderListMarker::paint):
34482 (WebCore::RenderReplaced::paint):
34490 (WebCore::RenderWidget::paint):
34604 (WebCore::MediaPlayerPrivate::paint):
36938 Adds paint rectangle information to TimelineAgent's didPaint callback.
37086 (WebCore::RenderWidget::paint): Use useSlowRepaintsIfNotOverlapped().
38945 (WebCore::MediaPlayerPrivate::paint):
39392 (WebCore::MediaPlayerPrivate::paint):
41047 (WebCore::PluginView::paint):
41064 (WebCore::MediaPlayerPrivate::paint):
42593 as a part of PluginView::paint() must be used. This change will
42594 also result in some speedup since previously we used to paint all
42603 (WebCore::PluginView::paint):
42953 Set the appropriate shadow on the paint context if we have one.
43255 Code moved from paintWindowedPluginIntoContext() and paint(). Removed
43259 (WebCore::PluginView::paint):
43264 it into the context. Paint the plug-in, and create a BitmapImage from
43711 (WebCore::paintMediaSliderThumb): Add call to hasSource() to determine if we should paint the thumb.
44203 Refactor out some of the code in paint() into paintPanScrollIcon()
44207 (WebCore::ScrollView::paint):
44483 3. Sometimes pending paint events are sent after the plugin has died, so add
47278 Directly pass the buffers up to the MediaPlayerPrivate::paint()
47508 (WebCore::PluginView::paint):
47909 a layout or paint might already have happened. This lets beforeload/load not cause extra
47973 (WebCore::PluginView::paint):
48534 (WebCore::PluginView::paint):
49143 (WebCore::PluginView::paint):
50036 (WebCore::PluginView::paint):
50094 (WebCore::PluginView::paint):
50291 (WebCore::PluginView::paint):
50309 (WebCore::PluginView::paint):
50753 (WebCore::ThemeMac::paint):
50756 (WebCore::RenderTheme::paint):
51249 (WebCore::RenderWidget::paint):
51250 If we have a substitute image, paint that instead of allowing the
51251 widget to paint itself.
51778 (WebCore::Widget::paint):
51794 pixel-aspect-ratio of the video buffer to paint. Also
51801 (WebCore::MediaPlayerPrivate::paint):
54149 be paint if it should be right-aligned.
56376 NPAPI/Mac: Don't paint plugins if we don't have a CGContextRef
57443 (WebCore::ScrollbarThemeWx::paint):
57843 (WebCore::ThemeChromiumMac::paint):
60676 (WebCore::Icon::paint):
61316 (WebCore::HTMLCanvasElement::paint):
62876 (WebCore::ScrollbarThemeWx::paint):
65597 https://bugs.webkit.org/show_bug.cgi?id=28718, image inside relpositioned inline doesn't paint.
66192 (WebCore::HTMLCanvasElement::paint):
66303 (WebCore::RenderTheme::paint): Paints volume control parts using theme.
67646 (WebCore::RenderReplaced::paint):
67648 (WebCore::RenderWidget::paint):
67889 (WebCore::RenderLineBoxList::paint):
68298 Paint the scroll corner.
68421 (WebCore::InlineFlowBox::paint):
68430 (WebCore::RenderBlock::paint):
68448 (WebCore::RenderLineBoxList::paint):
68457 (WebCore::RenderTable::paint):
69073 (WebCore::Icon::paint):
69395 (WebCore::InlineFlowBox::paint):
69416 (WebCore::InlineTextBox::paint):
69424 (WebCore::RenderBlock::paint):
69478 (WebCore::RenderLineBoxList::paint):
69526 (WebCore::RenderTable::paint):
69723 When painting the composited mask, we need to paint with the normal compositing
72379 (WebCore::GraphicsContext::fillRect): Paint shadow if necessary.
73424 hooking these paint functions. It currently supports only 32bit assembly
74758 (WebCore::ScrollbarThemeMac::paint):
75076 (WebCore::Widget::paint):
76475 (WebCore::RenderSVGViewportContainer::paint): Updated to use m_viewport
77860 (WebCore::RenderTableRow::paint):
78481 (WebCore::PopupMenu::paint):
78510 (WebCore::Icon::paint):
78737 (WebCore::PopupMenu::paint):
78818 (WebCore::InlineFlowBox::paint): Use getBoxShadowHorizontalExtent().
80403 (WebCore::PluginView::paint):
82113 (WebCore::InlineFlowBox::paintBoxDecorations): Paint inset shadows on top of
82119 (WebCore::RenderBox::paintBoxDecorations): Paint inset shadows on top of the
82124 parameter, and code to paint inset shadows.
82129 (WebCore::RenderFieldset::paintBoxDecorations): Paint inset shadows on top of
83260 (WebCore::Icon::paint):
83539 doesn't paint them.
84087 (WebCore::InlineFlowBox::paint): Ditto.
85522 paint all shadows separately from the text, by casting them from
88717 (WebCore::RenderWidget::paint):
89858 laid out before, paint its overhanging floats in addition to itself.
89863 (WebCore::RenderBlock::layoutInlineChildren): Paint floats that have
91115 (WebCore::RenderReplaced::paint):
91117 (WebCore::RenderWidget::paint):
91371 (WebCore::RenderTheme::paint): Deal with the new elements.
91892 adding a new paint method to HTMLVideoElement that
91895 paint method. Meanwhile, add logic to the software video
92645 a layer gets compositied for some other reason, it should not paint.
92792 the damage rect, because Qt cannot paint tall rectangles (see
95060 (WebCore::HTMLVideoElement::paint):
95061 Paint routine on video so we don't have to look at MediaPlayer directly
95076 (WebCore::MediaPlayerPrivate::paint):
95285 Utility to clarify the logic of when a composited layer should do a software paint.
95288 Use shouldDoSoftwarePaint() to determine when to software-paint a reflected layer.
95294 Add the code to paint reflections to the composited layer painting method.
95297 (WebCore::RenderReplica::paint):
95450 (WebCore::RenderLayer::paint):
95455 (WebCore::RenderReplica::paint):
96998 (WebCore::PopupMenu::paint):
97586 (WebCore::PopupMenu::paint):
98096 (WebCore::PopupMenu::paint):
98274 (WebCore::MediaPlayerPrivate::paint):