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

  /external/chromium_org/third_party/WebKit/Source/core/svg/graphics/
SVGImageForContainer.cpp 32 FloatSize scaledContainerSize(m_containerSize);
40 m_image->drawForContainer(context, m_containerSize, m_zoom, dstRect, srcRect, compositeOp, blendMode);
46 m_image->drawPatternForContainer(context, m_containerSize, m_zoom, srcRect, scale, phase, compositeOp, dstRect, blendMode, repeatSpacing);
SVGImageForContainer.h 67 , m_containerSize(containerSize)
75 const FloatSize m_containerSize;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/style/
StyleGeneratedImage.h 50 virtual void setContainerSizeForRenderer(const RenderObject*, const IntSize& containerSize, float) { m_containerSize = containerSize; }
60 IntSize m_containerSize;
StyleGeneratedImage.cpp 65 return m_containerSize;
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGRoot.h 56 IntSize containerSize() const { return m_containerSize; }
57 void setContainerSize(const IntSize& containerSize) { m_containerSize = containerSize; }
107 IntSize m_containerSize;
RenderSVGRoot.cpp 142 if (!m_containerSize.isEmpty())
143 return m_containerSize.width();
165 if (!m_containerSize.isEmpty())
166 return m_containerSize.height();

Completed in 40 milliseconds