Lines Matching defs:start
185 // Dir and start are only used for rect and rrect shapes, so are not included in other
193 // and any tracked winding, start, inversion, as well as the class of geometry).
425 bool GrStyledShape::asRRect(SkRRect* rrect, SkPathDirection* dir, unsigned* start,
447 if (start) {
448 *start = GrShape::kDefaultStart;
453 // rect edges. Thus, we may need to modify the rrect's start index and direction.
465 // Toggle direction and map index by 3 - start
467 // change and effectively flipping the start index to the diagonal corners of the
477 if (start) {
479 *start = 2 * rectStart;
490 if (start) {
491 *start = fShape.startIndex();
495 *start &= 0b110;