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

Method attach

dep/agg/include/agg_renderer_base.h:45–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43 {
44 }
45 void attach(pixfmt_type& ren)
46 {
47 m_ren = &ren;
48 m_clip_box = rect_i(0, 0, ren.width() - 1, ren.height() - 1);
49 }
50
51 //--------------------------------------------------------------------
52 const pixfmt_type& ren() const

Callers

nothing calls this directly

Calls 2

widthMethod · 0.45
heightMethod · 0.45

Tested by

no test coverage detected