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

  1. _LVOBltBitMap    =    -30
  2. _LVOBltTemplate    =    -36
  3. _LVOClearEOL    =    -42
  4. _LVOClearScreen    =    -48
  5. _LVOTextLength    =    -54
  6. _LVOText    =    -60
  7. _LVOSetFont    =    -66
  8. _LVOOpenFont    =    -72
  9. _LVOCloseFont    =    -78
  10. _LVOAskSoftStyle=    -84
  11. _LVOSetSoftStyle=    -90
  12. _LVOAddBob    =    -96
  13. _LVOAddVSprite    =    -102
  14. _LVODoCollision    =    -108
  15. _LVODrawGList    =    -114
  16. _LVOInitGels    =    -120
  17. _LVOInitMasks    =    -126
  18. _LVORemIBob    =    -132
  19. _LVORemVSprite    =    -138
  20. _LVOSetCollision=    -144
  21. _LVOSortGList    =    -150
  22. _LVOAddAnimOb    =    -156
  23. _LVOAnimate    =    -162
  24. _LVOGetGBuffers    =    -168
  25. _LVOInitGMasks    =    -174
  26. _LVODrawEllipse    =    -180
  27. _LVOAreaEllipse    =    -186
  28. _LVOLoadRGB4    =    -192
  29. _LVOInitRastPort=    -198
  30. _LVOInitVPort    =    -204
  31. _LVOMrgCop    =    -210
  32. _LVOMakeVPort    =    -216
  33. _LVOLoadView    =    -222
  34. _LVOWaitBlit    =    -228
  35. _LVOSetRast    =    -234
  36. _LVOMove    =    -240
  37. _LVODraw    =    -246
  38. _LVOAreaMove    =    -252
  39. _LVOAreaDraw    =    -258
  40. _LVOAreaEnd    =    -264
  41. _LVOWaitTOF    =    -270
  42. _LVOQBlit    =    -276
  43. _LVOInitArea    =    -282
  44. _LVOSetRGB4    =    -288
  45. _LVOQBSBlit    =    -294
  46. _LVOBltClear    =    -300
  47. _LVORectFill    =    -306
  48. _LVOBltPattern    =    -312
  49. _LVOReadPixel    =    -318
  50. _LVOWritePixel    =    -324
  51. _LVOFlood    =    -330
  52. _LVOPolyDraw    =    -336
  53. _LVOSetAPen    =    -342
  54. _LVOSetBPen    =    -348
  55. _LVOSetDrMd    =    -354
  56. _LVOInitView    =    -360
  57. _LVOCBump    =    -366
  58. _LVOCMove    =    -372
  59. _LVOCWait    =    -378
  60. _LVOVBeamPos    =    -384
  61. _LVOInitBitMap    =    -390
  62. _LVOScrollRaster=    -396
  63. _LVOWaitBOVP    =    -402
  64. _LVOGetSprite    =    -408
  65. _LVOFreeSprite    =    -414
  66. _LVOChangeSprite=    -420
  67. _LVOMoveSprite    =    -426
  68. _LVOLockLayerRom=    -432
  69. _LVOUnlockLayerRom=    -438
  70. _LVOSyncSBitMap    =    -444
  71. _LVOCopySBitMap    =    -450
  72. _LVOOwnBlitter    =    -456
  73. _LVODisownBlitter=    -462
  74. _LVOInitTmpRas    =    -468
  75. _LVOAskFont    =    -474
  76. _LVOAddFont    =    -480
  77. _LVORemFont    =    -486
  78. _LVOAllocRaster    =    -492
  79. _LVOFreeRaster    =    -498
  80. _LVOAndRectRegion=    -504
  81. _LVOOrRectRegion=    -510
  82. _LVONewRegion    =    -516
  83. _LVOClearRectRegion=    -522
  84. _LVOClearRegion    =    -528
  85. _LVODisposeRegion=    -534
  86. _LVOFreeVPortCopLists=    -540
  87. _LVOFreeCopList    =    -546
  88. _LVOClipBlit    =    -552
  89. _LVOXorRectRegion=    -558
  90. _LVOFreeCprList    =    -564
  91. _LVOGetColorMap    =    -570
  92. _LVOFreeColorMap=    -576
  93. _LVOGetRGB4    =    -582
  94. _LVOScrollVPort    =    -588
  95. _LVOUCopperListInit=    -594
  96. _LVOFreeGBuffers=    -600
  97. _LVOBltBitMapRastPort=    -606
  98. _LVOOrRegionRegion=    -612
  99. _LVOXorRegionRegion=    -618
  100. _LVOAndRegionRegion=    -624
  101. _LVOSetRGB4CM    =    -630
  102. _LVOBltMaskBitMapRastPort=-636
  103. _LVOGraphicsReserved1=    -642
  104. _LVOGraphicsReserved2=    -648
  105. _LVOAttemptLockLayerRom=-654
  106. CALLGRAF    MACRO
  107.     MOVE.L    _GfxBase,A6
  108.     JSR    _LVO\1(A6)
  109.     ENDM
  110. GRAFNAME    MACRO
  111.     DC.B    'graphics.library',0
  112.     ENDM
  113.