A scanline of the pixel renderer. More...
#include <hpgspaint.h>
Data Fields | |
| hpgs_scanline_point * | points |
| int | points_malloc_size |
| int | n_points |
A scanline of the pixel renderer.
This structure has a public alias hpgs_paint_scanline and holds the intersections points of a path with a scanline.
A vector of intersection points.
Referenced by hpgs_paint_clipper_thin_cut(), and hpgs_paint_device_drawimage().
1.7.1