MCPcopy 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
501void Matrix::translate( double tx, double ty )
502{
503 cairo_matrix_translate( &getCairoMatrix(), tx, ty );
504}
505
506void Matrix::scale( double sx, double sy )
507{

Callers 3

prepareGradientSourceMethod · 0.45
drawEllipseMethod · 0.45
drawTextSpanMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected