Searched refs:fDashType (Results 1 – 1 of 1) sorted by relevance
22 fStroke(style), fDashType(SkPathEffect::kNone_DashType) {} in GrStrokeInfo()26 fDashType = src.fDashType;31 fDashType = SkPathEffect::kNone_DashType;36 fStroke(paint, styleOverride), fDashType(SkPathEffect::kNone_DashType) { in GrStrokeInfo()41 fStroke(paint), fDashType(SkPathEffect::kNone_DashType) { in GrStrokeInfo()47 fDashType = other.fDashType;72 fDashType = pe->asADash(&dashInfo); in setDashInfo()73 if (SkPathEffect::kDash_DashType == fDashType) { in setDashInfo()90 fDashType = SkPathEffect::kDash_DashType; in setDashInfo()102 return (!fStroke.isFillStyle() && SkPathEffect::kDash_DashType == fDashType); in isDashed()[all …]