Specifications

D:\D\inter61a\INTERRUP.A Saturday, January 08, 2011 11:31 AM
Notes: the rightmost pixel(s) and bottom-most scan line are not copied
the horizontal/vertical direction flags are used to ensure correct
copies when the source and destination rectangles overlap
SeeAlso: #00099
(Table 00101)
Call VBE/AF v1.0P function "TransBitBlt" with:
ES:EDI -> device context buffer (see #00089)
DS:ESI -> BitBlt parameter block (see #00100)
BL = mix operation
00h replace
01h XOR
02h OR
03h AND
ECX = transparent color
Desc: copy a rectangular area from one location to another, treating pixels
with the specified color as transparent (leaving the destination
unchanged)
SeeAlso: #00089,#00099,#00102,#00107
(Table 00102)
Call VBE/AF v1.0P function "MonoBitBlt" with:
ES:EDI -> device context buffer (see #00089)
DS:ESI -> BitBlt parameter block (see #00100)
BL = mix operation
00h replace
01h XOR
02h OR
03h AND
BH = bit-plane from which to read
Desc: copy a rectangular area from one location to another, expanding a
single bit of each source pixel
SeeAlso: #00089,#00099,#00101
(Table 00103)
Call VBE/AF v1.0P function "SetCursor" with:
ES:EDI -> device context buffer (see #00089)
DS -> application's data segment
ESI -> 32x32 cursor data, in Windows 3.1 cursor-file format
(32 DWORDs of XOR mask followed by 32 DWORDs of AND mask)
SeeAlso: #00089,#00094,#00104,#00105
-142-
Generated by Foxit PDF Creator © Foxit Software
http://www.foxitsoftware.com For evaluation only.