Home
last modified time | relevance | path

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

123

/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()
/third_party/flutter/skia/src/core/
DSkStrokeRec.cpp64 fJoin = paint.getStrokeJoin(); in init()
144 return GetInflationRadius(paint.getStrokeJoin(), paint.getStrokeMiter(), paint.getStrokeCap(), in GetInflationRadius()
/third_party/flutter/skia/docs/examples/
DPaint_getStrokeJoin.cpp9 SkPaint::kMiter_Join == paint.getStrokeJoin() ? '=' : '!'); in draw()
DPaint_setStrokeJoin.cpp11 SkPaint::kMiter_Join == paint.getStrokeJoin() ? '=' : '!'); in draw()
/third_party/skia/bench/
DStrokeBench.cpp20 pathType, paint.getStrokeWidth(), paint.getStrokeJoin(), paint.getStrokeCap()); in StrokeBench()
/third_party/flutter/skia/bench/
DStrokeBench.cpp20 pathType, paint.getStrokeWidth(), paint.getStrokeJoin(), paint.getStrokeCap()); in StrokeBench()
/third_party/flutter/skia/src/pdf/
DSkPDFGraphicState.cpp78 SkToU8(p.getStrokeJoin()), in GetGraphicStateForPaint()
/third_party/skia/src/pdf/
DSkPDFGraphicState.cpp80 SkToU8(p.getStrokeJoin()), in GetGraphicStateForPaint()
/third_party/flutter/skia/tests/
DEmptyPathTest.cpp51 paint.getStrokeCap(), paint.getStrokeJoin(), in drawAndTest()
DPaintTest.cpp97 SkScalar inset = paint.getStrokeJoin() == SkPaint::kMiter_Join ? in DEF_TEST()
/third_party/skia/tests/
DEmptyPathTest.cpp51 paint.getStrokeCap(), paint.getStrokeJoin(), in drawAndTest()
DPaintTest.cpp73 SkScalar inset = paint.getStrokeJoin() == SkPaint::kMiter_Join ? in DEF_TEST()
/third_party/flutter/skia/src/c/
Dsk_paint.cpp119 if (find_c(AsPaint(*cpaint).getStrokeJoin(), &cjoin)) { in sk_paint_get_stroke_join()
/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/flutter/skia/include/core/
DSkPaint.h384 Join getStrokeJoin() const { return (Join)fBitfields.fJoinType; } in getStrokeJoin() function
/third_party/flutter/skia/src/effects/
DSkLayerDrawLooper.cpp101 dst->setStrokeJoin(src.getStrokeJoin()); in ApplyInfo()
/third_party/skia/src/effects/
DSkLayerDrawLooper.cpp104 dst->setStrokeJoin(src.getStrokeJoin()); in ApplyInfo()
/third_party/flutter/skia/modules/canvaskit/
Dexterns.js194 getStrokeJoin: function() {}, method
/third_party/skia/modules/canvaskit/htmlcanvas/
Dcanvas2dcontext.js354 switch (this._paint.getStrokeJoin()) {
768 'cap': this._paint.getStrokeCap(), 'join': this._paint.getStrokeJoin(),
/third_party/flutter/skia/modules/canvaskit/htmlcanvas/
Dcanvas2dcontext.js373 switch (this._paint.getStrokeJoin()) {
781 'cap': this._paint.getStrokeCap(), 'join': this._paint.getStrokeJoin(),

123