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

Method clip_box

renderers/agg/include/agg_rasterizer_compound_aa.h:337–343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335 //------------------------------------------------------------------------
336 template<class Clip>
337 void rasterizer_compound_aa<Clip>::clip_box(double x1, double y1,
338 double x2, double y2)
339 {
340 reset();
341 m_clipper.clip_box(conv_type::upscale(x1), conv_type::upscale(y1),
342 conv_type::upscale(x2), conv_type::upscale(y2));
343 }
344
345 //------------------------------------------------------------------------
346 template<class Clip>

Callers 3

renderMethod · 0.45
renderer_mclipClass · 0.45
reset_clippingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected