Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ setLineCap
Method
setLineCap
blocks/Cairo/src/Cairo.cpp:1277–1280 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1275
}
1276
1277
void Context::setLineCap( int32_t line_cap )
1278
{
1279
cairo_set_line_cap( mCairo, static_cast<cairo_line_cap_t>( line_cap ) );
1280
}
1281
1282
int32_t Context::getLineCap()
1283
{
Callers
6
pushLineCap
Method · 0.80
popLineCap
Method · 0.80
run
Method · 0.80
run
Method · 0.80
makeGlobalDefaults
Method · 0.80
calcInheritedStyle
Method · 0.80
Calls
no outgoing calls
Tested by
2
run
Method · 0.64
run
Method · 0.64