Jump to content

Presentation Device Driver Functions: Difference between revisions

From EDM2
 
(9 intermediate revisions by the same user not shown)
Line 3: Line 3:
== Mandatory and Simulated Graphics Engine Function ==
== Mandatory and Simulated Graphics Engine Function ==
<div style="column-count:3;-moz-column-count:3;-webkit-column-count:3">
<div style="column-count:3;-moz-column-count:3;-webkit-column-count:3">
;SIMULATED
* [[SDBitBlt]]
* [[SDLine]]
;Arc Functions
;Arc Functions
* [[GreArc]]
* [[GreArc]]
Line 77: Line 80:
'''Transform Functions'''
'''Transform Functions'''
*[[GreConvert]]
*[[GreConvert]]
*[[GreConvertWithMatrix]]
*[[GreGetGlobalViewingXform]]
*[[GreGetGlobalViewingXform]]
*[[GreGetGraphicsField]]
*[[GreGetGraphicsField]]
Line 97: Line 101:
*[[GreSetWindowViewportXform]]
*[[GreSetWindowViewportXform]]


;Mandatory
;MANDATORY
'''Attribute Functions'''
'''Attribute Functions'''
*[[GreDeviceGetAttributes]]
*[[GreDeviceGetAttributes]]
Line 115: Line 119:
*[[GreSetBitmapBits]]
*[[GreSetBitmapBits]]
*[[GreSetPel]]
*[[GreSetPel]]
 
