Cavestory Mod API
|
This is the complete list of members for VideoTexture, including all inherited members.
AddTempRect(GUI_RECT pRect) | VideoTexture | |
ClearClipRects() | VideoTexture | |
ClearPixels(GUI_POINT *pPointList, unsigned int iPointCount) | VideoTexture | |
ClearTempRectList() | VideoTexture | |
ClearTexture(GUI_RECT *pRect=NULL) | VideoTexture | |
CreateTexture(int iWidth, int iHeight, int iBitsPerPixel=32, ExternalWindow *pWindow=NULL, int iMagnification=-1, bool bNoTexture=false) | VideoTexture | static |
CreateTexture(const char *pFileName, ExternalWindow *pWindow=NULL, int iMagnification=-1) | VideoTexture | static |
DrawBitmap(GUI_POINT pPoint, GUI_RECT *pSourceRect, Surface_Ids iSurfaceId, bool bAbsolutePos=false) | VideoTexture | |
DrawBitmapBox(GUI_RECT *out_rect, GUI_RECT *bmp_rects, CacheSurface::BitmapBoxType type, Surface_Ids bmp_id, int iAlpha=255) | VideoTexture | |
DrawColoredBitmap(GUI_POINT pPoint, GUI_RECT *pSourceRect, Surface_Ids iSurfaceId, unsigned long iColor, bool bAbsolutePos=false) | VideoTexture | |
DrawFilledRect(GUI_RECT *pRect, unsigned long iColor=INVALID_TEXTURE_COLOR, bool bAbsolutePos=false) | VideoTexture | |
DrawLine(GUI_POINT pStart, GUI_POINT pEnd, unsigned long iColor=INVALID_TEXTURE_COLOR, bool bAbsolutePos=false) | VideoTexture | |
DrawMagnifiedLine(GUI_POINT pStart, GUI_POINT pEnd, unsigned long iColor=INVALID_TEXTURE_COLOR) | VideoTexture | |
DrawMagnifiedPixels(GUI_POINT *pPointList, unsigned int iPointCount, unsigned long iColor=INVALID_TEXTURE_COLOR) | VideoTexture | |
DrawMagnifiedText(GUI_POINT pPoint, FontObject *pFont, const char *pText, int iTextLen=-1, unsigned long iColor=INVALID_TEXTURE_COLOR, bool bWrap=false, int iShadowSize=0, unsigned long iShadowColor=0) | VideoTexture | |
DrawPixel(GUI_POINT pPoint, unsigned long iColor=INVALID_TEXTURE_COLOR) | VideoTexture | |
DrawPixels(GUI_POINT *pPointList, unsigned int iPointCount, unsigned long iColor=INVALID_TEXTURE_COLOR) | VideoTexture | |
DrawRect(GUI_RECT *pRect, unsigned long iColor=INVALID_TEXTURE_COLOR, bool bAbsolutePos=false) | VideoTexture | |
DrawRects(unsigned long iColor=INVALID_TEXTURE_COLOR) | VideoTexture | |
DrawStretchedBitmap(GUI_RECT *pRect, GUI_RECT *pSourceRect, Surface_Ids iSurfaceId, unsigned long iColor=INVALID_TEXTURE_COLOR, bool bAbsloutePos=false) | VideoTexture | |
DrawStripedLine(GUI_POINT pStart, GUI_POINT pEnd, unsigned long iColor=INVALID_TEXTURE_COLOR) | VideoTexture | |
DrawStripedRect(GUI_RECT *pRect, unsigned long iColor=INVALID_TEXTURE_COLOR) | VideoTexture | |
DrawText(GUI_POINT pPoint, FontObject *pFont, const char *pText, int iTextLen=-1, unsigned long iColor=INVALID_TEXTURE_COLOR, bool bWrap=false, int iShadowSize=0, unsigned long iShadowColor=0) | VideoTexture | |
first (defined in VideoTexture) | VideoTexture | static |
FreeTexture(VideoTexture *pTexture) | VideoTexture | static |
GetClipRect() | VideoTexture | |
GetNonScaledClipRect() | VideoTexture | |
InClipRect(GUI_RECT pRect) | VideoTexture | inlineprotected |
Lock() | VideoTexture | |
m_bHasOldClip | VideoTexture | |
m_bLocked | VideoTexture | |
m_iBitsPerPixel | VideoTexture | |
m_iClipRectCount | VideoTexture | |
m_iClipRectSize | VideoTexture | |
m_iHeight | VideoTexture | |
m_iMagnification | VideoTexture | |
m_iTempCount | VideoTexture | |
m_iTempSize | VideoTexture | |
m_iWidth | VideoTexture | |
m_pClipRectList | VideoTexture | |
m_pDrawColor | VideoTexture | |
m_pOldClipRect | VideoTexture | |
m_pOldLockTexture | VideoTexture | |
m_pRenderer | VideoTexture | |
m_pTempArray | VideoTexture | |
m_pTexture | VideoTexture | |
m_pWindow | VideoTexture | |
next (defined in VideoTexture) | VideoTexture | |
prev (defined in VideoTexture) | VideoTexture | |
Put(int iX, int iY) | VideoTexture | |
PutAlpha(int iX, int iY, int iAlpha) | VideoTexture | |
PutStretched(int iDstX, int iDstY, int iDstW, int iDstH, int iSrcX, int iSrcY, int iSrcW, int iSrcH) | VideoTexture | |
PutStretchedAlpha(int iDstX, int iDstY, int iDstW, int iDstH, int iSrcX, int iSrcY, int iSrcW, int iSrcH, int iAlpha) | VideoTexture | |
PutStretchedSubPixel(int iDstX, int iDstY, int iDstW, int iDstH, int iSrcX, int iSrcY, int iSrcW, int iSrcH, int iAlpha) | VideoTexture | |
PutSubPixel(int iX, int iY, int iAlpha) | VideoTexture | |
RecreateTexture() | VideoTexture | |
ReloadRenderer(int iMagnification) | VideoTexture | static |
SetClipRect(GUI_RECT *pRect, bool bAbsoluteRect=false) | VideoTexture | |
SetDrawColor(unsigned char iRed, unsigned char iGreen, unsigned char iBlue, unsigned char iAlpha) | VideoTexture | |
SetDrawColor(unsigned long iColor) | VideoTexture | |
SetTextureSize(int iWidth, int iHeight) | VideoTexture | |
Unlock() | VideoTexture | |
VideoTexture() | VideoTexture | |
~VideoTexture() | VideoTexture |