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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
RasterShape.h 85 , m_marginRectSize(marginRectSize)
105 IntSize m_marginRectSize;
RasterShape.cpp 146 int maxShapeMarginInt = std::max(m_marginRectSize.width(), m_marginRectSize.height()) * sqrtf(2);

Completed in 39 milliseconds