Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ setFillRule
Method
setFillRule
blocks/Cairo/src/Cairo.cpp:1267–1270 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1265
}
1266
1267
void Context::setFillRule( int32_t fill_rule )
1268
{
1269
cairo_set_fill_rule( mCairo, static_cast<cairo_fill_rule_t>( fill_rule ) );
1270
}
1271
1272
int32_t Context::getFillRule()
1273
{
Callers
6
SvgRendererCairo
Method · 0.80
pushFillRule
Method · 0.80
popFillRule
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