'''Color Table Functions'''
;Organize
*[[GreCreateLogColorTable]]
* [[GreAccumulateBounds]]
*[[GreQueryColorData]]
* [[GreCharRect]]
*[[GreQueryColorIndex]]
* [[GreCharStr]]
*[[GreQueryLogColorTable]]
* [[GreCharString]]
*[[GreQueryNearestColor]]
* [[GreCharStringPos]]
*[[GreQueryRealColors]]
* [[GreCloseScreenChangeArea]]
*[[GreQueryRGBColor]]
* [[GreConvertWithMatrix]]
*[[GreRealizeColorTable]]
* [[GreCreateLogColorTable]]
*[[GreUnrealizeColorTable]]
* [[GreDeath]]
'''Device Functions 2'''
* [[GreDeviceInvalidateVisRegion]]
*[[GreDeviceQueryFontAttributes]]
* [[GreDeviceQueryFontAttributes]]
*[[GreDeviceQueryFonts]]
* [[GreDeviceQueryFonts]]
*[[GreErasePS]]
* [[GreDeviceSetAVIOFont]]
*[[GreNotifyClipChange]]
* [[GreDeviceSetCursor]]
*[[GreNotifyTransformChange]]
* [[GreDeviceSetDCOrigin]]
*[[GreRealizeFont]]
* [[GreDisjointLines]]
'''Device Functions 3'''
* [[GreDrawLinesInPath]]
*[[GreAccumulateBounds]]
* [[GreErasePS]]  
*[[GreDeviceSetDCOrigin]]
* [[GreEscape]]
*[[GreGetBoundsData]]
* [[GreGetBoundsData]]
*[[GreGetCodePage]]
* [[GreGetCodePage]]
*[[GreGetDCOrigin]]
* [[GreGetCurrentPosition]]
*[[GreGetLineOrigin]]
* [[GreGetDCOrigin]]
*[[GreLockDevice]]
* [[GreGetLineOrigin]]
*[[GreResetBounds]]
* [[GreGetPickWindow]]
*[[GreSetCodePage]]
*[[GreSetLineOrigin]]
*[[GreUnlockDevice]]
'''Line Functions'''
*[[GreDisjointLines]]
*[[GreDrawLinesInPath]]
*[[GreGetCurrentPosition]]
*[[GrePolyLine]]
*[[GrePolyScanline]]
*[[GrePolyShortLine]]
*[[GreSetCurrentPosition]]
'''Marker Functions'''
*[[GrePolyMarker]]
'''Query Functions'''
*[[GreQueryHardcopyCaps]]
*[[GreQueryDeviceBitmaps]]
*[[GreQueryDeviceCaps]]
*[[GreQueryDevResource]]
'''Text Functions'''
*[[GreCharString]]
*[[GreCharStringPos]]
*[[GreQueryCharPositions]]
*[[GreQueryTextBox]]
*[[GreQueryWidthTable]]
;MANDATORY DISPLAY DRIVER
'''AVIO Functions'''
*[[GreCharRect]]
*[[GreCharStr]]
*[[GreDeviceSetAVIOFont]]
*[[GreScrollRect]]
*[[GreUpdateCursor]]
'''Bitmap Functions'''
*[[GreDeviceSetCursor]]
*[[GreRestoreScreenBits]]
*[[GreSaveScreenBits]]
;Device Functions 2
*[[GreDeviceInvalidateVisRegion]]
*[[GreGetStyleRatio]]
*[[GreSetStyleRatio]]
;Device Functions 3
*[[GreDeath]]
*[[GreResurrection]]
;Miscellaneous Functions
*[[GreGetPickWindow]]
*[[GreSetColorCursor]]
*[[GreSetPickWindow]]
;Screen
* [[GreGetScreenBits]]
* [[GreGetScreenBits]]
* [[GreSetScreenBits]]
* [[GreGetScreenChangeArea]]
* [[GreGetScreenChangeArea]]
* [[GreGetStyleRatio]]
* [[GreLockDevice]]
* [[GreNotifyClipChange]]
* [[GreNotifyTransformChange]]
* [[GreOpenScreenChangeArea]]
* [[GreOpenScreenChangeArea]]
* [[GrePolyLine]]
* [[GreCloseScreenChangeArea]]
* [[GrePolyMarker]]
;GREESCAPE
* [[GrePolyScanline]]
* [[GreEscape]]
* [[GrePolyShortLine]]
* [[GreQueryCharPositions]]
* [[GreQueryColorData]]
* [[GreQueryColorIndex]]
* [[GreQueryDeviceBitmaps]]
* [[GreQueryDeviceCaps]]
* [[GreQueryDevResource]]
* [[GreQueryHardcopyCaps]]
* [[GreQueryLogColorTable]]
* [[GreQueryNearestColor]]
* [[GreQueryRealColors]]
* [[GreQueryRGBColor]]
* [[GreQueryTextBox]]
* [[GreQueryWidthTable]]
* [[GreRealizeColorTable]]
* [[GreRealizeFont]]
* [[GreResetBounds]]
* [[GreRestoreScreenBits]]
* [[GreResurrection]]
* [[GreSaveScreenBits]]
* [[GreScrollRect]]
* [[GreSetCodePage]]
* [[GreSetColorCursor]]
* [[GreSetCurrentPosition]]
* [[GreSetLineOrigin]]
* [[GreSetPickWindow]]
* [[GreSetScreenBits]]
* [[GreSetStyleRatio]]
* [[GreUnlockDevice]]
* [[GreUnrealizeColorTable]]
* [[GreUpdateCursor]]
* [[SDBitBlt]]
* [[SDLine]]
</div>
</div>



Latest revision as of 01:48, 8 February 2020

You can find more information at the Presentation Device Driver Reference for OS/2.

Mandatory and Simulated Graphics Engine Function

SIMULATED
Arc Functions
Area and Path Functions

Clip Functions

Line Functions

Palette Manager Functions

Region Functions

Transform Functions

MANDATORY

Attribute Functions

Bit-Map Functions

Color Table Functions

Device Functions 2

Device Functions 3

Line Functions

Marker Functions

Query Functions

Text Functions

MANDATORY DISPLAY DRIVER

AVIO Functions

Bitmap Functions

Device Functions 2
Device Functions 3
Miscellaneous Functions
Screen
GREESCAPE

Device Support Function

See also:

Links