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

Method render

dep/agg/src/agg2d.cpp:1552–1562  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1550
1551//------------------------------------------------------------------------
1552void Agg2D::render(bool fillColor)
1553{
1554 if(m_blendMode == BlendAlpha)
1555 {
1556 Agg2DRenderer::render(*this, m_renBase, m_renSolid, fillColor);
1557 }
1558 else
1559 {
1560 Agg2DRenderer::render(*this, m_renBaseComp, m_renSolidComp, fillColor);
1561 }
1562}
1563
1564#ifdef AGG_USE_FONTS
1565//------------------------------------------------------------------------

Callers 2

testOverheadFunction · 0.45
testRoundtripFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected