home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / odtlktv4.zip / ODTLKT / TOOLKIT / INC / PMDDIM.INC < prev    next >
Text File  |  1995-12-04  |  11KB  |  359 lines

  1. DDIM_INCLUDED    EQU    1
  2.  
  3. ifdef INCL_GRE_ARCS
  4. NGreGetArcParameters    EQU    00004000H 
  5. NGreSetArcParameters    EQU    00004001H 
  6. NGreArc    EQU    00004002H 
  7. NGrePartialArc    EQU    00004003H 
  8. NGreFullArcInterior    EQU    00004004H 
  9. NGreFullArcBoundary    EQU    00004005H 
  10. NGreFullArcBoth    EQU    00004006H 
  11. NGreBoxInterior    EQU    00004007H 
  12. NGreBoxBoundary    EQU    00004008H 
  13. NGreBoxBoth    EQU    00004009H 
  14. NGrePolyFillet    EQU    0000400AH 
  15. NGrePolyFilletSharp    EQU    0000400BH 
  16. NGrePolySpline    EQU    0000400CH 
  17. NGreDrawConicsInPath    EQU    0000400DH 
  18. NGreCookWholePath    EQU    0000400EH 
  19. NGreCookPathCurves    EQU    0000400FH 
  20. NGreRenderPath    EQU    00004011H 
  21. endif
  22. ifdef INCL_GRE_LINES
  23. NGreDisjointLines    EQU    00004016H 
  24. NGreGetCurrentPosition    EQU    00004017H 
  25. NGreSetCurrentPosition    EQU    00004018H 
  26. NGrePolyLine    EQU    00004019H 
  27. NGreDrawLinesInPath    EQU    0000401AH 
  28. NGrePolyShortLine    EQU    0000401BH 
  29. endif
  30. ifdef INCL_GRE_SCANS
  31. NGrePolyScanline    EQU    0000401CH 
  32. endif
  33. ifdef INCL_GRE_BITMAPS
  34. NGreDrawBits    EQU    00006022H 
  35. NGreDeviceCreateBitmap    EQU    00006023H 
  36. NGreDeviceDeleteBitmap    EQU    00004024H 
  37. NGreDeviceSelectBitmap    EQU    00004025H 
  38. NGreBitblt    EQU    00006026H 
  39. NGreGetPel    EQU    00006027H 
  40. NGreSetPel    EQU    00004028H 
  41. NGreImageData    EQU    00004029H 
  42. NGreScanLR    EQU    0000602AH 
  43. NGreFloodFill    EQU    0000602BH 
  44. NGreSaveScreenBits    EQU    0000402CH 
  45. NGreRestoreScreenBits    EQU    0000402DH 
  46. NGreDrawBorder    EQU    0000602EH 
  47. NGreDeviceSetCursor    EQU    0000402FH 
  48. NGreGetBitmapBits    EQU    00006030H 
  49. NGreSetBitmapBits    EQU    00006031H 
  50. endif
  51. ifdef INCL_WINPOINTERS
  52. NGreSetColorCursor    EQU    00004032H 
  53. endif
  54. ifdef INCL_GRE_STRINGS
  55. NGreCharString    EQU    00005035H 
  56. NGreCharStringPos    EQU    00007036H 
  57. NGreQueryTextBox    EQU    00005037H 
  58. NGreQueryCharPositions    EQU    00005038H 
  59. NGreQueryWidthTable    EQU    00005039H 
  60. NGreQueryCharOutline    EQU    00004256H 
  61. NGreQueryCharMetricsTable    EQU    00004258H 
  62. NGreRealizeString    EQU    00004257H 
  63. NGreQueryTabbedTextExtent    EQU    00004269H 
  64. NGreTabbedCharStringAt    EQU    0000426AH 
  65. endif
  66. ifdef INCL_GRE_MARKERS
  67. NGrePolyMarker    EQU    0000403AH 
  68. endif
  69. ifdef INCL_AVIOP
  70. NGreCharRect    EQU    0000403BH 
  71. NGreCharStr    EQU    0000403CH 
  72. NGreScrollRect    EQU    0000403DH 
  73. NGreUpdateCursor    EQU    0000403EH 
  74. endif
  75. ifdef INCL_WINPOINTERS
  76. NGreDeviceSetPointer    EQU    0000403FH 
  77. endif
  78. ifdef INCL_GRE_PATHS
  79. NGreBeginArea    EQU    00004046H 
  80. NGreEndArea    EQU    00004047H 
  81. NGreBeginPath    EQU    00004048H 
  82. NGreEndPath    EQU    00004049H 
  83. NGreCloseFigure    EQU    0000404AH 
  84. NGreFillPath    EQU    0000404BH 
  85. NGreOutlinePath    EQU    0000404CH 
  86. NGreModifyPath    EQU    0000404DH 
  87. NGreStrokePath    EQU    0000404EH 
  88. NGreSelectClipPath    EQU    0000404FH 
  89. NGreSavePath    EQU    00004050H 
  90. NGreRestorePath    EQU    00004051H 
  91. NGreClip1DPath    EQU    00004052H 
  92. NGreDrawRawPath    EQU    00004053H 
  93. NGreDrawCookedPath    EQU    00004054H 
  94. NGreAreaSetAttributes    EQU    00006055H 
  95. NGrePathToRegion    EQU    00004057H 
  96. endif
  97. ifdef INCL_GRE_POLYGON
  98. NGrePolygonSet    EQU    00004056H 
  99. NGreDrawRLE    EQU    00004058H 
  100. NGreDevicePolygonSet    EQU    00004059H 
  101. endif
  102. ifdef INCL_GRE_REGIONS
  103. NGreGetRegionBox    EQU    0000405DH 
  104. NGreGetRegionRects    EQU    0000405EH 
  105. NGreOffsetRegion    EQU    0000405FH 
  106. NGrePtInRegion    EQU    00004060H 
  107. NGreRectInRegion    EQU    00004061H 
  108. NGreCreateRectRegion    EQU    00004062H 
  109. NGreDestroyRegion    EQU    00004063H 
  110. NGreSetRectRegion    EQU    00004064H 
  111. NGreCombineRegion    EQU    00004065H 
  112. NGreCombineRectRegion    EQU    00004066H 
  113. NGreCombineShortLineRegion    EQU    00004067H 
  114. NGreEqualRegion    EQU    00004068H 
  115. NGrePaintRegion    EQU    00004069H 
  116. NGreSetRegionOwner    EQU    0000406AH 
  117. NGreFrameRegion    EQU    0000406BH 
  118. endif
  119. ifdef INCL_GRE_CLIP
  120. NGreGetClipBox    EQU    0000406EH 
  121. NGreGetClipRects    EQU    0000406FH 
  122. NGreOffsetClipRegion    EQU    00004070H 
  123. NGrePtVisible    EQU    00004071H 
  124. NGreRectVisible    EQU    00004072H 
  125. NGreQueryClipRegion    EQU    00004073H 
  126. NGreSelectClipRegion    EQU    00004074H 
  127. NGreIntersectClipRectangle    EQU    00004075H 
  128. NGreExcludeClipRectangle    EQU    00004076H 
  129. NGreSetXformRect    EQU    00004077H 
  130. NGreSaveRegion    EQU    0000407BH 
  131. NGreRestoreRegion    EQU    0000407CH 
  132. NGreClipPathCurves    EQU    0000407DH 
  133. NGreSelectPathRegion    EQU    0000407EH 
  134. NGreRegionSelectBitmap    EQU    0000407FH 
  135. NGreCopyClipRegion    EQU    00004080H 
  136. NGreSetupDC    EQU    00004081H 
  137. endif
  138. ifdef INCL_GRE_XFORMS
  139. NGreGetPageUnits    EQU    00004083H 
  140. NGreSetPageUnits    EQU    00004084H 
  141. NGreGetModelXform    EQU    00004085H 
  142. NGreSetModelXform    EQU    00004086H 
  143. NGreGetWindowViewportXform    EQU    00004087H 
  144. NGreSetWindowViewportXform    EQU    00004088H 
  145. NGreGetGlobalViewingXform    EQU    00004089H 
  146. NGreSetGlobalViewingXform    EQU    0000408AH 
  147. NGreSaveXformData    EQU    0000408BH 
  148. NGreRestoreXformData    EQU    0000408CH 
  149. NGreGetPageViewport    EQU    0000408DH 
  150. NGreSetPageViewport    EQU    0000408EH 
  151. NGreGetGraphicsField    EQU    00004091H 
  152. NGreSetGraphicsField    EQU    00004092H 
  153. NGreGetViewingLimits    EQU    00004093H 
  154. NGreSetViewingLimits    EQU    00004094H 
  155. NGreQueryViewportSize    EQU    00004095H 
  156. NGreConvert    EQU    00004096H 
  157. NGreConvertPath    EQU    00004097H 
  158. NGreSaveXform    EQU    00004098H 
  159. NGreRestoreXform    EQU    00004099H 
  160. NGreMultiplyXforms    EQU    0000409AH 
  161. NGreConvertWithMatrix    EQU    0000409BH 
  162. endif
  163. ifdef INCL_GRE_DEVMISC1
  164. NGreDeviceGetAttributes    EQU    0000609DH 
  165. NGreDeviceSetAVIOFont2    EQU    0000409EH 
  166. NGreGetPairKerningTable    EQU    000040A0H 
  167. NGreDeviceSetAVIOFont    EQU    000040A1H 
  168. NGreDeviceSetAttributes    EQU    000060A2H 
  169. NGreDeviceSetGlobalAttribute    EQU    000060A3H 
  170. endif
  171. ifdef INCL_GRE_DEVMISC2
  172. NGreNotifyClipChange    EQU    000040A4H 
  173. NGreNotifyTransformChange    EQU    000040A5H 
  174. NGreRealizeFont    EQU    000040A6H 
  175. NGreErasePS    EQU    000040A7H 
  176. NGreSetStyleRatio    EQU    000040A8H 
  177. NGreDeviceQueryFontAttributes    EQU    000040A9H 
  178. NGreDeviceQueryFonts    EQU    000040AAH 
  179. NGreDeviceInvalidateVisRegion    EQU    000040ABH 
  180. NGreSetFontMappingFlags    EQU    00004268H 
  181. endif
  182. ifdef INCL_GRE_PICK
  183. NGreGetPickWindow    EQU    000040ACH 
  184. NGreSetPickWindow    EQU    000040ADH 
  185. endif
  186. ifdef INCL_GRE_DEVMISC3
  187. NGreResetBounds    EQU    000040AEH 
  188. NGreGetBoundsData    EQU    000040AFH 
  189. NGreAccumulateBounds    EQU    000040B0H 
  190. NGreGetExtraError    EQU    000040B1H 
  191. NGreSetExtraError    EQU    000040B2H 
  192. NGreGetCodePage    EQU    000040B3H 
  193. NGreSetCodePage    EQU    000040B4H 
  194. NGreLockDevice    EQU    000040B5H 
  195. NGreUnlockDevice    EQU    000040B6H 
  196. NGreDeath    EQU    000040B7H 
  197. NGreResurrection    EQU    000040B8H 
  198. NGreGetDCOrigin    EQU    000040BAH 
  199. NGreDeviceSetDCOrigin    EQU    000040BBH 
  200. NGreGetLineOrigin    EQU    000040BCH 
  201. NGreSetLineOrigin    EQU    000040BDH 
  202. endif
  203. ifdef INCL_GRE_DEVMISC2
  204. NGreGetStyleRatio    EQU    000040BEH 
  205. endif
  206. ifdef INCL_GRE_COLORTABLE
  207. NGreQueryColorData    EQU    000060C3H 
  208. NGreQueryLogColorTable    EQU    000060C4H 
  209. NGreCreateLogColorTable    EQU    000060C5H 
  210. NGreRealizeColorTable    EQU    000060C6H 
  211. NGreUnrealizeColorTable    EQU    000060C7H 
  212. NGreQueryRealColors    EQU    000040C8H 
  213. NGreQueryNearestColor    EQU    000040C9H 
  214. NGreQueryColorIndex    EQU    000060CAH 
  215. NGreQueryRGBColor    EQU    000060CBH 
  216. endif
  217. ifdef INCL_GRE_DEVICE
  218. NGreQueryDeviceBitmaps    EQU    000040D0H 
  219. NGreQueryDeviceCaps    EQU    000040D1H 
  220. NGreEscape    EQU    000040D2H 
  221. NGreQueryHardcopyCaps    EQU    000040D3H 
  222. NGreQueryDevResource2    EQU    000040D4H 
  223. endif
  224. ifdef INCL_GRE_SCREEN
  225. NGreOpenScreenChangeArea    EQU    00004012H 
  226. NGreGetScreenChangeArea    EQU    00004013H 
  227. NGreCloseScreenChangeArea    EQU    00004014H 
  228. NGreGetScreenBits    EQU    0000401DH 
  229. NGreSetScreenBits    EQU    0000401EH 
  230. endif
  231. ifdef INCL_GRE_PALETTE
  232. NGreDeviceCreatePalette    EQU    000040D5H 
  233. NGreDeviceDeletePalette    EQU    000040D6H 
  234. NGreDeviceSetPaletteEntries    EQU    000040D7H 
  235. NGreDeviceAnimatePalette    EQU    000040D8H 
  236. NGreDeviceResizePalette    EQU    000040D9H 
  237. NGreRealizePalette    EQU    000040DAH 
  238. NGreQueryHWPaletteInfo    EQU    000040DBH 
  239. NGreUpdateColors    EQU    000040DCH 
  240. NGreQueryPaletteRealization    EQU    000040DDH 
  241. NGreGetVisRects    EQU    000040DEH 
  242. NGreQueryNearestPaletteIndex    EQU    00000267H 
  243. endif
  244. ifdef INCL_GRE_DCS
  245. NGreOpenDC    EQU    00000200H 
  246. NGreCloseDC    EQU    00004201H 
  247. NGreResetDC    EQU    00004202H 
  248. NGreResetDC2    EQU    0000426BH 
  249. NGreGetHandle    EQU    00004203H 
  250. NGreSetHandle    EQU    00004204H 
  251. NGreGetProcessControl    EQU    00004205H 
  252. NGreSetProcessControl    EQU    00004206H 
  253. NGreSaveDC    EQU    00004207H 
  254. NGreRestoreDC    EQU    00004208H 
  255. NGreQueryDeviceNames    EQU    00000209H 
  256. NGreQueryEngineVersion    EQU    0000020AH 
  257. NGreSetDCOwner    EQU    0000420BH 
  258. endif
  259. ifdef INCL_GRE_DEVSUPPORT
  260. NGreQueryBitmapSelection    EQU    0000020CH 
  261. NGreGetBitmapInfoHeader    EQU    0000020DH 
  262. NGreConvertBitmapData    EQU    0000420EH 
  263. NGreInvalidateVisRegion    EQU    0000420FH 
  264. NGreCreateBitmap    EQU    00004210H 
  265. NGreDeleteBitmap    EQU    00000211H 
  266. NGreSelectBitmap    EQU    00004212H 
  267. NGreGetBitmapParameters    EQU    00000213H 
  268. NGreGetBitmapDimension    EQU    00000214H 
  269. NGreSetBitmapDimension    EQU    00000215H 
  270. NGreSetCursor    EQU    00004216H 
  271. NGreGetAttributes    EQU    00004217H 
  272. NGreSetAttributes    EQU    00004218H 
  273. NGreSetGlobalAttribute    EQU    00004219H 
  274. NGreSetBitmapOwner    EQU    0000021AH 
  275. NGreGetDefaultAttributes    EQU    0000421BH 
  276. NGreSetDefaultAttributes    EQU    0000421CH 
  277. NGreGetDefaultArcParameters    EQU    0000421DH 
  278. NGreSetDefaultArcParameters    EQU    0000421EH 
  279. NGreGetDefaultViewingLimits    EQU    0000421FH 
  280. NGreSetDefaultViewingLimits    EQU    00004220H 
  281. NGreInitializeAttributes    EQU    00004221H 
  282. endif
  283. ifdef INCL_GRE_SETID
  284. NGreDeleteSetId    EQU    00004222H 
  285. NGreQueryNumberSetIds    EQU    00004223H 
  286. NGreQuerySetIds    EQU    00004224H 
  287. endif
  288. ifdef INCL_GRE_LCID
  289. NGreQueryBitmapHandle    EQU    00000225H 
  290. NGreSetBitmapID    EQU    00004226H 
  291. NGreCopyDCLoadData    EQU    00004227H 
  292. endif
  293. ifdef INCL_GRE_SETID
  294. NGreQuerySetIdUsage    EQU    00004228H 
  295. endif
  296. ifdef INCL_GRE_FONTS
  297. NGreQueryFullFontFileDescriptions    EQU    0000022BH 
  298. NGreQueryLogicalFont    EQU    0000422CH 
  299. NGreCreateLogicalFont    EQU    0000422DH 
  300. NGreLoadFont    EQU    0000022EH 
  301. NGreUnloadFont    EQU    0000022FH 
  302. NGreQueryFonts    EQU    00004230H 
  303. NGreQueryFontAttributes    EQU    00004231H 
  304. NGreInstallIFI    EQU    00000232H 
  305. NGreLoadPublicFont    EQU    00000233H 
  306. NGreUnLoadPublicFont    EQU    00000234H 
  307. NGreQueryCodePageVector    EQU    00000235H 
  308. NGreQueryFontFileDescriptions    EQU    00000236H 
  309. NGreQueryFaceString    EQU    00004237H 
  310. NGreQueryFontAction    EQU    00000238H 
  311. NGreQueryCodePageObject    EQU    00000255H 
  312. endif
  313. ifdef INCL_GRE_JOURNALING
  314. NGreAccumulateJournalFile    EQU    00000239H 
  315. NGreCreateJournalFile    EQU    0000023AH 
  316. NGreDeleteJournalFile    EQU    0000023BH 
  317. NGreStartJournalFile    EQU    0000023CH 
  318. NGreStopJournalFile    EQU    0000023DH 
  319. NGrePlayJournalFile    EQU    0000023EH 
  320. NGreOpenJournalFile    EQU    0000023FH 
  321. endif
  322. ifdef INCL_GRE_PALETTE
  323. NGreCreatePalette    EQU    00000240H 
  324. NGreDeletePalette    EQU    00000241H 
  325. NGreSelectPalette    EQU    00004242H 
  326. NGreSetPaletteEntries    EQU    00000243H 
  327. NGreAnimatePalette    EQU    00000244H 
  328. NGreQueryPalette    EQU    00004245H 
  329. NGreQueryPaletteInfo    EQU    00000246H 
  330. NGreSetPaletteOwner    EQU    00000247H 
  331. NGreResizePalette    EQU    00000248H 
  332. NGreQueryDefaultPaletteInfo    EQU    00004249H 
  333. endif
  334. ifdef INCL_GRE_HFONT
  335. NGreCreateFontHandle    EQU    00000250H 
  336. NGreQueryFontHandle    EQU    00000251H 
  337. NGreSelectFontHandle    EQU    00004252H 
  338. NGreDeleteFontHandle    EQU    00000253H 
  339. NGreSetFontHandleOwner    EQU    00000254H 
  340. endif
  341. ifdef INCL_GRE_INKPATH
  342. NGreBeginInkPath    EQU    00004259H 
  343. NGreEndInkPath    EQU    0000425AH 
  344. NGreStrokeInkPath    EQU    0000425BH 
  345. endif
  346. ifdef INCL_GRE_PAX
  347. NGrePaxGetPolyFillMode    EQU    0000425CH 
  348. NGrePaxSetPolyFillMode    EQU    0000425DH 
  349. NGreQueryMitreLimit    EQU    0000425EH 
  350. NGreSetMitreLimit    EQU    0000425FH 
  351. NGreEnableYInversion    EQU    00004260H 
  352. NGreQueryYInversion    EQU    00004261H 
  353. NGreQueryPath    EQU    00004262H 
  354. NGreAllocateDCData    EQU    00004263H 
  355. NGreQueryDCData    EQU    00004264H 
  356. NGreQueryRasterCaps    EQU    00000265H 
  357. NGrePaxStrokeAndFillPath    EQU    00004266H 
  358. endif
  359.