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

Method setMatrix

blocks/Cairo/src/Cairo.cpp:612–615  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

610}
611
612void Pattern::setMatrix( const Matrix &matrix )
613{
614 cairo_pattern_set_matrix( mCairoPattern, &matrix.getCairoMatrix() );
615}
616
617Matrix Pattern::getMatrix() const
618{

Callers 7

drawCharacterVerboseMethod · 0.80
prepareGradientSourceMethod · 0.80
pushMatrixMethod · 0.80
popMatrixMethod · 0.80
runMethod · 0.80
ImGuiLunasvgPortRenderFunction · 0.80

Calls 1

MatrixClass · 0.85

Tested by 1

runMethod · 0.64