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

Method initIdentity

blocks/Cairo/src/Cairo.cpp:481–484  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

479}
480
481void Matrix::initIdentity()
482{
483 cairo_matrix_init_identity( &getCairoMatrix() );
484}
485
486void Matrix::initTranslate( double tx, double ty )
487{

Callers 1

prepareGradientSourceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected