Searched refs:paintOutline (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/rendering/svg/
H A DRenderSVGContainer.cpp137 paintOutline(paintInfo.context, paintRectInParent.x(), paintRectInParent.y(), paintRectInParent.width(), paintRectInParent.height());
141 // addFocusRingRects is called from paintOutline and needs to be in the same coordinates as the paintOuline call
H A DRenderSVGImage.cpp140 paintOutline(childPaintInfo.context, static_cast<int>(boundingBox.x()), static_cast<int>(boundingBox.y()),
H A DRenderSVGPath.cpp236 paintOutline(childPaintInfo.context, static_cast<int>(boundingBox.x()), static_cast<int>(boundingBox.y()),
243 // This method is called from inside paintOutline() since we call paintOutline()
H A DRenderSVGRoot.cpp192 paintOutline(paintInfo.context, borderBoxOriginInContainer.x(), borderBoxOriginInContainer.y(), width(), height());
/external/webkit/Source/WebCore/rendering/
H A DRenderInline.h79 void paintOutline(GraphicsContext*, int tx, int ty);
H A DRenderReplaced.cpp122 paintOutline(paintInfo.context, tx, ty, width(), height());
H A DRenderLineBoxList.cpp270 flow->paintOutline(info.context, tx, ty);
H A DRenderObject.h787 void paintOutline(GraphicsContext*, int tx, int ty, int w, int h);
H A DRenderTable.cpp592 paintOutline(paintInfo.context, tx, ty, width(), height());
H A DRenderInline.cpp1377 void RenderInline::paintOutline(GraphicsContext* graphicsContext, int tx, int ty) function in class:WebCore::RenderInline
H A DRenderBlock.cpp2555 paintOutline(paintInfo.context, tx, ty, width(), height());
2575 inlineRenderer->paintOutline(paintInfo.context, tx - x() + inlineRenderer->containingBlock()->x(),
2730 flow->paintOutline(info.context, tx, ty);
H A DRenderObject.cpp1033 void RenderObject::paintOutline(GraphicsContext* graphicsContext, int tx, int ty, int w, int h) function in class:WebCore::RenderObject

Completed in 2045 milliseconds