/third_party/skia/docs/examples/ |
D | PaintDump.cpp | 54 if (d.getStrokeJoin() != p.getStrokeJoin()) { in PaintStringDump() 55 s.appendf("p.setStrokeJoin(%s);\n", str(p.getStrokeJoin())); in PaintStringDump()
|
D | Paint_getStrokeJoin.cpp | 9 SkPaint::kMiter_Join == paint.getStrokeJoin() ? '=' : '!'); in draw()
|
D | Paint_setStrokeJoin.cpp | 11 SkPaint::kMiter_Join == paint.getStrokeJoin() ? '=' : '!'); in draw()
|
/third_party/skia/src/core/ |
D | SkStrokeRec.cpp | 64 fJoin = paint.getStrokeJoin(); in init() 144 return GetInflationRadius(paint.getStrokeJoin(), paint.getStrokeMiter(), paint.getStrokeCap(), in GetInflationRadius()
|
D | SkPaint.cpp | 260 packed |= shift_bits(paint.getStrokeJoin(), 18, 2); in pack_v68()
|
/third_party/flutter/skia/src/core/ |
D | SkStrokeRec.cpp | 64 fJoin = paint.getStrokeJoin(); in init() 144 return GetInflationRadius(paint.getStrokeJoin(), paint.getStrokeMiter(), paint.getStrokeCap(), in GetInflationRadius()
|
/third_party/flutter/skia/docs/examples/ |
D | Paint_getStrokeJoin.cpp | 9 SkPaint::kMiter_Join == paint.getStrokeJoin() ? '=' : '!'); in draw()
|
D | Paint_setStrokeJoin.cpp | 11 SkPaint::kMiter_Join == paint.getStrokeJoin() ? '=' : '!'); in draw()
|
/third_party/skia/bench/ |
D | StrokeBench.cpp | 20 pathType, paint.getStrokeWidth(), paint.getStrokeJoin(), paint.getStrokeCap()); in StrokeBench()
|
/third_party/flutter/skia/bench/ |
D | StrokeBench.cpp | 20 pathType, paint.getStrokeWidth(), paint.getStrokeJoin(), paint.getStrokeCap()); in StrokeBench()
|
/third_party/flutter/skia/src/pdf/ |
D | SkPDFGraphicState.cpp | 78 SkToU8(p.getStrokeJoin()), in GetGraphicStateForPaint()
|
/third_party/skia/src/pdf/ |
D | SkPDFGraphicState.cpp | 80 SkToU8(p.getStrokeJoin()), in GetGraphicStateForPaint()
|
/third_party/flutter/skia/tests/ |
D | EmptyPathTest.cpp | 51 paint.getStrokeCap(), paint.getStrokeJoin(), in drawAndTest()
|
D | PaintTest.cpp | 97 SkScalar inset = paint.getStrokeJoin() == SkPaint::kMiter_Join ? in DEF_TEST()
|
/third_party/skia/tests/ |
D | EmptyPathTest.cpp | 51 paint.getStrokeCap(), paint.getStrokeJoin(), in drawAndTest()
|
D | PaintTest.cpp | 73 SkScalar inset = paint.getStrokeJoin() == SkPaint::kMiter_Join ? in DEF_TEST()
|
/third_party/flutter/skia/src/c/ |
D | sk_paint.cpp | 119 if (find_c(AsPaint(*cpaint).getStrokeJoin(), &cjoin)) { in sk_paint_get_stroke_join()
|
/third_party/skia/src/c/ |
D | sk_paint.cpp | 119 if (find_c(AsPaint(*cpaint).getStrokeJoin(), &cjoin)) { in sk_paint_get_stroke_join()
|
/third_party/skia/include/core/ |
D | SkPaint.h | 375 Join getStrokeJoin() const { return (Join)fBitfields.fJoinType; } in getStrokeJoin() function
|
/third_party/flutter/skia/include/core/ |
D | SkPaint.h | 384 Join getStrokeJoin() const { return (Join)fBitfields.fJoinType; } in getStrokeJoin() function
|
/third_party/flutter/skia/src/effects/ |
D | SkLayerDrawLooper.cpp | 101 dst->setStrokeJoin(src.getStrokeJoin()); in ApplyInfo()
|
/third_party/skia/src/effects/ |
D | SkLayerDrawLooper.cpp | 104 dst->setStrokeJoin(src.getStrokeJoin()); in ApplyInfo()
|
/third_party/flutter/skia/modules/canvaskit/ |
D | externs.js | 194 getStrokeJoin: function() {}, method
|
/third_party/skia/modules/canvaskit/htmlcanvas/ |
D | canvas2dcontext.js | 354 switch (this._paint.getStrokeJoin()) { 768 'cap': this._paint.getStrokeCap(), 'join': this._paint.getStrokeJoin(),
|
/third_party/flutter/skia/modules/canvaskit/htmlcanvas/ |
D | canvas2dcontext.js | 373 switch (this._paint.getStrokeJoin()) { 781 'cap': this._paint.getStrokeCap(), 'join': this._paint.getStrokeJoin(),
|