OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_strokeBoundingBox
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGContainer.h
63
virtual FloatRect strokeBoundingBox() const OVERRIDE FINAL { return
m_strokeBoundingBox
; }
85
FloatRect
m_strokeBoundingBox
;
RenderSVGEllipse.cpp
52
m_strokeBoundingBox
= FloatRect();
71
m_strokeBoundingBox
= m_fillBoundingBox;
73
m_strokeBoundingBox
.inflate(strokeWidth() / 2);
RenderSVGPath.cpp
51
m_strokeBoundingBox
= calculateUpdatedStrokeBoundingBox();
56
FloatRect strokeBoundingBox =
m_strokeBoundingBox
;
RenderSVGRoot.h
89
virtual FloatRect strokeBoundingBox() const { return
m_strokeBoundingBox
; }
110
FloatRect
m_strokeBoundingBox
;
RenderSVGShape.h
81
FloatRect
m_strokeBoundingBox
;
102
virtual FloatRect strokeBoundingBox() const OVERRIDE FINAL { return
m_strokeBoundingBox
; }
RenderSVGRect.cpp
82
m_strokeBoundingBox
= m_outerStrokeRect;
RenderSVGContainer.cpp
167
SVGRenderSupport::computeContainerBoundingBoxes(this, m_objectBoundingBox, m_objectBoundingBoxValid,
m_strokeBoundingBox
, m_repaintBoundingBox);
RenderSVGRoot.cpp
389
SVGRenderSupport::computeContainerBoundingBoxes(this, m_objectBoundingBox, m_objectBoundingBoxValid,
m_strokeBoundingBox
, m_repaintBoundingBox);
RenderSVGShape.cpp
72
m_strokeBoundingBox
= calculateStrokeBoundingBox();
Completed in 372 milliseconds