Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ translate
Method
translate
blocks/Cairo/src/Cairo.cpp:501–504 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
499
}
500
501
void Matrix::translate( double tx, double ty )
502
{
503
cairo_matrix_translate( &getCairoMatrix(), tx, ty );
504
}
505
506
void Matrix::scale( double sx, double sy )
507
{
Callers
3
prepareGradientSource
Method · 0.45
drawEllipse
Method · 0.45
drawTextSpan
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected