Home | History | Annotate | Download | only in rendering

Lines Matching full:toppoint

230     LayoutPoint topPoint = isHorizontal() ? LayoutPoint(r.x(), selTop) : LayoutPoint(selTop, r.x());
234 return LayoutRect(topPoint, LayoutSize(width, height));