--------------------------------------------------------------------
| 51 | |
| 52 | //-------------------------------------------------------------------- |
| 53 | static int coord(double c) |
| 54 | { |
| 55 | return iround(c * line_bresenham_interpolator::subpixel_scale); |
| 56 | } |
| 57 | |
| 58 | //-------------------------------------------------------------------- |
| 59 | void fill_color(const color_type& c) |