Home | History | Annotate | Download | only in skia

Lines Matching refs:topRight

772                                       const IntSize& topRight,
786 if (topLeft.width() + topRight.width() > rect.width()
789 || topRight.height() + bottomRight.height() > rect.height()) {
798 addCornerArc(&path, r, topRight, 270);