Searched refs:getCap (Results 1 – 8 of 8) sorted by relevance
172 if (SkPaint::kButt_Cap != rec->getCap()) { in init()376 if (SkPaint::kButt_Cap != rec.getCap()) { in asPoints()401 } else if (SkPaint::kRound_Cap != rec.getCap()) { in asPoints()410 if (SkPaint::kRound_Cap == rec.getCap()) { in asPoints()457 SkASSERT(SkPaint::kRound_Cap != rec.getCap()); // can't handle partial circles in asPoints()506 SkASSERT(SkPaint::kRound_Cap != rec.getCap()); // can't handle partial circles in asPoints()
27 SkPaint::Cap getCap() const { return (SkPaint::Cap)fCap; } in getCap() function
646 SkPathStroker stroker(src, radius, fMiterLimit, this->getCap(), in strokePath()
31 SkPaint::Cap getCap() const { return (SkPaint::Cap)fCap; } in getCap() function
36 SkPaint::Cap getCap() const { return fCap; } in getCap() function
167 public Paint.Cap getCap() { in getCap() method in ShadowPaint
71 paint.setStrokeCap(stroke.getCap()); in draw()
574 SkPathStroker stroker(radius, fMiterLimit, this->getCap(), in strokePath()