Searched refs:getStrokeJoin (Results 1 – 18 of 18) sorted by relevance
104 public Paint.Join getStrokeJoin() { in getStrokeJoin() method in ShadowPaint
68 fJoin = paint.getStrokeJoin(); in init()
1400 rec->fStrokeJoin = SkToU8(paint.getStrokeJoin()); in MakeRec()1936 *ptr++ = pack_4(this->getStrokeCap(), this->getStrokeJoin(), in flatten()2099 } else if (this->getStrokeJoin() == SkPaint::kMiter_Join) { in doComputeFastBounds()2269 str->append(gJoinStrings[this->getStrokeJoin()]); in toString()
1493 fJoin = (uint8_t)p.getStrokeJoin(); in SkStroke()1501 fJoin = (uint8_t)p.getStrokeJoin(); in SkStroke()
746 if (SkPaint::kMiter_Join != paint.getStrokeJoin() || in easy_rect_join()
120 if (find_c(AsPaint(*cpaint).getStrokeJoin(), &cjoin)) { in sk_paint_get_stroke_join()
59 cacheBlob->fStrokeInfo.fJoin = paint.getStrokeJoin(); in createCachedBlob()
437 (paint.getStrokeJoin() == SkPaint::kRound_Join || in drawRect()438 (paint.getStrokeJoin() == SkPaint::kBevel_Join && rect.isEmpty())); in drawRect()
278 blob.fStrokeInfo.fJoin != paint.getStrokeJoin())) { in MustRegenerateBlob()
50 paint.getStrokeCap(), paint.getStrokeJoin(), in drawAndTest()
196 SkScalar inset = paint.getStrokeJoin() == SkPaint::kMiter_Join ? in DEF_TEST()
109 , fStrokeJoin(SkToU8(p.getStrokeJoin())) in SkPDFGraphicState()
1200 if (base.getStrokeJoin() != paint.getStrokeJoin()) { in writePaint()1201 *ptr++ = PaintOp_packOpData(kJoin_PaintOp, paint.getStrokeJoin()); in writePaint()1202 base.setStrokeJoin(paint.getStrokeJoin()); in writePaint()
375 if (const char* join = svg_join(paint.getStrokeJoin())) { in addPaint()379 if (paint.getStrokeJoin() == SkPaint::kMiter_Join) { in addPaint()
89 dst->setStrokeJoin(src.getStrokeJoin()); in ApplyInfo()
480 Join getStrokeJoin() const { return (Join)fBitfields.fJoinType; } in getStrokeJoin() function
1098 SkPaint::kMiter_Join != paint.getStrokeJoin() || in rect_must_be_pathed()1099 (SkPaint::kMiter_Join == paint.getStrokeJoin() && in rect_must_be_pathed()
1007 SkLua(L).pushU32(get_obj<SkPaint>(L, 1)->getStrokeJoin()); in lpaint_getStrokeJoin()