Home | History | Annotate | Download | only in wince

Lines Matching refs:topRight

512             FloatPoint topRight(rectBeforeTransform->right() - 1, rectBeforeTransform->y());
513 topRight = m_data->m_transform.mapPoint(topRight);
516 FloatSize sideTop = topRight - topLeft;
1245 void GraphicsContext::fillRoundedRect(const IntRect& fillRect, const IntSize& topLeft, const IntSize& topRight, const IntSize& bottomLeft, const IntSize& bottomRight, const Color& c, ColorSpace colorSpace)
1264 FloatSize newTopRight(m_data->mapSize(topRight));