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

Method popFillRule

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

Source from the content-addressed store, hash-verified

2129 mCtx.setFillRule( mFillRuleStack.back() );
2130 }
2131 void popFillRule() { mFillRuleStack.pop_back(); mCtx.setFillRule( mFillRuleStack.back() ); }
2132 void pushLineCap( svg::LineCap lineCap ) {
2133 if( lineCap == cairo::LINE_CAP_BUTT ) mLineCapStack.push_back( cairo::LINE_CAP_BUTT );
2134 else if( lineCap == cairo::LINE_CAP_ROUND ) mLineCapStack.push_back( cairo::LINE_CAP_ROUND );

Callers 1

finishRenderMethod · 0.80

Calls 3

pop_backMethod · 0.80
setFillRuleMethod · 0.80
backMethod · 0.80

Tested by

no test coverage detected