Cavestory Mod API
VideoTexture Member List

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)VideoTexturestatic
CreateTexture(const char *pFileName, ExternalWindow *pWindow=NULL, int iMagnification=-1)VideoTexturestatic
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)VideoTexturestatic
FreeTexture(VideoTexture *pTexture)VideoTexturestatic
GetClipRect()VideoTexture
GetNonScaledClipRect()VideoTexture
InClipRect(GUI_RECT pRect)VideoTextureinlineprotected
Lock()VideoTexture
m_bHasOldClipVideoTexture
m_bLockedVideoTexture
m_iBitsPerPixelVideoTexture
m_iClipRectCountVideoTexture
m_iClipRectSizeVideoTexture
m_iHeightVideoTexture
m_iMagnificationVideoTexture
m_iTempCountVideoTexture
m_iTempSizeVideoTexture
m_iWidthVideoTexture
m_pClipRectListVideoTexture
m_pDrawColorVideoTexture
m_pOldClipRectVideoTexture
m_pOldLockTextureVideoTexture
m_pRendererVideoTexture
m_pTempArrayVideoTexture
m_pTextureVideoTexture
m_pWindowVideoTexture
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)VideoTexturestatic
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