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

Method clearClipBox

dep/agg/src/agg2d.cpp:261–264  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

259
260//------------------------------------------------------------------------
261void Agg2D::clearClipBox(Color c)
262{
263 m_renBase.copy_bar(0, 0, m_renBase.width(), m_renBase.height(), c);
264}
265
266//------------------------------------------------------------------------
267void Agg2D::clearClipBox(unsigned r, unsigned g, unsigned b, unsigned a)

Callers

nothing calls this directly

Calls 3

copy_barMethod · 0.45
widthMethod · 0.45
heightMethod · 0.45

Tested by

no test coverage detected