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