Home | History | Annotate | Download | only in tabs

Lines Matching full:bottomright

1034   NSPoint bottomRight = NSMakePoint(NSMaxX(rect), NSMinY(rect) + 2 * lineWidth);
1058 [path curveToPoint:bottomRight
1061 controlPoint2:NSMakePoint(bottomRight.x - baseControlPointOutset,
1062 bottomRight.y)];
1063 [path lineToPoint:NSMakePoint(bottomRight.x + lineWidth, bottomRight.y)];
1064 [path lineToPoint:NSMakePoint(bottomRight.x + lineWidth,
1065 bottomRight.y - (2 * lineWidth))];