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

Method add

renderers/agg/include/agg_blur.h:271–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269 }
270
271 template<class ArgT> AGG_INLINE void add(const ArgT& v)
272 {
273 r += v.r;
274 g += v.g;
275 b += v.b;
276 }
277
278 template<class ArgT> AGG_INLINE void add(const ArgT& v, unsigned k)
279 {

Callers 1

blur_xMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected