Searched refs:getJoin (Results 1 – 16 of 16) sorted by relevance
37 SkPaint::Join getJoin() const { return (SkPaint::Join)fJoin; } in getJoin() function
1373 SkPathStroker stroker(src, radius, fMiterLimit, this->getCap(), this->getJoin(), fResScale); in strokePath()
60 styleKey |= this->getJoin() << kJoinShift; in asUniqueKeyFragment()
136 paint.setStrokeJoin(stroke.getJoin()); in draw()
40 SkPaint::Join getJoin() const { return (SkPaint::Join)fJoin; } in getJoin() function
176 public Paint.Join getJoin() { in getJoin() method in ShadowPaint
75 public int getJoin () { in getJoin() method in OutlineEffect
70 shape = new BasicStroke(getWidth(), BasicStroke.CAP_SQUARE, getJoin()).createStrokedShape(shape); in createStrokedShape()
120 return new BasicStroke(getWidth(), BasicStroke.CAP_SQUARE, getJoin()).createStrokedShape(result); in createStrokedShape()
57 args.fStroke->getJoin() != SkPaint::Join::kRound_Join; in onCanDrawPath()335 args.fStroke->getJoin(); in onDrawPath()
229 if (stroke.getJoin() == SkPaint::kMiter_Join) { in TessellatingPathBatch()
525 if ((stroke.getWidth() > 0) && (stroke.getJoin() != SkPaint::kMiter_Join || in is_miter()
109 if (SkPaint::kMiter_Join == args.fStroke->getJoin()) { in onCanDrawPath()
85 if (SkPaint::kMiter_Join == rec.getJoin()) { in outset_for_stroke()
252 GrGLenum join = join_to_gl_join(stroke.getJoin()); in InitPathObjectStroke()
50 if (SkPaint::kMiter_Join == rec.getJoin()) { in outset_for_stroke()