Home | History | Annotate | Download | only in wince

Lines Matching refs:topRight

511             FloatPoint topRight(rectBeforeTransform->maxX() - 1, rectBeforeTransform->y());
512 topRight = m_data->m_transform.mapPoint(topRight);
515 FloatSize sideTop = topRight - 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)
1231 FloatSize newTopRight(m_data->mapSize(topRight));