OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:strokeBoundingBox
(Results
1 - 19
of
19
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGGradientStop.h
47
virtual FloatRect
strokeBoundingBox
() const { return FloatRect(); }
RenderSVGInline.cpp
62
FloatRect RenderSVGInline::
strokeBoundingBox
() const
65
return object->
strokeBoundingBox
();
104
FloatRect textBoundingBox = object->
strokeBoundingBox
();
RenderSVGPath.cpp
56
FloatRect
strokeBoundingBox
= m_strokeBoundingBox;
62
strokeBoundingBox
.unite(zeroLengthSubpathRect(m_zeroLengthLinecapLocations[i], strokeWidth));
65
return
strokeBoundingBox
;
RenderSVGContainer.h
63
virtual FloatRect
strokeBoundingBox
() const OVERRIDE FINAL { return m_strokeBoundingBox; }
RenderSVGForeignObject.h
46
virtual FloatRect
strokeBoundingBox
() const { return FloatRect(FloatPoint(), m_viewport.size()); }
RenderSVGImage.h
56
virtual FloatRect
strokeBoundingBox
() const { return m_objectBoundingBox; }
RenderSVGInline.h
44
virtual FloatRect
strokeBoundingBox
() const OVERRIDE FINAL;
SVGRenderSupport.h
64
static void computeContainerBoundingBoxes(const RenderObject* container, FloatRect& objectBoundingBox, bool& objectBoundingBoxValid, FloatRect&
strokeBoundingBox
, FloatRect& repaintBoundingBox);
RenderSVGShape.cpp
131
if (!
strokeBoundingBox
().contains(point))
393
FloatRect
strokeBoundingBox
= m_fillBoundingBox;
404
strokeBoundingBox
.unite(strokeBoundingRect);
407
strokeBoundingBox
.unite(path().strokeBoundingRect(strokeData));
412
strokeBoundingBox
.unite(markerRect(strokeWidth()));
414
return
strokeBoundingBox
;
419
m_repaintBoundingBox =
strokeBoundingBox
();
RenderSVGText.h
84
virtual FloatRect
strokeBoundingBox
() const;
SVGRenderSupport.cpp
129
void SVGRenderSupport::computeContainerBoundingBoxes(const RenderObject* container, FloatRect& objectBoundingBox, bool& objectBoundingBoxValid, FloatRect&
strokeBoundingBox
, FloatRect& repaintBoundingBox)
133
strokeBoundingBox
= FloatRect();
135
// When computing the
strokeBoundingBox
, we use the repaintRects of the container's children so that the container's stroke includes
145
strokeBoundingBox
.unite(current->repaintRectInLocalCoordinates());
148
strokeBoundingBox
.unite(transform.mapRect(current->repaintRectInLocalCoordinates()));
152
repaintBoundingBox =
strokeBoundingBox
;
RenderSVGRoot.h
89
virtual FloatRect
strokeBoundingBox
() const { return m_strokeBoundingBox; }
RenderSVGShape.h
102
virtual FloatRect
strokeBoundingBox
() const OVERRIDE FINAL { return m_strokeBoundingBox; }
RenderSVGModelObject.cpp
81
IntRect rect = enclosingIntRect(
strokeBoundingBox
());
88
quads.append(localToAbsoluteQuad(
strokeBoundingBox
(), 0 /* mode */, wasFixed));
RenderSVGText.cpp
485
quads.append(localToAbsoluteQuad(
strokeBoundingBox
(), 0 /* mode */, wasFixed));
504
FloatRect RenderSVGText::
strokeBoundingBox
() const
520
FloatRect repaintRect =
strokeBoundingBox
();
RenderSVGResourceFilter.cpp
180
filterData->drawingRegion = object->
strokeBoundingBox
();
/external/chromium_org/third_party/WebKit/Source/core/svg/
SVGGraphicsElement.cpp
245
return renderer()->
strokeBoundingBox
();
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderObject.h
464
virtual FloatRect
strokeBoundingBox
() const;
[
all
...]
RenderObject.cpp
[
all
...]
Completed in 91 milliseconds