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

Method arcNegative

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

Source from the content-addressed store, hash-verified

1497}
1498
1499void Context::arcNegative( double xc, double yc, double radius, double angle1, double angle2 )
1500{
1501 cairo_arc_negative( mCairo, xc, yc, radius, angle1, angle2 );
1502}
1503
1504void Context::quadTo( double x1, double y1, double x2, double y2 )
1505{

Callers 2

runMethod · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by 2

runMethod · 0.36
runMethod · 0.36