English
Language : 

S1D13506 Datasheet, PDF (381/696 Pages) Epson Company – S1D13506 Color LCD/CRT/TV Controller
Epson Research and Development
Vancouver Design Center
Page 147
void seDrawInkLine(long x1, long y1, long x2, long y2, DWORD color)
void seDrawLcdInkLine(long x1, long y1, long x2, long y2, DWORD color)
void seDrawCrtInkLine(long x1, long y1, long x2, long y2, DWORD color)
void seDrawTvInkLine(long x1, long y1, long x2, long y2, DWORD color)
Description:
These routines draw lines on the hardware ink layer between two points in the specified
color.
Call seDrawInkLine() to draw a line in the hardware ink layer associated with the current
active surface.
Call seDrawLcdInkLine(), seDrawCrtInkLine(), or seDrawTvInkLine() to draw a line in
the hardware ink layer image associated with the display surface indicated in the function
name.
Parameter:
x1
Specifies the X co-ordinate of the first endpoint of the line measured in
pixels from the left edge of the display.
y1
Specifies the Y co-ordinate of the first endpoint of the line measured in
pixels from the top edge of the display.
x2
Specifies the X co-ordinate of the second endpoint of the line measured
in pixels from the left edge of the display.
y2
Specifies the Y co-ordinate of the second endpoint of the line measured
in pixels from the top edge of the display.
Color
Specifies which of the four ink layer colors to draw the line with. Valid
values for Color are:
0 - to draw the line in solid color 0
1 - to draw the line in solid color 1
2 - to draw the line in the transparent color
3 - to draw the line in the inverted color.
Return Value:
None.
Programming Notes and Examples
Issue Date: 01/02/06
S1D13506
X25B-G-003-03