Home
last modified time | relevance | path

Searched refs:getStrokeJoin (Results 1 – 25 of 29) sorted by relevance

12

/third_party/skia/docs/examples/
DPaintDump.cpp54 if (d.getStrokeJoin() != p.getStrokeJoin()) { in PaintStringDump()
55 s.appendf("p.setStrokeJoin(%s);\n", str(p.getStrokeJoin())); in PaintStringDump()
DPaint_getStrokeJoin.cpp9 SkPaint::kMiter_Join == paint.getStrokeJoin() ? '=' : '!'); in draw()
DPaint_setStrokeJoin.cpp11 SkPaint::kMiter_Join == paint.getStrokeJoin() ? '=' : '!'); in draw()
/third_party/skia/src/core/
DSkStrokeRec.cpp64 fJoin = paint.getStrokeJoin(); in init()
144 return GetInflationRadius(paint.getStrokeJoin(), paint.getStrokeMiter(), paint.getStrokeCap(), in GetInflationRadius()
DSkPaint.cpp260 packed |= shift_bits(paint.getStrokeJoin(), 18, 2); in pack_v68()
DSkStroke.cpp1358 fJoin = (uint8_t)p.getStrokeJoin(); in SkStroke()
1367 fJoin = (uint8_t)p.getStrokeJoin(); in SkStroke()
DSkDraw.cpp553 if (rect.isEmpty() || SkPaint::kMiter_Join != paint.getStrokeJoin() || in easy_rect_join()
DSkScalerContext.cpp1056 rec->fStrokeJoin = SkToU8(paint.getStrokeJoin()); in MakeRecAndEffects()
/third_party/skia/bench/
DStrokeBench.cpp20 pathType, paint.getStrokeWidth(), paint.getStrokeJoin(), paint.getStrokeCap()); in StrokeBench()
/third_party/skia/src/pdf/
DSkPDFGraphicState.cpp80 SkToU8(p.getStrokeJoin()), in GetGraphicStateForPaint()
/third_party/skia/tests/
DEmptyPathTest.cpp51 paint.getStrokeCap(), paint.getStrokeJoin(), in drawAndTest()
DPaintTest.cpp73 SkScalar inset = paint.getStrokeJoin() == SkPaint::kMiter_Join ? in DEF_TEST()
DGrStyledShapeTest.cpp364 return (paint.getStrokeJoin() == SkPaint::kMiter_Join && in strokeAndFillIsConvertedToFill()
366 paint.getStrokeJoin() == SkPaint::kRound_Join; in strokeAndFillIsConvertedToFill()
/third_party/skia/src/c/
Dsk_paint.cpp119 if (find_c(AsPaint(*cpaint).getStrokeJoin(), &cjoin)) { in sk_paint_get_stroke_join()
/third_party/skia/include/core/
DSkPaint.h375 Join getStrokeJoin() const { return (Join)fBitfields.fJoinType; } in getStrokeJoin() function
/third_party/skia/src/effects/
DSkLayerDrawLooper.cpp104 dst->setStrokeJoin(src.getStrokeJoin()); in ApplyInfo()
/third_party/skia/modules/canvaskit/htmlcanvas/
Dcanvas2dcontext.js354 switch (this._paint.getStrokeJoin()) {
768 'cap': this._paint.getStrokeCap(), 'join': this._paint.getStrokeJoin(),
/third_party/skia/samplecode/
DSampleSimpleStroker.cpp129 fJoin = paint.getStrokeJoin(); in initForPath()
DSampleVariableWidthStroker.cpp515 fJoin = paint.getStrokeJoin(); in initForPath()
/third_party/skia/src/svg/
DSkSVGDevice.cpp365 if (const char* join = svg_join(paint.getStrokeJoin())) { in addPaint()
369 if (paint.getStrokeJoin() == SkPaint::kMiter_Join) { in addPaint()
/third_party/skia/modules/canvaskit/
Dexterns.js475 getStrokeJoin: function() {}, method
/third_party/skia/src/xps/
DSkXPSDevice.cpp1083 SkPaint::kMiter_Join != paint.getStrokeJoin() || in rect_must_be_pathed()
1084 (SkPaint::kMiter_Join == paint.getStrokeJoin() && in rect_must_be_pathed()
/third_party/skia/modules/canvaskit/npm_build/types/
Dcanvaskit-wasm-tests.ts394 const sj = paint.getStrokeJoin();
Dindex.d.ts1930 getStrokeJoin(): StrokeJoin; method
/third_party/skia/tools/viewer/
DViewer.cpp1446 paint.setStrokeJoin(fPaint->getStrokeJoin()); in onFilter()
2205 joinIdx = SkTo<int>(fPaint.getStrokeJoin()) + 1; in drawImGui()

12