Lines Matching refs:SkStrokeRec
30 static const GrStyle kFill(SkStrokeRec::kFill_InitStyle); in SimpleFill()
39 static const GrStyle kHairline(SkStrokeRec::kHairline_InitStyle); in SimpleHairline()
76 GrStyle() : GrStyle(SkStrokeRec::kFill_InitStyle) {} in GrStyle()
78 explicit GrStyle(SkStrokeRec::InitStyle initStyle) : fStrokeRec(initStyle) {} in GrStyle()
80 GrStyle(const SkStrokeRec& strokeRec, sk_sp<SkPathEffect> pe) : fStrokeRec(strokeRec) { in GrStyle()
102 void resetToInitStyle(SkStrokeRec::InitStyle fillOrHairline) { in resetToInitStyle()
105 if (SkStrokeRec::kFill_InitStyle == fillOrHairline) { in resetToInitStyle()
139 const SkStrokeRec& strokeRec() const { return fStrokeRec; } in strokeRec()
158 bool SK_WARN_UNUSED_RESULT applyPathEffectToPath(SkPath* dst, SkStrokeRec* remainingStoke,
168 bool SK_WARN_UNUSED_RESULT applyToPath(SkPath* dst, SkStrokeRec::InitStyle* fillOrHairline,
208 bool applyPathEffect(SkPath* dst, SkStrokeRec* strokeRec, const SkPath& src) const;
210 SkStrokeRec fStrokeRec;