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