This is the complete list of members for CGfxWrapGL, including all inherited members.
ApplyGlobalAlpha(const eC_UByte ubAlpha) const | CGfxWrap | inline |
Arc(const eC_Value &vX1, const eC_Value &vY1, const eC_Value &vX2, const eC_Value &vY2, const eC_Value &vStartAngle, const eC_Value &vEndAngle, const eC_Value &vRotationAngle, const eC_Bool &bFilled) | CGfxWrapGL | virtual |
CGfxWrap::Arc(const CGUIRect &kAbsRect, const eC_Value &vStartAngle, const eC_Value &vEndAngle, const eC_Value &vRotationAngle, const eC_Bool &bFilled) | CGfxWrap | |
BindBuffer(const eC_UInt &eType, const eC_UInt &uiBuffer) | CGfxWrapGL | |
BindTexture(const eC_UInt &eType, const eC_UInt &uiTextureID) | CGfxWrapGL | |
BlitImg(const ImageResource_t &eID, const eC_Value &vAbsDestX, const eC_Value &vAbsDestY) | CGfxWrap | |
BlitImg(const CGUIImageData &kImageData, const eC_Value &vAbsDestX, const eC_Value &vAbsDestY) | CGfxWrap | inline |
BlitImgExt(const ImageResource_t &eID, const eC_Value &vAbsDestX, const eC_Value &vAbsDestY, const eC_Value &vWidth, const eC_Value &vHeight, const eC_Bool &bStretch=true, const eC_UByte &ubAlpha=255) | CGfxWrap | |
BlitImgExt(const ImageResource_t &eID, const CGUIRect &kAbsRect, const eC_Bool &bStretch=true, const eC_UByte &ubAlpha=255) | CGfxWrap | |
BlitImgExt(const ImageResource_t &eID, const CGUIRect &kSrcAbsRect, const CGUIRect &kDstAbsRect, const eC_UByte &ubAlpha=255) | CGfxWrap | |
BlitImgExt(const ImageResource_t &eID, const eC_UInt &uiAbsSrcX, const eC_UInt &uiAbsSrcY, const eC_UInt &uiSrcWidth, const eC_UInt &uiSrcHeight, const eC_Value &vAbsDestX, const eC_Value &vAbsDestY, const eC_Value &vDestWidth, const eC_Value &vDestHeight, const eC_UByte &ubAlpha=255, const eC_Value &vAngle=eC_FromFloat(0), const eC_Value &vRotCenterX=eC_FromFloat(0.5), const eC_Value &vRotCenterY=eC_FromFloat(0.5)) | CGfxWrap | |
BlitImgExtImpl(const ImageResource_t &eID, const eC_UInt &uiSrcX, const eC_UInt &uiSrcY, const eC_UInt &uiSrcWidth, const eC_UInt &uiSrcHeight, const eC_Value &vDestX, const eC_Value &vDestY, const eC_Value &vDestWidth, const eC_Value &vDestHeight, const eC_UByte &ubAlpha=255, const eC_Value &vAngle=eC_FromFloat(0), const eC_Value &vRotCenterX=eC_FromFloat(0.5), const eC_Value &vRotCenterY=eC_FromFloat(0.5)) | CGfxWrapGL | protectedvirtual |
BlitImgExtImpl(const CGUIImageData &kImageData, const eC_Value &vAbsDestX, const eC_Value &vAbsDestY) | CGfxWrapGL | inlineprotectedvirtual |
BlitImgNinePatch(const ImageResource_t &eID, const CGUIRect &kAbsRect, const eC_UInt uiTopBorder, const eC_UInt uiBottomBorder, const eC_UInt uiLeftBorder, const eC_UInt uiRightBorder, const eC_UByte &ubAlpha) | CGfxWrapGL | protectedvirtual |
CGfxWrap::BlitImgNinePatch(const ImageResource_t &eID, const CGUIRect &kAbsRect, const CGUINinePatch &kNinePatch, const eC_UByte &ubAlpha=255) | CGfxWrap | |
BlitNinePatchExt() | CGfxWrapGL | protected |
CGfxWrap() | CGfxWrap | protected |
CGfxWrapGL(void) | CGfxWrapGL | protected |
CGUIBitmapPlane_GL | CGfxWrapGL | friend |
ChangeFont(const FontResource_t &eFontID, const eC_Char *const pcPath, const eC_UInt &uiFontSize, const CFntWrap::GUIFont_t &eFontStyle) | CGfxWrap | |
CheckGLError(const eC_String &kCallingMethod, const eC_String &kFunction="") | CGfxWrapGL | static |
ClearInvalidRect() | CGfxWrap | inlinevirtual |
CreateBitmapPlane(const CGUIObject &rkParentObject, const eC_Value &vWidth, const eC_Value &vHeight) | CGfxWrap | virtual |
CreateGfxDependentBitmap(GUIBitmapPlaneID_t uiNewBitmapID, const CGUIObject &rkParentObject, const eC_Value &vWidth, const eC_Value &vHeight) | CGfxWrapGL | protectedvirtual |
CreateScreen(const eC_UInt &uiWidth, const eC_UInt &uiHeight) | CGfxWrapGL | |
CreateTexture() | CGfxWrapGL | |
cvPixelCenterOffset | CGfxWrapGL | static |
cvTwoPi | CGfxWrap | protectedstatic |
DeInit(void) | CGfxWrapGL | protected |
DeleteBitmapPlane(const GUIBitmapPlaneID_t uiBitmapID) | CGfxWrap | |
DeleteBitmapPlanes(const CGUIObject *pkObject) | CGfxWrap | |
DeleteInstance() | CGfxWrap | static |
DeleteTexture(const eC_UInt &uiTextureID) | CGfxWrapGL | |
DestroyScreen() | CGfxWrap | inlineprotectedvirtual |
DisableBlending() | CGfxWrapGL | |
DrawRect(const eC_Value &vX1, const eC_Value &vY1, const eC_Value &vX2, const eC_Value &vY2, const eC_Bool bFilled) | CGfxWrapGL | protected |
DrawToBitmap(GUIBitmapPlaneID_t uiBitmapID) | CGfxWrapGL | virtual |
DrawToScreen() | CGfxWrapGL | virtual |
Ellipse(const eC_Value &vX1, const eC_Value &vY1, const eC_Value &vX2, const eC_Value &vY2, const eC_Bool &bFilled) | CGfxWrapGL | virtual |
CGfxWrap::Ellipse(const CGUIRect &kAbsRect, const eC_Bool &bFilled) | CGfxWrap | |
EnableBlending() | CGfxWrapGL | |
EndRedrawGUI() | CGfxWrap | inlineprotectedvirtual |
FilledRect(const eC_Value &vX1, const eC_Value &vY1, const eC_Value &vX2, const eC_Value &vY2) | CGfxWrapGL | virtual |
CGfxWrap::FilledRect(const CGUIRect &kAbsRect) | CGfxWrap | |
FinishDrawToBitmap() | CGfxWrap | protectedvirtual |
FIRST_REFRESH_OF_FRAME enum value | CGfxWrap | |
FittingNumChars(const eC_String *const pkText, eC_Value vWidthMax, eC_UInt &uiNumChars, const eC_Bool &bStartAtEnd=false) | CGfxWrap | |
FORCED_REFRESH enum value | CGfxWrap | |
ForceRefresh() | CGfxWrap | inline |
GenerateTexture(const ImageResource_t &eImageID) | CGfxWrapGL | protected |
GetAscender() const | CGfxWrap | |
GetBitmapPlane(const GUIBitmapPlaneID_t uiBitmapID) | CGfxWrap | |
GetBitmapPlaneData(const GUIBitmapPlaneID_t &eBitmapPlaneID) | CGfxWrap | virtual |
GetCliprect(CGUIRect &AbsClipRect) const | CGfxWrap | virtual |
GetDescender() const | CGfxWrap | |
GetDoubleBufferingEnforcesFlipping() | CGfxWrap | inline |
GetDummyBitmap() | CGfxWrap | protected |
GetFilteredBlit() const | CGfxWrap | inline |
GetForegroundColor() const | CGfxWrap | inline |
GetGlobalAlpha() const | CGfxWrap | inline |
GetGlyphMetrics(const eC_Char cChar, CFntWrap::GlyphMetrics_t &kMetrics) | CGfxWrap | |
GetImageData(const ImageResource_t &eImageID) | CGfxWrapGL | |
GetImageSize(const ImageResource_t &eID) const | CGfxWrapGL | protectedvirtual |
GetImgHeight(const ImageResource_t &eID) const | CGfxWrap | |
GetImgHeightImpl(const ImageResource_t &eID) const | CGfxWrapGL | protectedvirtual |
GetImgOriginRect(const ImageResource_t &eID) const | CGfxWrap | inline |
GetImgWidth(const ImageResource_t &eID) const | CGfxWrap | |
GetImgWidthImpl(const ImageResource_t &eID) const | CGfxWrapGL | protectedvirtual |
GetInternalLeading() const | CGfxWrap | |
GetInvalidatedRect() const | CGfxWrap | inline |
GetNextPowerOf2(const eC_Value &vValue) | CGfxWrap | inlinestatic |
GetNOFFonts() | CGfxWrap | |
GetNOFImages() | CGfxWrap | inlinevirtual |
GetOptimizedBlit() const | CGfxWrap | inline |
GetPhysicalScreenHeight() | CGfxWrapGL | virtual |
GetPhysicalScreenWidth() | CGfxWrapGL | virtual |
GetRenderingOffset(eC_Value &vOffsetX, eC_Value &vOffsetY) | CGfxWrap | |
GetScreenFormat() const | CGfxWrap | inline |
GetScreenHorizontalPPI() const | CGfxWrap | inlinevirtual |
GetScreenVerticalPPI() const | CGfxWrap | inlinevirtual |
GetTextureID(const ImageResource_t &eImageID) | CGfxWrapGL | |
GetTextXPosAdjustment(const CGUIText::HorAligned_t eHorAlignment) | CGfxWrap | |
GetTextYPosAdjustment(const CGUIText::VerAligned_t eVerAlignment) | CGfxWrap | |
GetUsedBitmapPlaneID() const | CGfxWrap | inline |
GetVBO() const | CGfxWrapGL | inline |
GetVirtualScreenHeight() | CGfxWrapGL | virtual |
GetVirtualScreenWidth() | CGfxWrapGL | virtual |
GetWorkingMemory(const eC_UInt &uiSize) | CGfxWrap | protected |
GetWrapperName() const | CGfxWrap | inline |
GetZCorrection() | CGfxWrapGL | protected |
ImageExists(const ImageResource_t eID) const | CGfxWrapGL | virtual |
IncreaseZCorrection() | CGfxWrapGL | protected |
Init(void) | CGfxWrapGL | protected |
InitGLProcs() | CGfxWrapGL | |
InitView() | CGfxWrapGL | virtual |
INTERMEDIATE_REFRESH enum value | CGfxWrap | |
InvalidateRect(const CGUIRect &kInvalidRect) | CGfxWrap | |
InvalidateRect(const eC_Value &vAbsX1, const eC_Value &vAbsY1, const eC_Value &vAbsX2, const eC_Value &vAbsY2) | CGfxWrap | inline |
IsFBOSupported() const | CGfxWrapGL | inline |
LAST_REFRESH_OF_FRAME enum value | CGfxWrap | |
Line(const eC_Value &vX1, const eC_Value &vY1, const eC_Value &vX2, const eC_Value &vY2) | CGfxWrapGL | virtual |
CGfxWrap::Line(const CGUIRect &kAbsRect) | CGfxWrap | |
LoadFont(const FontResource_t &eFontID) | CGfxWrap | |
LoadGlyphData(CGUIImageData *pkImageData, const eC_UInt &uiGlyphWidth, const eC_UInt &uiGlyphHeight, eC_UByte *pkGlyphBitmap) | CGfxWrap | virtual |
LoadImg(const eC_String &kPath, const ImageResource_t &eID) | CGfxWrap | protected |
LoadImg(void *pkMemory, const eC_UInt &uiWidth, const eC_UInt &uiHeight, const eC_UInt &eImageType, const ImageResource_t &eID) | CGfxWrap | protected |
LoadImgImpl(const eC_String &psPath, const ImageResource_t &eID) | CGfxWrapGL | protectedvirtual |
LoadImgImpl(void *pkMemory, const eC_UInt &uiWidth, const eC_UInt &uiHeight, const eC_UInt &eImageType, const ImageResource_t &eID) | CGfxWrapGL | protectedvirtual |
m_apTextures | CGfxWrapGL | protected |
m_avTransMat | CGfxWrapGL | protected |
m_bDoubleBufferingEnforcesFlipping | CGfxWrap | protected |
m_bFBOSupported | CGfxWrapGL | protected |
m_bFilteredBlit | CGfxWrap | protected |
m_bInvalidationInLastFrame | CGfxWrap | protected |
m_bOptimizedBlit | CGfxWrap | protected |
m_kClippingRect | CGfxWrap | protected |
m_kGfxWrapSemaphore | CGfxWrap | protected |
m_kInvalidatedRect | CGfxWrap | protected |
m_kInvalidatedRectList | CGfxWrap | protected |
m_kLastFrameInvalidatedRectList | CGfxWrap | protected |
m_kWrapperName | CGfxWrap | protected |
m_pkGfxEnv | CGfxWrap | protected |
m_pkWorkingMemory | CGfxWrap | protected |
m_ubAlpha | CGfxWrap | protected |
m_uiColor | CGfxWrap | protected |
m_uiNOFImages | CGfxWrap | protected |
m_uiScreenHeight | CGfxWrap | protected |
m_uiScreenWidth | CGfxWrap | protected |
m_uiVertexVBO | CGfxWrapGL | protected |
m_vAlpha | CGfxWrapGL | protected |
m_vAspect | CGfxWrapGL | protected |
m_vBlue | CGfxWrapGL | protected |
m_vDepthCorrection | CGfxWrapGL | protected |
m_vFar | CGfxWrapGL | protected |
m_vFovy | CGfxWrapGL | protected |
m_vGlobalAlphaFactor | CGfxWrap | protected |
m_vGreen | CGfxWrapGL | protected |
m_vLineWidth | CGfxWrap | protected |
m_vNear | CGfxWrapGL | protected |
m_vRed | CGfxWrapGL | protected |
m_vRenderingOffsetX | CGfxWrap | protected |
m_vRenderingOffsetY | CGfxWrap | protected |
Polygon(eC_Value *pvPoints, const eC_UInt &uiCount, const eC_Bool &bFilled) | CGfxWrapGL | virtual |
CGfxWrap::Polygon(CGUIPoint *pkPoints, const eC_UInt &uiCount, const eC_Bool &bFilled) | CGfxWrap | |
ReadTextureData(const eC_UInt &uiTexID, const eC_UInt &uiXPos, const eC_UInt &uiYPos, const eC_UInt &uiWidth, const eC_UInt &uiHeight, void *pkData)=0 | CGfxWrapGL | pure virtual |
Rect(const eC_Value &vX1, const eC_Value &vY1, const eC_Value &vX2, const eC_Value &vY2) | CGfxWrapGL | virtual |
CGfxWrap::Rect(const CGUIRect &kAbsRect) | CGfxWrap | |
RedrawGUI() | CGfxWrap | virtual |
Refresh(const RefreshCall_t eRefreshCallType)=0 | CGfxWrap | protectedpure virtual |
RefreshCall_t enum name | CGfxWrap | |
RefreshImage(const ImageResource_t &eID, void *pkMemory) | CGfxWrap | inlineprotectedvirtual |
ReleaseWorkingMemory() | CGfxWrap | protected |
RequiredSpace(const eC_String *const pkText, eC_Value &vWidth, eC_Value &vHeight) | CGfxWrap | |
ResetCliprect() | CGfxWrap | virtual |
ResetInvalidatedRect() | CGfxWrap | protected |
RestoreBackBuffer(const eC_Value vWidth, const eC_Value vHeight) | CGfxWrapGL | protectedvirtual |
RestoreWrapperState() | CGfxWrapGL | virtual |
Ring(const eC_Value &vX1, const eC_Value &vY1, const eC_Value &vX2, const eC_Value &vY2, const eC_Value &vRingWidth, const eC_Value &vStartAngle, const eC_Value &vEndAngle, const eC_Value &vRotationAngle, const eC_Bool &bFilled) | CGfxWrapGL | virtual |
CGfxWrap::Ring(const CGUIRect &kAbsRect, const eC_Value &vRingWidth, const eC_Value &vStartAngle, const eC_Value &vEndAngle, const eC_Value &vRotationAngle, const eC_Bool &bFilled) | CGfxWrap | |
Set2DView() | CGfxWrapGL | |
Set2DView(const eC_UInt uiWidth, const eC_UInt uiHeight) | CGfxWrapGL | |
SetClientStates(const eC_Bool &bVertexEnabled, const eC_Bool &bTextureCoordsEnabled) | CGfxWrapGL | |
SetCliprect(const CGUIRect &rkNewClipRect) | CGfxWrapGL | virtual |
SetCliprect(const CGUIRect &rkNewClipRect, const eC_Bool &bRotate) | CGfxWrapGL | protected |
SetDoubleBufferingEnforcesFlipping(const eC_Bool bDoubleBufferingEnforcesFlipping) | CGfxWrap | inline |
SetFilteredBlit(const eC_Bool &bFilteredBlit) | CGfxWrap | inlinevirtual |
SetFont(const FontResource_t &eID) | CGfxWrap | |
SetFontSpacing(const eC_Float &fSpacing) | CGfxWrap | |
SetForegroundColor(const eC_UByte &ubRed, const eC_UByte &ubGreen, const eC_UByte &ubBlue, const eC_UByte &ubAlpha=255) | CGfxWrap | inline |
SetForegroundColor(const eC_UInt &uiCol) | CGfxWrap | inline |
SetForegroundColorImpl(const eC_UByte &ubRed, const eC_UByte &ubGreen, const eC_UByte &ubBlue, const eC_UByte &ubAlpha=255) | CGfxWrapGL | virtual |
SetGfxEnv(CGfxEnv *pkGfxEnv) | CGfxWrap | |
SetGlobalAlpha(const eC_UByte &ubAlpha) | CGfxWrap | inline |
SetInvalidatedRect(const eC_Value &vAbsX1, const eC_Value &vAbsY1, const eC_Value &vAbsX2, const eC_Value &vAbsY2) | CGfxWrap | protected |
SetInvalidatedRect(const CGUIRect &NewAbsRect) | CGfxWrap | inlineprotected |
SetLineWidth(const eC_Value &vWidth) | CGfxWrapGL | virtual |
SetMixTextureWithColor(const eC_Bool &bMixWithColor) | CGfxWrapGL | |
SetNOFFonts(const eC_UInt uiNOFFonts) | CGfxWrap | |
SetNOFImages(const eC_UInt uiNOFImages) | CGfxWrap | inlineprotected |
SetNOFImagesImpl(const eC_UInt uiNOFImages) | CGfxWrapGL | protectedvirtual |
SetOptimizedBlit(const eC_Bool &bOptimizedBlit) | CGfxWrap | inlinevirtual |
SetPerspectiveProjection(const eC_Value &vFovy, const eC_Value &vAspect, const eC_Value &vNear, const eC_Value &vFar) | CGfxWrapGL | |
SetRenderingOffset(const eC_Value &vOffsetX, const eC_Value &vOffsetY) | CGfxWrap | virtual |
SetScissor(const eC_Bool &bEnabled, const eC_Int &iX=0, const eC_Int &iY=0, const eC_Int &iWidth=0, const eC_Int &iHeight=0) | CGfxWrapGL | protected |
SetScreenFormat(const CGUICommonEnums::ImageType_t &uiScreenFormat) | CGfxWrap | inline |
SetScreenSize(const eC_UInt &uiWidth, const eC_UInt &uiHeight) | CGfxWrapGL | virtual |
SetTargetLayer(const eC_UInt &uiLayerID) | CGfxWrap | inlinevirtual |
SetTexturingActive(const eC_Bool &bTexturingActive) | CGfxWrapGL | |
SetWindowCaption(const eC_String &kText) | CGfxWrap | virtual |
SINGLE_REFRESH enum value | CGfxWrap | |
StartHandleDraw(const CGUIRect &crkClipRect) | CGfxWrap | protectedvirtual |
StartRedrawGUI() | CGfxWrap | inlineprotectedvirtual |
StoreWrapperState() | CGfxWrapGL | virtual |
SupportCompressedFonts() const | CGfxWrap | inlinevirtual |
Text(const eC_Value &vAbsX1, const eC_Value &vAbsY1, const eC_String *const lpString) | CGfxWrap | |
UnloadFont(const FontResource_t &eFontID) | CGfxWrap | |
UnloadGlyphData(CGUIImageData *pkImageData) | CGfxWrap | virtual |
UnloadImg(const ImageResource_t &eID) | CGfxWrapGL | protectedvirtual |
UpdateGlobalAlpha(const eC_UByte &ubAlpha) | CGfxWrap | inline |
~CGfxWrap(void) | CGfxWrap | protectedvirtual |
~CGfxWrapGL(void) | CGfxWrapGL | protectedvirtual |