Go to the source code of this file.
Functions | |
void | _IdCntFree (PCONTOUR *BOTH) |
int | _IdCntInsertPoint (PCONTOUR_USHORT *, int, int, int) |
int | _IdCntAddPoint (PCONTOUR_USHORT *, int, int) |
int | _IdCntDrawPolygonOffset (PCONTOUR_USHORT, int, int, PPIMAGE_UCHAR, int, int, int) |
Draws a polygon or polyline (depending on the closed parameter) on an image out of a CNT_USHORT with a given origin. | |
int | _IdCntAddPointsOfSegment (PCONTOUR_USHORT *, int, int, int, int) |
int | _IdCntInsertPointsOfSegment (PCONTOUR_USHORT *, int, int, int) |
int | _IdCntConnexPts (PCONTOUR_USHORT *, int) |
int | _IdCntClean (PCONTOUR_USHORT *) |
int | _IdCntCleanFromStart (PCONTOUR_USHORT *, int) |
int | _IdCntAddPointG (PCONTOUR *, double, double) |
|
Definition at line 86 of file cntutil.c. References IdCntDimX, IdCntModifLongueur(), IdCntSetX, IdCntSetY, and IdCntUsedNbX. |
|
|
|
Definition at line 461 of file imadrawline.c. References IdCntAddPoint, IDERR_INVALID_NUMBER, IDERR_POINTER_IS_NULL, IdErrno, IdErrPrintf(), and x. |
|
Definition at line 173 of file cntcdg.c. References IdCntGetX, IdCntGetY, IdCntSetUsedNbX, IdCntSetX, IdCntSetY, and IdCntUsedNbX. |
|
Definition at line 230 of file cntcdg.c. References IdCntGetX, IdCntGetY, IdCntSetUsedNbX, IdCntSetX, IdCntSetY, and IdCntUsedNbX. |
|
Definition at line 289 of file cntcdg.c. References CNT_USHORT, IdCntAddPoint, IdCntAddPointsOfSegment, IdCntAlloc(), IdCntClean, IdCntFree, IdCntGetX, IdCntGetY, and IdCntUsedNbX. |
|
Draws a polygon or polyline (depending on the closed parameter) on an image out of a CNT_USHORT with a given origin.
Definition at line 57 of file cntfill.c. References code, IdCntGetX, IdCntGetY, IdCntUsedNbX, IdImaDrawLine(), and image. Referenced by IdCntDrawPolygon(), IdCntDrawPolygonOffset(), IdCntDrawPolyLine(), and IdCntDrawPolyLineOffset(). |
|
Definition at line 72 of file cntallo.c. References _IdCntPrivate. |
|
Definition at line 145 of file cntutil.c. References CNT, IdCntAddPoint, IdCntDimX, IdCntGetUsedNbX, IdCntGetX, IdCntGetY, IdCntModifLongueur(), IdCntSetUsedNbX, IdCntSetX, IdCntSetY, IdCntUsedNbX, IDERR_INVALID_NUMBER, IDERR_POINTER_IS_NULL, IDERR_WRONG_TYPE, IdErrno, IdErrPrintf(), and IdLibidoType. |
|
Definition at line 559 of file imadrawline.c. References IdCntAddPoint, IdCntDimX, IdCntGetX, IdCntGetY, IdCntModifLongueur(), IdCntSetUsedNbX, IdCntUsedNbX, IDERR_INVALID_NUMBER, IDERR_POINTER_IS_NULL, IdErrno, IdErrPrintf(), IdSizeOfType, PCONTOUR, and x. |