MCPcopy 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
1267void Context::setFillRule( int32_t fill_rule )
1268{
1269 cairo_set_fill_rule( mCairo, static_cast<cairo_fill_rule_t>( fill_rule ) );
1270}
1271
1272int32_t Context::getFillRule()
1273{

Callers 6

SvgRendererCairoMethod · 0.80
pushFillRuleMethod · 0.80
popFillRuleMethod · 0.80
runMethod · 0.80
makeGlobalDefaultsMethod · 0.80
calcInheritedStyleMethod · 0.80

Calls

no outgoing calls

Tested by 1

runMethod · 0.64