HomeSort by relevance Sort by last modified time
    Searched defs:objectBoundingBox (Results 1 - 13 of 13) sorted by null

  /external/webkit/WebCore/rendering/
RenderSVGGradientStop.h 47 virtual FloatRect objectBoundingBox() const { return FloatRect(); }
RenderSVGInline.h 44 virtual FloatRect objectBoundingBox() const { return FloatRect(); }
RenderSVGTSpan.h 38 virtual FloatRect objectBoundingBox() const { return FloatRect(); }
RenderSVGHiddenContainer.cpp 70 FloatRect RenderSVGHiddenContainer::objectBoundingBox() const
RenderForeignObject.cpp 70 FloatRect RenderForeignObject::objectBoundingBox() const
SVGRootInlineBox.h 68 virtual FloatRect objectBoundingBox() const { return FloatRect(); }
RenderSVGContainer.cpp 134 FloatRect RenderSVGContainer::objectBoundingBox() const
RenderSVGImage.cpp 135 FloatRect RenderSVGImage::objectBoundingBox() const
RenderPath.cpp 105 FloatRect RenderPath::objectBoundingBox() const
124 m_cachedLocalStrokeBBox = objectBoundingBox();
RenderSVGRoot.cpp 230 FloatRect RenderSVGRoot::objectBoundingBox() const
RenderSVGText.cpp 123 // Don't use objectBoundingBox here, as it's unites the selection rects. Makes it hard
144 // Don't use objectBoundingBox here, as it's unites the selection rects. Makes it hard
168 FloatRect RenderSVGText::objectBoundingBox() const
186 FloatRect repaintRect = objectBoundingBox();
RenderObject.cpp     [all...]
  /external/webkit/WebCore/svg/
SVGMaskElement.cpp 76 else if (attr->value() == "objectBoundingBox")
81 else if (attr->value() == "objectBoundingBox")
153 FloatRect SVGMaskElement::maskBoundingBox(const FloatRect& objectBoundingBox) const
157 maskBBox = FloatRect(x().valueAsPercentage() * objectBoundingBox.width() + objectBoundingBox.x(),
158 y().valueAsPercentage() * objectBoundingBox.height() + objectBoundingBox.y(),
159 width().valueAsPercentage() * objectBoundingBox.width(),
160 height().valueAsPercentage() * objectBoundingBox.height());
172 FloatRect objectBoundingBox = object->objectBoundingBox()
    [all...]

Completed in 41 milliseconds