Home | History | Annotate | Download | only in rendering

Lines Matching refs:topPoint

205     IntPoint topPoint = isHorizontal() ? IntPoint(tx + m_x + r.x(), ty + selTop) : IntPoint(tx + selTop, ty + m_y + r.x());
209 return IntRect(topPoint, IntSize(width, height));