You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
700 B
19 lines
700 B
|
|
;---------------------------Module-Header------------------------------;
|
|
; Module Name: stucts.inc
|
|
;
|
|
; Copyright (c) 1992-1999 Microsoft Corporation
|
|
;-----------------------------------------------------------------------;
|
|
;-----------------------------------------------------------------------;
|
|
; DFBBLT is used to store DFB BLTing info
|
|
;-----------------------------------------------------------------------;
|
|
DDALINE STRUC
|
|
ulFlags dd ? ; dda flags
|
|
ptlStart0 dd ? ; point.x
|
|
ptlStart1 dd ? ; point.y
|
|
cPels dd ? ; pixel count
|
|
dMajor dd ? ; major axis error term
|
|
dMinor dd ? ; minor axes error term
|
|
lErrorTerm dd ? ; dda error term
|
|
xInc dd ? ; not used
|
|
DDALINE ENDS
|