|
enum | subpixel_scale_e { subpixel_shift = SubpixelShift,
subpixel_scale = 1 << subpixel_shift
} |
|
typedef Transformer | trans_type |
|
|
| span_interpolator_linear (trans_type &trans) |
|
| span_interpolator_linear (trans_type &trans, double x, double y, unsigned len) |
|
const trans_type & | transformer () const |
|
void | transformer (trans_type &trans) |
|
void | begin (double x, double y, unsigned len) |
|
void | resynchronize (double xe, double ye, unsigned len) |
|
void | operator++ () |
|
void | coordinates (int *x, int *y) const |
|
template<class Transformer = trans_affine, unsigned SubpixelShift = 8>
class agg::span_interpolator_linear< Transformer, SubpixelShift >
Definition at line 28 of file agg_span_interpolator_linear.h.
The documentation for this class was generated from the following file: