MCPcopy Create free account
hub / github.com/cinder/Cinder / setLineJoin

Method setLineJoin

blocks/Cairo/src/Cairo.cpp:1287–1290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1285}
1286
1287void Context::setLineJoin( int32_t line_join )
1288{
1289 cairo_set_line_join( mCairo, static_cast<cairo_line_join_t>( line_join ) );
1290}
1291
1292int32_t Context::getLineJoin()
1293{

Callers 6

SvgRendererCairoMethod · 0.80
pushLineJoinMethod · 0.80
popLineJoinMethod · 0.80
runMethod · 0.80
makeGlobalDefaultsMethod · 0.80
calcInheritedStyleMethod · 0.80

Calls

no outgoing calls

Tested by 1

runMethod · 0.64