Searched refs:paintOutline (Results 1 – 24 of 24) sorted by relevance
137 …paintOutline(paintInfo.context, paintRectInParent.x(), paintRectInParent.y(), paintRectInParent.wi… in paint()
140 …paintOutline(childPaintInfo.context, static_cast<int>(boundingBox.x()), static_cast<int>(boundingB… in paint()
236 …paintOutline(childPaintInfo.context, static_cast<int>(boundingBox.x()), static_cast<int>(boundingB… in paint()
192 …paintOutline(paintInfo.context, borderBoxOriginInContainer.x(), borderBoxOriginInContainer.y(), wi… in paint()
79 void paintOutline(GraphicsContext*, int tx, int ty);
114 paintOutline(paintInfo.context, tx, ty, width(), height()); in paint()
270 flow->paintOutline(info.context, tx, ty); in paint()
784 void paintOutline(GraphicsContext*, int tx, int ty, int w, int h);
591 paintOutline(paintInfo.context, tx, ty, width(), height()); in paintObject()
1377 void RenderInline::paintOutline(GraphicsContext* graphicsContext, int tx, int ty) in paintOutline() function in WebCore::RenderInline
2531 paintOutline(paintInfo.context, tx, ty, width(), height()); in paintObject()2551 … inlineRenderer->paintOutline(paintInfo.context, tx - x() + inlineRenderer->containingBlock()->x(), in paintObject()2706 flow->paintOutline(info.context, tx, ty); in paintContinuationOutlines()
1033 void RenderObject::paintOutline(GraphicsContext* graphicsContext, int tx, int ty, int w, int h) in paintOutline() function in WebCore::RenderObject
11093 (WebCore::RenderFlow::paintOutline):12813 (WebCore::RenderObject::paintOutline):15141 (WebCore::RenderFlow::paintOutline):22621 (WebCore::RenderFlow::paintLines): Call the new paintOutline()22622 (WebCore::RenderFlow::paintOutline): Take care of focus ring and 22628 (WebCore::RenderObject::paintOutline): Take care of pdf rects as 36116 (WebCore::RenderObject::paintOutline): ditto.
7785 (RenderObject::paintOutline):54231 (RenderObject::paintOutline):57883 (RenderInline::paintOutline):57885 (RenderObject::paintOutline):58053 (RenderInline::paintOutline): Removed code which special-cased aqua outlines.58147 (RenderInline::paintOutline):58254 (RenderInline::paintOutline): Added code to paint aqua focus rings.58260 (RenderObject::paintOutline): Added code to paint aqua focus rings.
17309 (WebCore::RenderObject::paintOutline):20516 * rendering/render_object.cpp: (WebCore::RenderObject::paintOutline):21623 * rendering/render_object.cpp: (WebCore::RenderObject::paintOutline): 28703 (WebCore::RenderObject::paintOutline):
38250 (WebCore::RenderObject::paintOutline):39460 (WebCore::RenderInline::paintOutline):47176 …Move paintOutline and paintOutlineWithLine from RenderFlow to RenderInline, since they only apply …47177 called paintOutline to use RenderInline as the type instead of RenderFlow.47191 (WebCore::RenderInline::paintOutline):47195 (WebCore::RenderObject::paintOutline):50670 …Back out a portion of my patch that I did not mean to land. Revert paintOutline back to the way it50674 (WebCore::RenderObject::paintOutline):51050 (WebCore::RenderObject::paintOutline):
24721 (WebCore::RenderInline::paintOutline):24726 (WebCore::RenderObject::paintOutline):36415 (WebCore::RenderInline::paintOutline):
6246 (RenderObject::paintOutline):18707 * khtml/rendering/render_object.cpp: (RenderObject::paintOutline): Ditto.
992 (RenderObject::paintOutline):
33358 Fixes an issue where RenderInline::paintOutline() and RenderImage::paintFocusRings()33363 Also, extracted common focus ring drawing code from RenderObject::paintOutline()33364 and RenderInline::paintOutline() into RenderObject::paintFocusRing().33374 (WebCore::RenderInline::paintOutline): Modified to call RenderObject::paintFocusRing().33378 (WebCore::RenderObject::paintOutline): Modified to call RenderObject::paintFocusRing().48394 (WebCore::RenderInline::paintOutline):
5 Remove senseless malloc from paintOutline9 (WebCore::RenderFlow::paintOutline): remove unneeded malloc70666 (WebCore::RenderObject::paintOutline): Bail out if the width or height is
5931 Cleanup variable usage in RenderObject.cpp paintOutline()5937 (WebCore::RenderObject::paintOutline):65198 (WebCore::RenderInline::paintOutline):
16760 (WebCore::RenderInline::paintOutline): Collect focus ring rects into a16765 (WebCore::RenderObject::paintOutline): Ditto.67339 (WebCore::RenderInline::paintOutline):
9361 (WebCore::RenderFlow::paintOutline):9363 (WebCore::RenderObject::paintOutline):