Home
last modified time | relevance | path

Searched refs:m_shapeLogicalSize (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
DShapeInfo.h96 if (m_shapeLogicalSize == newLogicalSize) in setShapeSize()
99 m_shapeLogicalSize = newLogicalSize; in setShapeSize()
114 …xSizing() == CONTENT_BOX) ? (m_shapeLogicalSize.height() + m_renderer->borderAndPaddingLogicalHeig… in shapeContainingBlockHeight()
121 LayoutSize shapeSize() const { return m_shapeLogicalSize; } in shapeSize()
173 LayoutSize m_shapeLogicalSize; variable
DShapeInfo.cpp65 …m_shape = Shape::createShape(shapeValue->shape(), m_shapeLogicalSize, writingMode, margin, padding… in computedShape()
69 …m_shape = Shape::createShape(shapeValue->image(), shapeImageThreshold, m_shapeLogicalSize, writing… in computedShape()
72 m_shape = Shape::createLayoutBoxShape(m_shapeLogicalSize, writingMode, margin, padding); in computedShape()