home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 4 / AACD04.ISO / AACD / Programming / PMM / Developer / IncludeWOS / lvo / blitter_lvo.asm < prev    next >
Encoding:
Assembly Source File  |  1999-10-02  |  2.0 KB  |  91 lines

  1.     section    .data,data
  2.  
  3. _LVOAllocBlitMem    equ    -6
  4.     xdef    _LVOAllocBlitMem
  5. _LVODrawRGBPixel    equ    -12
  6.     xdef    _LVODrawRGBPixel
  7. _LVOSortBobList    equ    -18
  8.     xdef    _LVOSortBobList
  9. _LVOSortMBob    equ    -24
  10.     xdef    _LVOSortMBob
  11. _LVOCopyBuffer    equ    -30
  12.     xdef    _LVOCopyBuffer
  13. _LVOCreateMasks    equ    -36
  14.     xdef    _LVOCreateMasks
  15. _LVODrawBob    equ    -42
  16.     xdef    _LVODrawBob
  17. _LVODrawBobList    equ    -48
  18.     xdef    _LVODrawBobList
  19. _LVODrawLine    equ    -54
  20.     xdef    _LVODrawLine
  21. _LVODrawPixel    equ    -60
  22.     xdef    _LVODrawPixel
  23. _LVODrawPixelList    equ    -66
  24.     xdef    _LVODrawPixelList
  25. _LVODrawUCLine    equ    -72
  26.     xdef    _LVODrawUCLine
  27. _LVODrawUCPixelList    equ    -78
  28.     xdef    _LVODrawUCPixelList
  29. _LVODrawUCPixel    equ    -84
  30.     xdef    _LVODrawUCPixel
  31. _LVOFreeBlitMem    equ    -90
  32.     xdef    _LVOFreeBlitMem
  33. _LVODrawUCRGBPixel    equ    -96
  34.     xdef    _LVODrawUCRGBPixel
  35. _LVOReadPixel    equ    -102
  36.     xdef    _LVOReadPixel
  37. _LVOReadPixelList    equ    -108
  38.     xdef    _LVOReadPixelList
  39. _LVOSetBobDimensions    equ    -114
  40.     xdef    _LVOSetBobDimensions
  41. _LVOSetBobDrawMode    equ    -120
  42.     xdef    _LVOSetBobDrawMode
  43. _LVOSetBobFrames    equ    -126
  44.     xdef    _LVOSetBobFrames
  45. _LVOTakeOSBlitter    equ    -132
  46.     xdef    _LVOTakeOSBlitter
  47. _LVOGiveOSBlitter    equ    -138
  48.     xdef    _LVOGiveOSBlitter
  49. _LVOReadRGBPixel    equ    -144
  50.     xdef    _LVOReadRGBPixel
  51. _LVODrawRGBLine    equ    -150
  52.     xdef    _LVODrawRGBLine
  53. _LVODrawUCRGBLine    equ    -156
  54.     xdef    _LVODrawUCRGBLine
  55. _LVODrawRGBPixelList    equ    -162
  56.     xdef    _LVODrawRGBPixelList
  57. _LVOGetBmpType    equ    -168
  58.     xdef    _LVOGetBmpType
  59. _LVOPenRect    equ    -174
  60.     xdef    _LVOPenRect
  61. _LVOCopyLine    equ    -180
  62.     xdef    _LVOCopyLine
  63. _LVOBlitArea    equ    -186
  64.     xdef    _LVOBlitArea
  65. _LVOSetRGBPen    equ    -192
  66.     xdef    _LVOSetRGBPen
  67. _LVOPenPixel    equ    -198
  68.     xdef    _LVOPenPixel
  69. _LVOPenLine    equ    -204
  70.     xdef    _LVOPenLine
  71. _LVOGetRGBPen    equ    -210
  72.     xdef    _LVOGetRGBPen
  73. _LVOPenUCLine    equ    -216
  74.     xdef    _LVOPenUCLine
  75. _LVOPenCircle    equ    -222
  76.     xdef    _LVOPenCircle
  77. _LVOPenEllipse    equ    -228
  78.     xdef    _LVOPenEllipse
  79. _LVOFlood    equ    -234
  80.     xdef    _LVOFlood
  81. _LVOFlipHBitmap    equ    -240
  82.     xdef    _LVOFlipHBitmap
  83. _LVOFlipVBitmap    equ    -246
  84.     xdef    _LVOFlipVBitmap
  85. _LVOSetPenShape    equ    -252
  86.     xdef    _LVOSetPenShape
  87. _LVOPenLinePxl    equ    -258
  88.     xdef    _LVOPenLinePxl
  89. _LVODrawPen    equ    -264
  90.     xdef    _LVODrawPen
  91.