Searched defs:strokeBoundingBox (Results 1 – 12 of 12) sorted by relevance
47 virtual FloatRect strokeBoundingBox() const { return FloatRect(); } in strokeBoundingBox() function
46 … virtual FloatRect strokeBoundingBox() const { return FloatRect(FloatPoint(), m_viewport.size()); } in strokeBoundingBox() function
56 virtual FloatRect strokeBoundingBox() const { return m_objectBoundingBox; } in strokeBoundingBox() function
63 virtual FloatRect strokeBoundingBox() const OVERRIDE FINAL { return m_strokeBoundingBox; } in strokeBoundingBox() function
102 virtual FloatRect strokeBoundingBox() const OVERRIDE FINAL { return m_strokeBoundingBox; } in strokeBoundingBox() function
56 FloatRect strokeBoundingBox = m_strokeBoundingBox; in calculateUpdatedStrokeBoundingBox() local
89 virtual FloatRect strokeBoundingBox() const { return m_strokeBoundingBox; } in strokeBoundingBox() function
62 FloatRect RenderSVGInline::strokeBoundingBox() const in strokeBoundingBox() function in WebCore::RenderSVGInline
129 …, FloatRect& objectBoundingBox, bool& objectBoundingBoxValid, FloatRect& strokeBoundingBox, FloatR… in computeContainerBoundingBoxes()
393 FloatRect strokeBoundingBox = m_fillBoundingBox; in calculateStrokeBoundingBox() local
504 FloatRect RenderSVGText::strokeBoundingBox() const in strokeBoundingBox() function in WebCore::RenderSVGText
3324 FloatRect RenderObject::strokeBoundingBox() const in strokeBoundingBox() function in WebCore::RenderObject