|
static orxINLINE orxCOLOR * | orxColor_Copy (orxCOLOR *_pstDst, const orxCOLOR *_pstSrc) |
|
static orxCOLOR *orxFASTCALL | orxColor_FromHSLToRGB (orxCOLOR *_pstDst, const orxCOLOR *_pstSrc) |
|
static orxCOLOR *orxFASTCALL | orxColor_FromHSVToRGB (orxCOLOR *_pstDst, const orxCOLOR *_pstSrc) |
|
static orxCOLOR *orxFASTCALL | orxColor_FromRGBToHSL (orxCOLOR *_pstDst, const orxCOLOR *_pstSrc) |
|
static orxCOLOR *orxFASTCALL | orxColor_FromRGBToHSV (orxCOLOR *_pstDst, const orxCOLOR *_pstSrc) |
|
static orxINLINE orxCOLOR * | orxColor_Set (orxCOLOR *_pstColor, const orxVECTOR *_pvRGB, orxFLOAT _fAlpha) |
|
static orxINLINE orxCOLOR * | orxColor_SetAlpha (orxCOLOR *_pstColor, orxFLOAT _fAlpha) |
|
static orxINLINE orxCOLOR * | orxColor_SetRGB (orxCOLOR *_pstColor, const orxVECTOR *_pvRGB) |
|
static orxINLINE orxCOLOR * | orxColor_SetRGBA (orxCOLOR *_pstColor, orxRGBA _stRGBA) |
|
static orxINLINE orxRGBA | orxColor_ToRGBA (const orxCOLOR *_pstColor) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxDisplay_ClearBitmap (orxBITMAP *_pstBitmap, orxRGBA _stColor) |
|
orxDLLAPI orxBITMAP *orxFASTCALL | orxDisplay_CreateBitmap (orxU32 _u32Width, orxU32 _u32Height) |
|
orxDLLAPI orxHANDLE orxFASTCALL | orxDisplay_CreateShader (const orxSTRING *_azCodeList, orxU32 _u32Size, const orxLINKLIST *_pstParamList, orxBOOL _bUseCustomParam) |
|
orxDLLAPI void orxFASTCALL | orxDisplay_DeleteBitmap (orxBITMAP *_pstBitmap) |
|
orxDLLAPI void orxFASTCALL | orxDisplay_DeleteShader (orxHANDLE _hShader) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxDisplay_DrawCircle (const orxVECTOR *_pvCenter, orxFLOAT _fRadius, orxRGBA _stColor, orxBOOL _bFill) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxDisplay_DrawLine (const orxVECTOR *_pvStart, const orxVECTOR *_pvEnd, orxRGBA _stColor) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxDisplay_DrawMesh (const orxDISPLAY_MESH *_pstMesh, const orxBITMAP *_pstBitmap, orxDISPLAY_SMOOTHING _eSmoothing, orxDISPLAY_BLEND_MODE _eBlendMode) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxDisplay_DrawOBox (const orxOBOX *_pstBox, orxRGBA _stColor, orxBOOL _bFill) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxDisplay_DrawPolygon (const orxVECTOR *_avVertexList, orxU32 _u32VertexNumber, orxRGBA _stColor, orxBOOL _bFill) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxDisplay_DrawPolyline (const orxVECTOR *_avVertexList, orxU32 _u32VertexNumber, orxRGBA _stColor) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxDisplay_EnableVSync (orxBOOL _bEnable) |
|
orxDLLAPI void orxFASTCALL | orxDisplay_Exit () |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxDisplay_GetBitmapData (const orxBITMAP *_pstBitmap, orxU8 *_au8Data, orxU32 _u32ByteNumber) |
|
orxDLLAPI orxU32 orxFASTCALL | orxDisplay_GetBitmapID (const orxBITMAP *_pstBitmap) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxDisplay_GetBitmapSize (const orxBITMAP *_pstBitmap, orxFLOAT *_pfWidth, orxFLOAT *_pfHeight) |
|
orxDLLAPI orxDISPLAY_BLEND_MODE orxFASTCALL | orxDisplay_GetBlendModeFromString (const orxSTRING _zBlendMode) |
|
orxDLLAPI orxS32 orxFASTCALL | orxDisplay_GetParameterID (orxHANDLE _hShader, const orxSTRING _zParam, orxS32 _s32Index, orxBOOL _bIsTexture) |
|
orxDLLAPI orxBITMAP *orxFASTCALL | orxDisplay_GetScreenBitmap () |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxDisplay_GetScreenSize (orxFLOAT *_pfWidth, orxFLOAT *_pfHeight) |
|
orxDLLAPI orxU32 orxFASTCALL | orxDisplay_GetShaderID (const orxHANDLE _hShader) |
|
orxDLLAPI const orxBITMAP *orxFASTCALL | orxDisplay_GetTempBitmap () |
|
orxDLLAPI orxDISPLAY_VIDEO_MODE *orxFASTCALL | orxDisplay_GetVideoMode (orxU32 _u32Index, orxDISPLAY_VIDEO_MODE *_pstVideoMode) |
|
orxDLLAPI orxU32 orxFASTCALL | orxDisplay_GetVideoModeCount () |
|
orxDLLAPI orxBOOL orxFASTCALL | orxDisplay_HasShaderSupport () |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxDisplay_Init () |
|
orxDLLAPI orxBOOL orxFASTCALL | orxDisplay_IsFullScreen () |
|
orxDLLAPI orxBOOL orxFASTCALL | orxDisplay_IsVideoModeAvailable (const orxDISPLAY_VIDEO_MODE *_pstVideoMode) |
|
orxDLLAPI orxBOOL orxFASTCALL | orxDisplay_IsVSyncEnabled () |
|
orxDLLAPI orxBITMAP *orxFASTCALL | orxDisplay_LoadBitmap (const orxSTRING _zFileName) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxDisplay_SaveBitmap (const orxBITMAP *_pstBitmap, const orxSTRING _zFileName) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxDisplay_SetBitmapClipping (orxBITMAP *_pstBitmap, orxU32 _u32TLX, orxU32 _u32TLY, orxU32 _u32BRX, orxU32 _u32BRY) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxDisplay_SetBitmapData (orxBITMAP *_pstBitmap, const orxU8 *_au8Data, orxU32 _u32ByteNumber) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxDisplay_SetBlendMode (orxDISPLAY_BLEND_MODE _eBlendMode) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxDisplay_SetDestinationBitmaps (orxBITMAP **_apstBitmapList, orxU32 _u32Number) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxDisplay_SetFullScreen (orxBOOL _bFullScreen) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxDisplay_SetPartialBitmapData (orxBITMAP *_pstBitmap, const orxU8 *_au8Data, orxU32 _u32X, orxU32 _u32Y, orxU32 _u32Width, orxU32 _u32Height) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxDisplay_SetShaderBitmap (orxHANDLE _hShader, orxS32 _s32ID, const orxBITMAP *_pstValue) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxDisplay_SetShaderFloat (orxHANDLE _hShader, orxS32 _s32ID, orxFLOAT _fValue) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxDisplay_SetShaderVector (orxHANDLE _hShader, orxS32 _s32ID, const orxVECTOR *_pvValue) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxDisplay_SetTempBitmap (const orxBITMAP *_pstBitmap) |
|
orxDLLAPI void orxFASTCALL | orxDisplay_Setup () |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxDisplay_SetVideoMode (const orxDISPLAY_VIDEO_MODE *_pstVideoMode) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxDisplay_StartShader (const orxHANDLE _hShader) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxDisplay_StopShader (const orxHANDLE _hShader) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxDisplay_Swap () |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxDisplay_TransformBitmap (const orxBITMAP *_pstSrc, const orxDISPLAY_TRANSFORM *_pstTransform, orxRGBA _stColor, orxDISPLAY_SMOOTHING _eSmoothing, orxDISPLAY_BLEND_MODE _eBlendMode) |
|
orxDLLAPI orxSTATUS orxFASTCALL | orxDisplay_TransformText (const orxSTRING _zString, const orxBITMAP *_pstFont, const orxCHARACTER_MAP *_pstMap, const orxDISPLAY_TRANSFORM *_pstTransform, orxRGBA _stColor, orxDISPLAY_SMOOTHING _eSmoothing, orxDISPLAY_BLEND_MODE _eBlendMode) |
|
static orxINLINE orxRGBA | orxRGBA_Set (orxU8 _u8R, orxU8 _u8G, orxU8 _u8B, orxU8 _u8A) |
|