Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1467
void Context::getCurrentPoint( double *x, double *y ) const
1468
{
1469
cairo_get_current_point( mCairo, x, y );
1470
}
1471
1472
vec2 Context::getCurrentPoint() const
1473
{
Callers
5
drawTextSpan
Method · 0.80
path2dpart3.js
File · 0.80
path2dpart2.js
File · 0.80
path2dpart1.js
File · 0.80
Shape2d.h
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected