Home | History | Annotate | Download | only in wince

Lines Matching defs:textRect

1548     FloatRect textRect = font.selectionRectForText(run, point, font.fontMetrics().height(), from, to);
1549 textRect.setY(textRect.y() - font.fontMetrics().ascent());
1550 IntRect trRect = enclosingIntRect(m_data->mapRect(textRect));