home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 4: Demo 1 / almathera_demo1.bin / commercial / asmonedemo / asm-one / include / graphics / rastport.i < prev    next >
Text File  |  1995-03-16  |  2KB  |  96 lines

  1.     IFND    GRAPHICS_RASTPORT_I
  2. GRAPHICS_RASTPORT_I    =    1
  3.     IFND    GRAPHICS_GFX_I
  4.     INCLUDE    graphics/gfx.i
  5.     ENDC
  6.     RSRESET
  7. TmpRas        RS.B    0
  8. tr_RasPtr    RS.L    1
  9. tr_Size        RS.L    1
  10. tr_SIZEOF    RS.W    0
  11.     RSRESET
  12. GelsInfo    RS.B    0
  13. gi_sprRsrvd    RS.B    1
  14. gi_Flags    RS.B    1
  15. gi_gelHead    RS.L    1
  16. gi_gelTail    RS.L    1
  17. gi_nextLine    RS.L    1
  18. gi_lastColor    RS.L    1
  19. gi_collHandler    RS.L    1
  20. gi_leftmost    RS.W    1
  21. gi_rightmost    RS.W    1
  22. gi_topmost    RS.W    1
  23. gi_bottommost    RS.W    1
  24. gi_firstBlissObj RS.L    1
  25. gi_lastBlissObj    RS.L    1
  26. gi_SIZEOF    RS.W    0
  27. RPB_FRST_DOT    =    0
  28. RPF_FRST_DOT    =    1<<0
  29. RPB_ONE_DOT    =    1
  30. RPF_ONE_DOT    =    1<<1
  31. RPB_DBUFFER    =    2
  32. RPF_DBUFFER    =    1<<2
  33. RPB_AREAOUTLINE    =    3
  34. RPF_AREAOUTLINE    =    1<<3
  35. RPB_NOCROSSFILL    =    5
  36. RPF_NOCROSSFILL    =    1<<5
  37. RP_JAM1        =    0
  38. RP_JAM2        =    1
  39. RP_COMPLEMENT    =    2
  40. RP_INVERSVID    =    4
  41. RPB_TXSCALE    =    0
  42. RPF_TXSCALE    =    1<<0
  43.     RSRESET
  44. RastPort    RS.B    0
  45. rp_Layer    RS.L    1
  46. rp_BitMap    RS.L    1
  47. rp_AreaPtrn    RS.L    1
  48. rp_TmpRas    RS.L    1
  49. rp_AreaInfo    RS.L    1
  50. rp_GelsInfo    RS.L    1
  51. rp_Mask        RS.B    1
  52. rp_FgPen    RS.B    1
  53. rp_BgPen    RS.B    1
  54. rp_AOLPen    RS.B    1
  55. rp_DrawMode    RS.B    1
  56. rp_AreaPtSz    RS.B    1
  57. rp_Dummy    RS.B    1
  58. rp_linpatcnt    RS.B    1
  59. rp_Flags    RS.W    1
  60. rp_LinePtrn    RS.W    1
  61. rp_cp_x        RS.W    1
  62. rp_cp_y        RS.W    1
  63. rp_minterms    RS.B    8
  64. rp_PenWidth    RS.W    1
  65. rp_PenHeight    RS.W    1
  66. rp_Font    RS.L    1
  67. rp_AlgoStyle    RS.B    1
  68. rp_TxFlags    RS.B    1
  69. rp_TxHeight    RS.W    1
  70. rp_TxWidth    RS.W    1
  71. rp_TxBaseline    RS.W    1
  72. rp_TxSpacing    RS.W    1
  73. rp_RP_User    RS.L    1
  74. rp_longreserved    RS.B    8
  75.     IFND    GFX_RASTPORT_1_2
  76. rp_wordreserved    RS.B    14
  77. rp_reserved    RS.B    8
  78.     ENDC
  79. rp_SIZEOF    RS.W    0
  80.     RSRESET
  81. AreaInfo    RS.B    0
  82. ai_VctrTbl    RS.L    1
  83. ai_VctrPtr    RS.L    1
  84. ai_FlagTbl    RS.L    1
  85. ai_FlagPtr    RS.L    1
  86. ai_Count    RS.W    1
  87. ai_MaxCount    RS.W    1
  88. ai_FirstX    RS.W    1
  89. ai_FirstY    RS.W    1
  90. ai_SIZEOF    RS.W    0
  91. ONE_DOTn    =    1
  92. ONE_DOT        =    2
  93. FRST_DOTn    =    0
  94. FRST_DOT    =    1
  95.     ENDC
  96.