MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / affine

Method affine

dep/agg/src/agg2d.cpp:361–366  ·  view source on GitHub ↗

------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

359
360//------------------------------------------------------------------------
361void Agg2D::affine(const Affine& tr)
362{
363 m_transform *= tr;
364 m_convCurve.approximation_scale(worldToScreen(1.0) * g_approxScale);
365 m_convStroke.approximation_scale(worldToScreen(1.0) * g_approxScale);
366}
367
368//------------------------------------------------------------------------
369void Agg2D::affine(const Transformations& tr)

Callers

nothing calls this directly

Calls 2

trans_affineClass · 0.85
approximation_scaleMethod · 0.45

Tested by

no test coverage detected