Lines Matching refs:SkPathEffect
31 , fDashType(SkPathEffect::kNone_DashType) { in GrStrokeInfo()
42 fDashType = SkPathEffect::kNone_DashType; in INHERITED()
48 , fDashType(SkPathEffect::kNone_DashType) { in GrStrokeInfo()
54 , fDashType(SkPathEffect::kNone_DashType) { in GrStrokeInfo()
91 bool setDashInfo(const SkPathEffect* pe) { in setDashInfo()
93 SkPathEffect::DashInfo dashInfo; in setDashInfo()
95 if (SkPathEffect::kDash_DashType == fDashType) { in setDashInfo()
109 bool setDashInfo(const SkPathEffect::DashInfo& info) { in setDashInfo()
111 fDashType = SkPathEffect::kDash_DashType; in setDashInfo()
123 return (!this->isFillStyle() && SkPathEffect::kDash_DashType == fDashType); in isDashed()
142 fDashType = SkPathEffect::kNone_DashType; in removeDash()
181 const SkPathEffect* pe = paint.getPathEffect(); in init()
185 SkPathEffect::DashType fDashType;