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

Method sub

renderers/agg/include/agg_blur.h:285–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283 }
284
285 template<class ArgT> AGG_INLINE void sub(const ArgT& v)
286 {
287 r -= v.r;
288 g -= v.g;
289 b -= v.b;
290 }
291
292 template<class ArgT> AGG_INLINE void calc_pix(ArgT& v, unsigned div)
293 {

Callers 1

blur_xMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected