home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / bbs / dev / amiga_e-2.1b.lha / Amiga_E-2.1b / Modules-Text / graphics / rastport.txt < prev    next >
Encoding:
Text File  |  1992-09-02  |  1.8 KB  |  88 lines

  1. ShowModule v0.1 (c) 1992 $#%!
  2. now showing: "emodules:graphics/rastport.m"
  3. NOTE: don't use this output in your code, use the module instead.
  4.  
  5. (---) OBJECT tmpras
  6. (  0)   rasptr:LONG
  7. (  4)   size:LONG
  8. (---) ENDOBJECT     /* SIZEOF=8 */
  9.  
  10. (---) OBJECT gelsinfo
  11. (  0)   sprrsrvd:CHAR
  12. (  1)   flags:CHAR
  13. (  2)   gelhead:LONG
  14. (  6)   geltail:LONG
  15. ( 10)   nextline:LONG
  16. ( 14)   lastcolor:LONG
  17. ( 18)   collhandler:LONG
  18. ( 22)   leftmost:INT
  19. ( 24)   rightmost:INT
  20. ( 26)   topmost:INT
  21. ( 28)   bottommost:INT
  22. ( 30)   firstblissobj:LONG
  23. ( 34)   lastblissobj:LONG
  24. (---) ENDOBJECT     /* SIZEOF=38 */
  25.  
  26. CONST RPF_FRST_DOT=1,
  27.       RPF_ONE_DOT=2,
  28.       RPF_DBUFFER=4,
  29.       RPF_AREAOUTLINE=8,
  30.       RPF_NOCROSSFILL=$20,
  31.       RP_JAM1=0,
  32.       RP_JAM2=1,
  33.       RP_COMPLEMENT=2,
  34.       RP_INVERSVID=4,
  35.       RPF_TXSCALE=1
  36.  
  37. (---) OBJECT rastport
  38. (  0)   layer:LONG
  39. (  4)   bitmap:LONG
  40. (  8)   areaptrn:LONG
  41. ( 12)   tmpras:LONG
  42. ( 16)   areainfo:LONG
  43. ( 20)   gelsinfo:LONG
  44. ( 24)   mask:CHAR
  45. ( 25)   fgpen:CHAR
  46. ( 26)   bgpen:CHAR
  47. ( 27)   aolpen:CHAR
  48. ( 28)   drawmode:CHAR
  49. ( 29)   areaptsz:CHAR
  50. ( 30)   linpatcnt:CHAR
  51. ( 31)   dummy:CHAR
  52. ( 32)   flags:INT
  53. ( 34)   lineptrn:INT
  54. ( 36)   cp_x:INT
  55. ( 38)   cp_y:INT
  56. ( 40)   minterms:substructure
  57. ( 48)   penwidth:INT
  58. ( 50)   penheight:INT
  59. ( 52)   font:LONG
  60. ( 56)   algostyle:CHAR
  61. ( 57)   txflags:CHAR
  62. ( 58)   txheight:INT
  63. ( 60)   txwidth:INT
  64. ( 62)   txbaseline:INT
  65. ( 64)   txspacing:INT
  66. ( 66)   rp_user:LONG
  67. ( 70)   longreserved:substructure
  68. ( 78)   wordreserved:substructure
  69. ( 92)   reserved:substructure
  70. (---) ENDOBJECT     /* SIZEOF=100 */
  71.  
  72. (---) OBJECT areainfo
  73. (  0)   vctrtbl:LONG
  74. (  4)   vctrptr:LONG
  75. (  8)   flagtbl:LONG
  76. ( 12)   flagptr:LONG
  77. ( 16)   count:INT
  78. ( 18)   maxcount:INT
  79. ( 20)   firstx:INT
  80. ( 22)   firsty:INT
  81. (---) ENDOBJECT     /* SIZEOF=24 */
  82.  
  83. CONST ONE_DOTN=1,
  84.       ONE_DOT=2,
  85.       FRST_DOTN=0,
  86.       FRST_DOT=1
  87.  
  88.