GsSortLine

Enters a single-colour straight line in an OT

void GsSortLine (
        GsLINE *lp ,
        GsOT *otp,
        u_short pri
)

Arguments

lp Pointer to a single-colour straight line descriptor
otp Pointer to an ordering table
pri Position in the ordering table

Return Value

None.

Explanation

The single colour straight line pointed to by lp is entered into the ordering table pointed to by otp at position pri.
GsSortLine() handles single colour straight lines and GsSortGLine() handles straight lines with gradation.

See Also

GsSortGLine(), GsLINE, GsOT