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

Method getCurrentPoint

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

Source from the content-addressed store, hash-verified

1465}
1466
1467void Context::getCurrentPoint( double *x, double *y ) const
1468{
1469 cairo_get_current_point( mCairo, x, y );
1470}
1471
1472vec2 Context::getCurrentPoint() const
1473{

Callers 5

drawTextSpanMethod · 0.80
path2dpart3.jsFile · 0.80
path2dpart2.jsFile · 0.80
path2dpart1.jsFile · 0.80
Shape2d.hFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected