Lines Matching defs:dir
189 (fShape.dir() == GrShape::kDefaultDir &&
425 bool GrStyledShape::asRRect(SkRRect* rrect, SkPathDirection* dir, unsigned* start,
433 SkASSERT(fStyle.hasPathEffect() || (fShape.dir() == GrShape::kDefaultDir &&
444 if (dir) {
445 *dir = GrShape::kDefaultDir;
454 SkPathDirection rectDir = fShape.dir();
474 if (dir) {
475 *dir = rectDir;
487 if (dir) {
488 *dir = fShape.dir();