Home | History | Annotate | Download | only in skia

Lines Matching full:topleft

134     SkPoint topleft = {rc.fLeft, rc.fTop};
136 return isPointSkiaSafe(transform, topleft) && isPointSkiaSafe(transform, bottomright);
771 const IntSize& topLeft,
786 if (topLeft.width() + topRight.width() > rect.width()
788 || topLeft.height() + bottomLeft.height() > rect.height()
801 addCornerArc(&path, r, topLeft, 180);