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

Method scale

blocks/Cairo/src/Cairo.cpp:506–509  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

504}
505
506void Matrix::scale( double sx, double sy )
507{
508 cairo_matrix_scale( &getCairoMatrix(), sx, sy );
509}
510
511void Matrix::rotate( double radians )
512{

Callers 2

prepareGradientSourceMethod · 0.45
drawEllipseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected