Searched refs:getStrokeJoin (Results 1 – 16 of 16) sorted by relevance
220 SkASSERT(fPaint.getStrokeJoin() >= 0 && fPaint.getStrokeJoin() <= 2); in populateDict()221 insertInt("LJ", fPaint.getStrokeJoin()); in populateDict()252 a->getStrokeJoin() != b->getStrokeJoin() || in operator ==()
76 return paint->getStrokeJoin(); in anp_getStrokeJoin()192 ASSIGN(i, getStrokeJoin); in ANPPaintInterfaceV0_Init()
554 ANPPaintJoin (*getStrokeJoin)(const ANPPaint*); member
682 if (base.getStrokeJoin() != paint.getStrokeJoin()) { in writePaint()683 *ptr++ = PaintOp_packOpData(kJoin_PaintOp, paint.getStrokeJoin()); in writePaint()684 base.setStrokeJoin(paint.getStrokeJoin()); in writePaint()
91 SkScalar inset = paint.getStrokeJoin() == SkPaint::kMiter_Join ? in regression_cubic()
15 paint.getStrokeJoin(), paint.isAntiAlias()); in appendStr()
75 fStyle(SkToU8(paint.getStyle())), fJoin(SkToU8(paint.getStrokeJoin())), in SkStrokePathEffect()
489 fJoin = (uint8_t)p.getStrokeJoin(); in SkStroke()497 fJoin = (uint8_t)p.getStrokeJoin(); in SkStroke()
201 if (strokeJoin != defaultPaint.getStrokeJoin()) in dump()
1509 rec->fStrokeJoin = SkToU8(paint.getStrokeJoin()); in MakeRec()1836 *ptr++ = pack_4(this->getStrokeCap(), this->getStrokeJoin(), in flatten()2037 } else if (this->getStrokeJoin() == SkPaint::kMiter_Join) { in doComputeFastBounds()
1073 int strokeJoin = paint.getStrokeJoin(); in dumpPaint()1074 if (strokeJoin != defaultPaint.getStrokeJoin()) in dumpPaint()
670 if (SkPaint::kMiter_Join != paint.getStrokeJoin() || in easy_rect_join()
173 buffer.write8(paint.getStrokeJoin()); in paint_write()
107 dst->setStrokeJoin(src.getStrokeJoin()); in ApplyInfo()
418 Join getStrokeJoin() const { return (Join)fJoinType; } in getStrokeJoin() function
643 paint.getStrokeJoin() != SkPaint::kMiter_Join; in drawRect()653 if (SkPaint::kMiter_Join == paint.getStrokeJoin() && in drawRect()