Rave 8h 05
typedef
void (RAVE_CALLBACK *TQASetFloat)(TQADrawContext *drawContext |
| typedef |
float (RAVE_CALLBACK *TQAGetFloat)(const TQADrawContext *drawContext |
| typedef |
TQAError (RAVE_CALLBACK *TQARenderEnd)(const TQADrawContext *drawContext |
| RAVE_EXPORT TQAError RAVE_CALL |
QADrawContextNew (const TQADevice *device, const TQARect *rect, const TQAClip *clip, const TQAEngine *engine, unsigned long flags, TQADrawContext **newDrawContext) |
| RAVE_EXPORT void RAVE_CALL |
QADrawContextDelete (TQADrawContext *drawContext) |
| RAVE_EXPORT TQAError RAVE_CALL |
QAColorTableNew (const TQAEngine *engine, TQAColorTableType tableType, void *pixelData, long transparentIndexFlag, TQAColorTable **newTable) |
| RAVE_EXPORT void RAVE_CALL |
QAColorTableDelete (const TQAEngine *engine, TQAColorTable *colorTable) |
| RAVE_EXPORT TQAError RAVE_CALL |
QATextureNew (const TQAEngine *engine, unsigned long flags, TQAImagePixelType pixelType, const TQAImage images[], TQATexture **newTexture) |
| RAVE_EXPORT TQAError RAVE_CALL |
QATextureDetach (const TQAEngine *engine, TQATexture *texture) |
| RAVE_EXPORT void RAVE_CALL |
QATextureDelete (const TQAEngine *engine, TQATexture *texture) |
| RAVE_EXPORT TQAError RAVE_CALL |
QATextureBindColorTable (const TQAEngine *engine, TQATexture *texture, TQAColorTable *colorTable) |
| RAVE_EXPORT TQAError RAVE_CALL |
QABitmapNew (const TQAEngine *engine, unsigned long flags, TQAImagePixelType pixelType, const TQAImage *image, TQABitmap **newBitmap) |
| RAVE_EXPORT TQAError RAVE_CALL |
QABitmapDetach (const TQAEngine *engine, TQABitmap *bitmap) |
| RAVE_EXPORT void RAVE_CALL |
QABitmapDelete (const TQAEngine *engine, TQABitmap *bitmap) |
| RAVE_EXPORT TQAError RAVE_CALL |
QABitmapBindColorTable (const TQAEngine *engine, TQABitmap *bitmap, TQAColorTable *colorTable) |
| RAVE_EXPORT TQAEngine *RAVE_CALL |
QADeviceGetFirstEngine (const TQADevice *device) |
| RAVE_EXPORT TQAEngine *RAVE_CALL |
QADeviceGetNextEngine (const TQADevice *device, const TQAEngine *currentEngine) |
| RAVE_EXPORT TQAError RAVE_CALL |
QAEngineCheckDevice (const TQAEngine *engine, const TQADevice *device) |
| RAVE_EXPORT TQAError RAVE_CALL |
QAEngineGestalt (const TQAEngine *engine, TQAGestaltSelector selector, void *response) |
| RAVE_EXPORT TQAError RAVE_CALL |
QAEngineEnable (long vendorID, long engineID) |
| RAVE_EXPORT TQAError RAVE_CALL |
QAEngineDisable (long vendorID, long engineID) |