Searched refs:fDashType (Results 1 – 1 of 1) sorted by relevance
31 , fDashType(SkPathEffect::kNone_DashType) { in GrStrokeInfo()37 fDashType = src.fDashType; in INHERITED()42 fDashType = SkPathEffect::kNone_DashType; in INHERITED()48 , fDashType(SkPathEffect::kNone_DashType) { in GrStrokeInfo()54 , fDashType(SkPathEffect::kNone_DashType) { in GrStrokeInfo()60 fDashType = other.fDashType;94 fDashType = pe->asADash(&dashInfo); in setDashInfo()95 if (SkPathEffect::kDash_DashType == fDashType) { in setDashInfo()111 fDashType = SkPathEffect::kDash_DashType; in setDashInfo()123 return (!this->isFillStyle() && SkPathEffect::kDash_DashType == fDashType); in isDashed()[all …]