VOID PATHOBJ_vEnumStartClipLines(
IN PATHOBJ *ppo, | |
IN CLIPOBJ *pco, | |
IN SURFOBJ *pso, | |
IN LINEATTRS *pla | |
); |
PATHOBJ_vEnumStartClipLines allows the driver to request lines to be clipped against a specified clipping region.
This function is useful when the clip region is more complex than a simple rectangle.
PATHOBJ_vEnumStartClipLines performs calculations for cosmetic wide lines. If the LINEATTRS structure needs a cosmetic wide line, the enumeration walks the given path as many times as needed to complete the widened figure.
This function should not be called for geometric wide lines or paths that contain Bezier curves.
Once begun, this enumeration process should not be restarted.