Symbol: ArgT
headers/libs/agg/agg_blur.h
215
template<class ArgT> AGG_INLINE void add(const ArgT& v)
headers/libs/agg/agg_blur.h
223
template<class ArgT> AGG_INLINE void add(const ArgT& v, unsigned k)
headers/libs/agg/agg_blur.h
231
template<class ArgT> AGG_INLINE void sub(const ArgT& v)
headers/libs/agg/agg_blur.h
239
template<class ArgT> AGG_INLINE void calc_pix(ArgT& v, unsigned div)
headers/libs/agg/agg_blur.h
241
typedef typename ArgT::value_type value_type;
headers/libs/agg/agg_blur.h
248
template<class ArgT>
headers/libs/agg/agg_blur.h
249
AGG_INLINE void calc_pix(ArgT& v, unsigned mul, unsigned shr)
headers/libs/agg/agg_blur.h
251
typedef typename ArgT::value_type value_type;
headers/libs/agg/agg_blur.h
271
template<class ArgT> AGG_INLINE void add(const ArgT& v)
headers/libs/agg/agg_blur.h
278
template<class ArgT> AGG_INLINE void add(const ArgT& v, unsigned k)
headers/libs/agg/agg_blur.h
285
template<class ArgT> AGG_INLINE void sub(const ArgT& v)
headers/libs/agg/agg_blur.h
292
template<class ArgT> AGG_INLINE void calc_pix(ArgT& v, unsigned div)
headers/libs/agg/agg_blur.h
294
typedef typename ArgT::value_type value_type;
headers/libs/agg/agg_blur.h
300
template<class ArgT>
headers/libs/agg/agg_blur.h
301
AGG_INLINE void calc_pix(ArgT& v, unsigned mul, unsigned shr)
headers/libs/agg/agg_blur.h
303
typedef typename ArgT::value_type value_type;
headers/libs/agg/agg_blur.h
322
template<class ArgT> AGG_INLINE void add(const ArgT& a)
headers/libs/agg/agg_blur.h
327
template<class ArgT> AGG_INLINE void add(const ArgT& a, unsigned k)
headers/libs/agg/agg_blur.h
332
template<class ArgT> AGG_INLINE void sub(const ArgT& a)
headers/libs/agg/agg_blur.h
337
template<class ArgT> AGG_INLINE void calc_pix(ArgT& a, unsigned div)
headers/libs/agg/agg_blur.h
339
typedef typename ArgT::value_type value_type;
headers/libs/agg/agg_blur.h
343
template<class ArgT>
headers/libs/agg/agg_blur.h
344
AGG_INLINE void calc_pix(ArgT& a, unsigned mul, unsigned shr)
headers/libs/agg/agg_blur.h
346
typedef typename ArgT::value_type value_type;