Home | History | Annotate | Download | only in wince

Lines Matching refs:bottomLeft

513             FloatPoint bottomLeft(rectBeforeTransform->x(), rectBeforeTransform->maxY() - 1);
514 bottomLeft = m_data->m_transform.mapPoint(bottomLeft);
516 FloatSize sideLeft = bottomLeft - topLeft;
1211 void GraphicsContext::fillRoundedRect(const IntRect& fillRect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& c, ColorSpace colorSpace)
1232 FloatSize newBottomLeft(m_data->mapSize(bottomLeft));