Defines | |
| #define | DRAWGEN_4Connected 0x0080 |
| #define | DRAWGEN_Closed 0x0002 |
| #define | DRAWGEN_Highlight 0x0001 |
| #define | DRAWGEN_NoLastPixel 0x0040 |
| #define | TRACEGEN_8Connected 0x0001 |
Typedefs | |
| typedef int(* | GDrawHSpanL )(INT32, INT32, INT32, void *) |
| typedef int(* | GDrawPointL )(INT32, INT32, void *) |
| typedef int(* | GTestPointL )(INT32, INT32, void *) |
Functions | |
| GEOMLIBEXPORT int | DrawLineGen (INT32 x1, INT32 y1, INT32 x2, INT32 y2, GDrawPointL gdrawpoint, void *userdata, UINT32 flags) |
| GEOMLIBEXPORT int | DrawLinesGen (LPOINT2D *points, int numpoints, GDrawPointL gdrawpoint, void *userdata, UINT32 flags) |
| GEOMLIBEXPORT int | DrawLineWideGen (INT32 x1, INT32 y1, INT32 x2, INT32 y2, double width, GDrawHSpanL gdrawhspan, GDrawPointL gdrawpoint, void *userdata, UINT32 flags) |
| int | FillCircleGen (INT32 x, INT32 y, INT32 radius, GDrawHSpanL gdrawhspan, void *userdata, UINT32 flags) |
| GEOMLIBEXPORT int | FillPolygonsGen (int numpolys, LPOLYGON *polys, GDrawHSpanL gdrawhspan, GDrawPointL gdrawpoint, void *userdata, MSTATUSINTERFACE statinterface, UINT32 flags) |
| int | FillSeededGenL (INT32 SeedX, INT32 SeedY, GTestPointL TestInside, GDrawHSpanL gdrawhspan, LPOINT2D *boundpt, void *userdata, UINT32 flags) |
| int | TraceBoundaryL (INT32 xstart, INT32 ystart, LPOLYGON *poly, GTestPointL testfunc, void *userdata, UINT32 flags) |
|
|
Draw 4-connected lines in MxgDrawLineGenX().
|
|
|
Set to "close" polylines, forming a polygon.
|
|
|
"Highlight" when drawing
|
|
|
Don't draw last pixel in horizontal span when filling.
|
|
|
Trace 8-connected boundary.
|
|
|
Generic horizontal span function.
|
|
|
Generic putpixel function.
|
|
|
Generic function to test if point in region.
|
|
||||||||||||||||||||||||||||||||
|
Draw multiple connected lines on "generic display".
|
|
||||||||||||||||||||||||
|
Draw multiple connected lines on "generic display".
|
|
||||||||||||||||||||||||||||||||||||||||
|
Draw wide line on "generic display".
|
|
||||||||||||||||||||||||||||
|
Fill circle in generic bitmap.
|
|
||||||||||||||||||||||||||||||||
|
Fill polygon(s) in generic bitmap.
|
|
||||||||||||||||||||||||||||||||
|
Perform seeded fill on "generic display" (LONG coordinates).
|
|
||||||||||||||||||||||||||||
|
Find boundary of a region (LONG coordinates).
|
1.3.8-20040913