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

Method getMatrix

blocks/Cairo/src/Cairo.cpp:617–622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

615}
616
617Matrix Pattern::getMatrix() const
618{
619 Matrix result;
620 cairo_pattern_get_matrix( mCairoPattern, &result.getCairoMatrix() );
621 return result;
622}
623
624/////////////////////////////////////////////////////////////////////////////
625// Gradient

Callers 2

drawCharacterVerboseMethod · 0.80
SvgRendererCairoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected