Searched refs:isFillStyle (Results 1 – 16 of 16) sorted by relevance
70 if (pe && !fStroke.isFillStyle()) { in setDashInfo()88 if (!fStroke.isFillStyle()) { in setDashInfo()89 SkASSERT(!fStroke.isFillStyle()); in setDashInfo()102 return (!fStroke.isFillStyle() && SkPathEffect::kDash_DashType == fDashType); in isDashed()105 bool isFillStyle() const { return fStroke.isFillStyle(); } in isFillStyle() function
97 || path.isInverseFillType() || path.isVolatile() || !stroke.isFillStyle()) { in canDrawPath()371 if (stroke.isFillStyle()) { in addPathToAtlas()
132 if (stroke.isFillStyle()) { in draw()
337 if (!fStroke.isFillStyle()) { in init()
716 return !antiAlias && (stroke.isFillStyle() || IsStrokeHairlineOrEquivalent(stroke, in canDrawPath()
1172 SkASSERT(stroke.isFillStyle()); in is_nested_rects()1332 !strokeInfoPtr->isFillStyle()) { in internalDrawPath()
557 if (stroke.isFillStyle()) { in drawDRRect()791 (strokeInfo.getStrokeRec().isFillStyle() || in internalDrawPath()
697 stroke.isFillStyle() && !path.isInverseFillType() && path.isConvex()); in canDrawPath()
1353 return stroke.isFillStyle() && !antiAlias && !path.isConvex(); in canDrawPath()
20 return ((stroke.isFillStyle() || stroke.getStyle() == SkStrokeRec::kStroke_Style) in canDrawPath()
47 bool isFillStyle() const { in isFillStyle() function
73 bool doFill = rec->isFillStyle(); in filterPath()
851 if (!strokeRec.isFillStyle()) { in directFilterMaskGPU()1136 if (!strokeRec.isFillStyle()) { in directFilterRRectMaskGPU()
227 if (rec->isFillStyle() || initialDashLength < 0) { in FilterDashPath()
166 if (stroke.isFillStyle() || SkStrokeRec::kStrokeAndFill_Style == stroke.getStyle()) { in stencilPath()
790 REPORTER_ASSERT(reporter, rec.isFillStyle()); in test_strokerec()