Lines Matching refs:SkStrokeRec
31 static const GrStyle kFill(SkStrokeRec::kFill_InitStyle); in SimpleFill()
40 static const GrStyle kHairline(SkStrokeRec::kHairline_InitStyle); in SimpleHairline()
77 GrStyle() : GrStyle(SkStrokeRec::kFill_InitStyle) {} in GrStyle()
79 explicit GrStyle(SkStrokeRec::InitStyle initStyle) : fStrokeRec(initStyle) {} in GrStyle()
81 GrStyle(const SkStrokeRec& strokeRec, sk_sp<SkPathEffect> pe) : fStrokeRec(strokeRec) { in GrStyle()
103 void resetToInitStyle(SkStrokeRec::InitStyle fillOrHairline) { in resetToInitStyle()
106 if (SkStrokeRec::kFill_InitStyle == fillOrHairline) { in resetToInitStyle()
140 const SkStrokeRec& strokeRec() const { return fStrokeRec; } in strokeRec()
159 bool SK_WARN_UNUSED_RESULT applyPathEffectToPath(SkPath* dst, SkStrokeRec* remainingStoke,
169 bool SK_WARN_UNUSED_RESULT applyToPath(SkPath* dst, SkStrokeRec::InitStyle* fillOrHairline,
209 bool applyPathEffect(SkPath* dst, SkStrokeRec* strokeRec, const SkPath& src) const;
211 SkStrokeRec fStrokeRec;