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

Method width

dep/agg/include/agg_renderer_base.h:62–65  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

60
61 //--------------------------------------------------------------------
62 unsigned width() const
63 {
64 return m_ren->width();
65 }
66 unsigned height() const
67 {
68 return m_ren->height();

Callers 6

renderer_baseMethod · 0.45
attachMethod · 0.45
copy_fromMethod · 0.45
blend_fromMethod · 0.45
blend_from_colorMethod · 0.45
blend_from_lutMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected