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

Method height

dep/agg/include/agg_renderer_base.h:66–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 return m_ren->width();
65 }
66 unsigned height() const
67 {
68 return m_ren->height();
69 }
70
71 //--------------------------------------------------------------------
72 bool clip_box(int x1, int y1, int x2, int y2)

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