MCPcopy Create free account
hub / github.com/Tencent/tgfx / setLineJoin

Method setLineJoin

src/layers/ShapeLayer.cpp:145–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145void ShapeLayer::setLineJoin(LineJoin join) {
146 if (stroke.join == join) {
147 return;
148 }
149 stroke.join = join;
150 invalidateContent();
151}
152
153void ShapeLayer::setMiterLimit(float limit) {
154 if (stroke.miterLimit == limit) {

Callers 1

TGFX_TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TGFX_TESTFunction · 0.36