HomeSort by relevance Sort by last modified time
    Searched refs:m_objectBoundingBox (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGImage.h 55 virtual FloatRect objectBoundingBox() const { return m_objectBoundingBox; }
56 virtual FloatRect strokeBoundingBox() const { return m_objectBoundingBox; }
75 FloatRect m_objectBoundingBox;
RenderSVGImage.cpp 63 FloatRect oldBoundaries = m_objectBoundingBox;
67 m_objectBoundingBox = FloatRect(image->xCurrentValue().value(lengthContext), image->yCurrentValue().value(lengthContext), image->widthCurrentValue().value(lengthContext), image->heightCurrentValue().value(lengthContext));
82 if (oldBoundaries != m_objectBoundingBox) {
84 m_imageResource->setContainerSizeForRenderer(enclosingIntRect(m_objectBoundingBox).size());
107 m_repaintBoundingBox = m_objectBoundingBox;
142 if (childPaintInfo.phase == PaintPhaseForeground && !m_objectBoundingBox.isEmpty()) {
161 FloatRect destRect = m_objectBoundingBox;
194 if (m_objectBoundingBox.contains(localPoint)) {
216 m_objectBoundingBox = FloatRect();
RenderSVGContainer.h 62 virtual FloatRect objectBoundingBox() const OVERRIDE FINAL { return m_objectBoundingBox; }
83 FloatRect m_objectBoundingBox;
RenderSVGRoot.h 88 virtual FloatRect objectBoundingBox() const { return m_objectBoundingBox; }
108 FloatRect m_objectBoundingBox;
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);

Completed in 40 milliseconds