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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeInfo.h 96 if (m_shapeLogicalSize == newLogicalSize)
99 m_shapeLogicalSize = newLogicalSize;
114 LayoutUnit shapeContainingBlockHeight() const { return (m_renderer->style()->boxSizing() == CONTENT_BOX) ? (m_shapeLogicalSize.height() + m_renderer->borderAndPaddingLogicalHeight()) : m_shapeLogicalSize.height(); }
121 LayoutSize shapeSize() const { return m_shapeLogicalSize; }
173 LayoutSize m_shapeLogicalSize;
ShapeInfo.cpp 65 m_shape = Shape::createShape(shapeValue->shape(), m_shapeLogicalSize, writingMode, margin, padding);
69 m_shape = Shape::createShape(shapeValue->image(), shapeImageThreshold, m_shapeLogicalSize, writingMode, margin, padding);
72 m_shape = Shape::createLayoutBoxShape(m_shapeLogicalSize, writingMode, margin, padding);

Completed in 1382 milliseconds