/third_party/flutter/skia/modules/pathkit/tests/ |
D | effects.spec.js | 95 join: PathKit.StrokeJoin.BEVEL, 104 join: PathKit.StrokeJoin.ROUND,
|
/third_party/skia/modules/pathkit/tests/ |
D | effects.spec.js | 95 join: PathKit.StrokeJoin.BEVEL, 104 join: PathKit.StrokeJoin.ROUND,
|
/third_party/skia/modules/canvaskit/htmlcanvas/ |
D | canvas2dcontext.js | 8 this._paint.setStrokeJoin(CanvasKit.StrokeJoin.Miter); 355 case CanvasKit.StrokeJoin.Miter: 357 case CanvasKit.StrokeJoin.Round: 359 case CanvasKit.StrokeJoin.Bevel: 366 this._paint.setStrokeJoin(CanvasKit.StrokeJoin.Miter); 369 this._paint.setStrokeJoin(CanvasKit.StrokeJoin.Round); 372 this._paint.setStrokeJoin(CanvasKit.StrokeJoin.Bevel);
|
/third_party/flutter/skia/modules/canvaskit/htmlcanvas/ |
D | canvas2dcontext.js | 8 this._paint.setStrokeJoin(CanvasKit.StrokeJoin.Miter); 374 case CanvasKit.StrokeJoin.Miter: 376 case CanvasKit.StrokeJoin.Round: 378 case CanvasKit.StrokeJoin.Bevel: 385 this._paint.setStrokeJoin(CanvasKit.StrokeJoin.Miter); 388 this._paint.setStrokeJoin(CanvasKit.StrokeJoin.Round); 391 this._paint.setStrokeJoin(CanvasKit.StrokeJoin.Bevel);
|
/third_party/skia/modules/canvaskit/npm_build/types/ |
D | index.d.ts | 444 readonly StrokeJoin: StrokeJoinEnumValues; property 1930 getStrokeJoin(): StrokeJoin; 2031 setStrokeJoin(join: StrokeJoin): void; 2786 join?: StrokeJoin; 3814 export type StrokeJoin = EmbindEnumEntity; alias 4048 Bevel: StrokeJoin; 4049 Miter: StrokeJoin; 4050 Round: StrokeJoin;
|
D | canvaskit-wasm-tests.ts | 412 paint.setStrokeJoin(CK.StrokeJoin.Miter); 494 join: CK.StrokeJoin.Miter,
|
/third_party/flutter/skia/modules/sksg/include/ |
D | SkSGPaint.h | 36 SG_ATTRIBUTE(StrokeJoin , SkPaint::Join , fStrokeJoin )
|
/third_party/skia/modules/sksg/include/ |
D | SkSGPaint.h | 36 SG_ATTRIBUTE(StrokeJoin , SkPaint::Join , fStrokeJoin )
|
/third_party/skia/site/docs/user/modules/ |
D | pathkit.md | 103 join: PathKit.StrokeJoin.BEVEL, 112 join: PathKit.StrokeJoin.ROUND, 122 join: PathKit.StrokeJoin.BEVEL, 663 let rounded = box.copy().stroke({width: 10, join: PathKit.StrokeJoin.ROUND}); 810 - **join**, `StrokeJoin`, the join to use. Default `PathKit.StrokeJoin.MITER`. 844 ### StrokeJoin (enum) 849 - `PathKit.StrokeJoin.MITER` 850 - `PathKit.StrokeJoin.ROUND` 851 - `PathKit.StrokeJoin.BEVEL`
|
/third_party/flutter/skia/site/user/modules/ |
D | pathkit.md | 97 join: PathKit.StrokeJoin.BEVEL, 106 join: PathKit.StrokeJoin.ROUND, 116 join: PathKit.StrokeJoin.BEVEL, 613 let rounded = box.copy().stroke({width: 10, join: PathKit.StrokeJoin.ROUND}); 752 - **join**, `StrokeJoin`, the join to use. Default `PathKit.StrokeJoin.MITER`. 781 ### StrokeJoin (enum) ### 785 - `PathKit.StrokeJoin.MITER` 786 - `PathKit.StrokeJoin.ROUND` 787 - `PathKit.StrokeJoin.BEVEL`
|
/third_party/flutter/skia/modules/pathkit/perf/ |
D | effects.bench.js | 109 join: PathKit.StrokeJoin.BEVEL,
|
/third_party/skia/modules/pathkit/perf/ |
D | effects.bench.js | 109 join: PathKit.StrokeJoin.BEVEL,
|
/third_party/flutter/skia/modules/pathkit/ |
D | externs.js | 66 StrokeJoin: { property
|
D | chaining.js | 151 opts.join = opts.join || PathKit.StrokeJoin.MITER;
|
/third_party/skia/modules/pathkit/ |
D | externs.js | 66 StrokeJoin: { property
|
D | chaining.js | 151 opts.join = opts.join || PathKit.StrokeJoin.MITER;
|
/third_party/skia/modules/canvaskit/tests/ |
D | canvas.spec.js | 563 const joins = [CanvasKit.StrokeJoin.Round, CanvasKit.StrokeJoin.Miter, 564 CanvasKit.StrokeJoin.Bevel];
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/ |
D | bitmap_canvas.dart | 222 final ui.StrokeJoin join = paint.strokeJoin; 989 String _stringForStrokeJoin(ui.StrokeJoin strokeJoin) { 992 case ui.StrokeJoin.round: 994 case ui.StrokeJoin.bevel: 996 case ui.StrokeJoin.miter:
|
/third_party/skia/experimental/skrive/include/ |
D | SkRive.h | 161 ACTOR_ATTR(StrokeJoin , SkPaint::Join , SkPaint::Join::kMiter_Join)
|
/third_party/flutter/skia/modules/canvaskit/ |
D | externs.js | 451 StrokeJoin: { property
|
D | interface.js | 323 opts.join = opts.join || CanvasKit.StrokeJoin.Miter;
|
/third_party/skia/modules/canvaskit/ |
D | externs.js | 946 StrokeJoin: { property
|
/third_party/flutter/flutter/packages/flutter/lib/src/painting/ |
D | basic_types.dart | 33 StrokeJoin,
|
/third_party/flutter/engine/flutter/lib/ui/ |
D | painting.dart | 832 /// * [StrokeJoin] for the different kinds of line segment joins. 880 enum StrokeJoin { 1200 /// Defaults to [StrokeJoin.miter], i.e. sharp corners. 1217 /// this is set to [StrokeJoin.miter]. 1219 /// * [StrokeJoin] for the definitive list of stroke joins. 1220 StrokeJoin get strokeJoin { 1221 return StrokeJoin.values[_data.getInt32(_kStrokeJoinOffset, _kFakeHostEndian)]; 1223 set strokeJoin(StrokeJoin value) { 1233 /// [StrokeJoin.miter] and the [style] is set to [PaintingStyle.stroke]. If 1234 /// this limit is exceeded, then a [StrokeJoin.bevel] join will be drawn [all …]
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/ui/ |
D | painting.dart | 299 enum StrokeJoin { 915 StrokeJoin strokeJoin; 1021 StrokeJoin get strokeJoin => _paintData.strokeJoin; 1022 set strokeJoin(StrokeJoin value) {
|