Lines Matching refs:rrect
185 // Dir and start are only used for rect and rrect shapes, so are not included in other
219 fShape.rrect().writeToMemory(key);
425 bool GrStyledShape::asRRect(SkRRect* rrect, SkPathDirection* dir, unsigned* start,
439 if (rrect) {
440 *rrect = SkRRect::MakeRect(fShape.rect());
453 // rect edges. Thus, we may need to modify the rrect's start index and direction.
484 if (rrect) {
485 *rrect = fShape.rrect();
492 // Canonicalize the index if the rrect is an oval, which GrShape doesn't treat special
494 if (fShape.rrect().isOval()) {