Data: |
ES:EDI |
|
device context buffer (see #00089) |
EAX |
= |
Y coordinate of first line |
EBX |
= |
length of scan list |
DS:ESI |
|
scanline list X coordinates (2N WORDs) |
|
Description: |
Draw multiple solid horizontal lines at successive Y coordinates, using
the currently-active foreground color and mix, omitting the pixel at the
largest X coordinate for each line. |
Note: |
The scanline list consists of pairs of X coordinates; because the last
pixel is omitted, a scanline will be skipped if X1==X2. |
See Also: |
#00089,#00094,#00096,#00107 |