Searched refs:m_topLeft (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/
H A DRoundedIntRect.cpp39 return m_topLeft.isZero() && m_topRight.isZero() && m_bottomLeft.isZero() && m_bottomRight.isZero();
48 m_topLeft.scale(factor);
49 if (!m_topLeft.width() || !m_topLeft.height())
50 m_topLeft = IntSize();
65 m_topLeft.setWidth(max(0, m_topLeft.width() + leftWidth));
66 m_topLeft.setHeight(max(0, m_topLeft.height() + topWidth));
85 m_topLeft
[all...]
H A DRoundedIntRect.h41 : m_topLeft(topLeft)
48 void setTopLeft(const IntSize& size) { m_topLeft = size; }
52 const IntSize& topLeft() const { return m_topLeft; }
69 IntSize m_topLeft; member in class:WebCore::RoundedIntRect::Radii
/external/webkit/Source/WebCore/rendering/style/
H A DBorderData.h38 BorderData() : m_topLeft(Length(0, Fixed), Length(0, Fixed))
52 if (!m_topLeft.width().isZero())
94 && m_topLeft == o.m_topLeft && m_topRight == o.m_topRight && m_bottomLeft == o.m_bottomLeft && m_bottomRight == o.m_bottomRight;
109 const LengthSize& topLeft() const { return m_topLeft; }
122 LengthSize m_topLeft; member in class:WebCore::BorderData
H A DRenderStyle.h838 void resetBorderTopLeftRadius() { SET_VAR(surround, border.m_topLeft, initialBorderRadius()) }
854 void setBorderTopLeftRadius(const LengthSize& s) { SET_VAR(surround, border.m_topLeft, s) }
/external/webkit/Source/WebCore/platform/graphics/android/context/
H A DGraphicsOperation.h685 , m_topLeft(topLeft)
692 context->fillRoundedRect(m_rect, m_topLeft, m_topRight,
699 IntSize m_topLeft; member in class:WebCore::GraphicsOperation::FillRoundedRect

Completed in 99 milliseconds