Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
612
void Pattern::setMatrix( const Matrix &matrix )
613
{
614
cairo_pattern_set_matrix( mCairoPattern, &matrix.getCairoMatrix() );
615
}
616
617
Matrix Pattern::getMatrix() const
618
{
Callers
7
drawCharacterVerbose
Method · 0.80
prepareGradientSource
Method · 0.80
pushMatrix
Method · 0.80
popMatrix
Method · 0.80
run
Method · 0.80
ImGuiLunasvgPortRender
Function · 0.80
ImGuiLunasvgPortPresetSlot
Function · 0.80
Calls
1
Matrix
Class · 0.85
Tested by
1
run
Method · 0.64