Lines Matching refs:rect
349 RectGeo(const SkRect& rect) : fRect(rect) {}
363 // Converted to an outset rectangle or round rect
390 return RectGeo(fRRect.rect()).strokeAndFillIsConvertedToFill(paint);
465 SkRect rect;
468 if (SkPathPriv::IsSimpleRect(fPath, false, &rect, &dir, &start)) {
469 return RectGeo(rect).strokeAndFillIsConvertedToFill(paint);
862 // in the line and unclosed rect cases).
926 // stroke-and-filled rect can become a rect), in which case the scale shouldn't matter and the
1505 // its mind about whether a unclosed rect is actually rect. The path effect initially bars us
1618 // Same for a rect.
1634 // rect and oval types have rrect start indices that collapse to the same point. Here we select the
2304 // An empty rect never draws anything according to SkCanvas::drawArc() docs.