Home | History | Annotate | Download | only in wince

Lines Matching refs:topLeft

511             FloatPoint topLeft = m_data->m_transform.mapPoint(FloatPoint(rectBeforeTransform->topLeft()));
516 FloatSize sideTop = topRight - topLeft;
517 FloatSize sideLeft = bottomLeft - 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)
1263 FloatSize newTopLeft(m_data->mapSize(topLeft));