Searched defs:strokeBoundingBox (Results 1 – 12 of 12) sorted by relevance
48 virtual FloatRect strokeBoundingBox() const OVERRIDE { return FloatRect(); } in strokeBoundingBox() function
44 …virtual FloatRect strokeBoundingBox() const OVERRIDE { return FloatRect(FloatPoint(), m_viewport.s… in strokeBoundingBox() function
56 virtual FloatRect strokeBoundingBox() const OVERRIDE { return m_objectBoundingBox; } in strokeBoundingBox() function
99 virtual FloatRect strokeBoundingBox() const OVERRIDE FINAL { return m_strokeBoundingBox; } in strokeBoundingBox() function
67 virtual FloatRect strokeBoundingBox() const OVERRIDE FINAL { return m_strokeBoundingBox; } in strokeBoundingBox() function
56 FloatRect strokeBoundingBox = m_strokeBoundingBox; in calculateUpdatedStrokeBoundingBox() local
98 virtual FloatRect strokeBoundingBox() const OVERRIDE { return m_strokeBoundingBox; } in strokeBoundingBox() function
72 FloatRect RenderSVGInline::strokeBoundingBox() const in strokeBoundingBox() function in blink::RenderSVGInline
121 …, FloatRect& objectBoundingBox, bool& objectBoundingBoxValid, FloatRect& strokeBoundingBox, FloatR… in computeContainerBoundingBoxes()
474 FloatRect RenderSVGText::strokeBoundingBox() const in strokeBoundingBox() function in blink::RenderSVGText
383 FloatRect strokeBoundingBox = m_fillBoundingBox; in calculateStrokeBoundingBox() local
3060 FloatRect RenderObject::strokeBoundingBox() const in strokeBoundingBox() function in blink::RenderObject