MCPcopy Create free account
hub / github.com/MapServer/MapServer / height

Method height

renderers/agg/include/agg_renderer_base.h:55–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53 //--------------------------------------------------------------------
54 unsigned width() const { return m_ren->width(); }
55 unsigned height() const { return m_ren->height(); }
56
57 //--------------------------------------------------------------------
58 bool clip_box(int x1, int y1, int x2, int y2)

Callers 15

blur_xMethod · 0.45
stack_blur_gray8Function · 0.45
stack_blur_rgb24Function · 0.45
stack_blur_rgba32Function · 0.45
blur_xMethod · 0.45
pixelMethod · 0.45
combine_pixelMethod · 0.45
fill_hspanMethod · 0.45
combine_hspanMethod · 0.45
fill_vspanMethod · 0.45
combine_vspanMethod · 0.45
generateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected