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

  /external/webkit/Source/WebCore/platform/graphics/
RoundedIntRect.h 63 void expand(int topWidth, int bottomWidth, int leftWidth, int rightWidth);
65 void shrink(int topWidth, int bottomWidth, int leftWidth, int rightWidth) { expand(-topWidth, -bottomWidth, -leftWidth, -rightWidth); }
RoundedIntRect.cpp 63 void RoundedIntRect::Radii::expand(int topWidth, int bottomWidth, int leftWidth, int rightWidth)
72 m_bottomLeft.setHeight(max(0, m_bottomLeft.height() + bottomWidth));
75 m_bottomRight.setHeight(max(0, m_bottomRight.height() + bottomWidth));
  /external/webkit/Source/WebCore/rendering/
RenderBoxModelObject.cpp     [all...]
RenderTableCell.cpp     [all...]
RenderObject.h 446 IntRect borderInnerRect(const IntRect&, unsigned short topWidth, unsigned short bottomWidth,
    [all...]
RenderObject.cpp     [all...]
  /external/webkit/Source/WebCore/rendering/style/
RenderStyle.cpp     [all...]
RenderStyle.h     [all...]

Completed in 36 milliseconds