Searched refs:isHairlineStyle (Results 1 – 12 of 12) sorted by relevance
62 return !stroke.getStrokeRec().isHairlineStyle() && in canDrawPath()108 SkASSERT(!stroke.getStrokeRec().isHairlineStyle()); in onDrawPath()
163 if (!stroke.isHairlineStyle() && !path.isInverseFillType()) { in single_pass_path()550 if (!stroke->getStrokeRec().isHairlineStyle()) { in internalDrawPath()555 const bool isHairline = stroke->getStrokeRec().isHairlineStyle(); in internalDrawPath()
163 if (stroke.getStrokeRec().isHairlineStyle()) { in IsStrokeHairlineOrEquivalent()
128 if (stroke.isHairlineStyle()) { in draw()
304 if (fStroke.isHairlineStyle()) { in init()
792 strokeInfo.getStrokeRec().isHairlineStyle())) { in internalDrawPath()826 if (!stroke.isHairlineStyle()) { in internalDrawPath()905 SkPaint::Style style = stroke.isHairlineStyle() ? SkPaint::kStroke_Style : in internalDrawPath()
367 if (stroke.isHairlineStyle()) { in addPathToAtlas()
43 bool isHairlineStyle() const { in isHairlineStyle() function
172 SkASSERT(!stroke.isHairlineStyle()); in InitPathObject()
156 if (rec->isHairlineStyle() || !src.isLine(fPts)) { in init()
2072 return !rec.isHairlineStyle(); in getFillPath()
793 REPORTER_ASSERT(reporter, rec.isHairlineStyle()); in test_strokerec()