Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1287
void Context::setLineJoin( int32_t line_join )
1288
{
1289
cairo_set_line_join( mCairo, static_cast<cairo_line_join_t>( line_join ) );
1290
}
1291
1292
int32_t Context::getLineJoin()
1293
{
Callers
6
SvgRendererCairo
Method · 0.80
pushLineJoin
Method · 0.80
popLineJoin
Method · 0.80
run
Method · 0.80
makeGlobalDefaults
Method · 0.80
calcInheritedStyle
Method · 0.80
Calls
no outgoing calls
Tested by
1
run
Method · 0.64