home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 18 REXX / 18-REXX.zip / rxgd101.zip / rxgdutil.def < prev    next >
Text File  |  1995-09-18  |  2KB  |  36 lines

  1. LIBRARY RXGDUTIL INITINSTANCE LONGNAMES
  2. PROTMODE
  3. DESCRIPTION 'GD Utilities - AB Software 1995'
  4. DATA MULTIPLE NONSHARED
  5. STACKSIZE 65536
  6. EXPORTS
  7.      RXGDLOADFUNCS              = RxgdLoadFuncs                 @1
  8.      RXGDUNLOADFUNCS            = RxgdUnloadFuncs               @2
  9.      RXGDIMAGECREATE            = RxgdImageCreate               @3
  10.      RXGDIMAGECREATEFROMGIF     = RxgdImageCreateFromGIF        @4
  11.      RXGDIMAGEDESTROY           = RxgdImageDestroy              @5
  12.      RXGDIMAGEGIF               = RxgdImageGIF                  @6
  13.      RXGDIMAGESETPIXEL          = RxgdImageSetPixel             @7
  14.      RXGDIMAGELINE              = RxgdImageLine                 @8
  15.      RXGDIMAGEPOLYGON           = RxgdImagePolygon              @9
  16.      RXGDIMAGERECTANGLE         = RxgdImageRectangle            @10
  17.      RXGDIMAGEARC               = RxgdImageArc                  @11
  18.      RXGDIMAGEFILLTOBORDER      = RxgdImageFillToBorder         @12
  19.      RXGDIMAGEFILL              = RxgdImageFill                 @13
  20.      RXGDIMAGECOLORALLOCATE     = RxgdImageColorAllocate        @14
  21.      RXGDIMAGESTRING            = RxgdImageString               @15
  22.      RXGDIMAGESETBRUSH          = RxgdImageSetBrush             @16
  23.      RXGDIMAGESETSTYLE          = RxgdImageSetStyle             @17
  24.      RXGDIMAGEGETSTYLEDBRUSHED  = RxgdImageGetStyledBrushed     @18
  25.      RXGDIMAGEGETCOLOR          = RxgdImageGetColor             @19
  26.      RXGDIMAGEGETPIXEL          = RxgdImageGetPixel             @20
  27.      RXGDIMAGESXY               = RxgdImageSxy                  @21
  28.      RXGDIMAGEBOUNDSSAFE        = RxgdImageBoundsSafe           @22
  29.      RXGDIMAGEGETTTI            = RxgdImageGetTTI               @23
  30.      RXGDIMAGECOLORDEALLOCATE   = RxgdImageColorDeallocate      @24
  31.      RXGDIMAGECOLORSET          = RxgdImageColorSet             @25
  32.      RXGDIMAGECOPY              = RxgdImageCopy                 @26
  33.      RXGDIMAGECOPYRESIZED       = RxgdImageCopyResized          @27
  34.      RXGDIMAGESETCOLOR          = RxgdImageSetColor             @28
  35.  
  36.