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

Method scale

dep/agg/src/agg2d.cpp:376–381  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

374
375//------------------------------------------------------------------------
376void Agg2D::scale(double sx, double sy)
377{
378 m_transform *= agg::trans_affine_scaling(sx, sy);
379 m_convCurve.approximation_scale(worldToScreen(1.0) * g_approxScale);
380 m_convStroke.approximation_scale(worldToScreen(1.0) * g_approxScale);
381}
382
383
384//------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 2

approximation_scaleMethod · 0.45

Tested by

no test coverage detected