Page 144
Epson Research and Development
Vancouver Design Center
void seFreeInk(void)
void seFreeLcdInk(void)
void seFreeCrtInk(void)
void seFreeTvInk(void)
Description:
These functions release the memory allocations made by the call to the seInitInk() calls.
Prior to calling the seFreeInk() functions the application must make a call to seEn-
ableInk() to hide the ink layer.
Call seFreeInk() to Free the ink layer memory associated with the current active surface.
Call seFreeLcdInk(), seFreeCrtInk(), or seFreeTvInk() to free the ink layer memory asso-
ciated with the surface indicated in the function name.
Parameters:
None.
None.
Return Value:
void seEnableInk(int Enable)
void seEnableLcdInk(int Enable)
void seEnableCrtInk(int Enable)
void seEnableTvInk(int Enable)
Description:
These functions enable or disable the hardware ink layer. When enabled the ink layer will
be visible and when disabled the ink layer will be hidden.
Call seEnableInk() to enable/disable the ink layer associated with the current active sur-
face.
Call seEnableLcdInk(), seEnableCrtInk(), and seEnableTvInk() to enable/disable the hard-
ware ink layer for the surface indicated by the function name.
Recall that the CRT and TV share the same ink layer. Enabling/disabling the ink layer for
one device will affect the other display as well.
Parameters:
Enable
A flag indicating whether to enable or disable the ink layer.
Set Enable to FALSE (0) to disable the ink layer or set Enable to TRUE (non-0) to enable
the ink layer.
Return Value:
None.
S1D13506
X25B-G-003-03
Programming Notes and Examples
Issue Date: 01/02/06