Searched refs:recStyle (Results 1 – 3 of 3) sorted by relevance
115 SkStrokeRec::Style recStyle = fStrokeRec.getStyle(); in initPathEffect() local116 if (recStyle != SkStrokeRec::kFill_Style && recStyle != SkStrokeRec::kStrokeAndFill_Style) { in initPathEffect()
78 SkStrokeRec::Style recStyle = stroke.getStyle(); in Make() local85 SkStrokeRec::kStroke_Style == recStyle || SkStrokeRec::kHairline_Style == recStyle; in Make()86 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == recStyle; in Make()
629 SkStrokeRec::Style recStyle = stroke.getStyle(); in Make() local632 switch (recStyle) { in Make()654 SkStrokeRec::kStroke_Style == recStyle || SkStrokeRec::kHairline_Style == recStyle; in Make()655 bool hasStroke = isStrokeOnly || SkStrokeRec::kStrokeAndFill_Style == recStyle; in Make()