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

Method relLineTo

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

Source from the content-addressed store, hash-verified

1584}
1585
1586void Context::relLineTo( double dx, double dy )
1587{
1588 cairo_rel_line_to( mCairo, dx, dy );
1589}
1590
1591void Context::relMoveTo( double dx, double dy )
1592{

Callers 5

runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by 5

runMethod · 0.64
runMethod · 0.64
runMethod · 0.64
runMethod · 0.64
runMethod · 0.64