This is the complete list of members for CGfxWrap_stm32f429, 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) | CGfxWrapBLU | virtual |
CGfxWrap::Arc(const CGUIRect &kAbsRect, const eC_Value &vStartAngle, const eC_Value &vEndAngle, const eC_Value &vRotationAngle, const eC_Bool &bFilled) | CGfxWrap | |
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 &eImageID, 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, const eC_Value &vAngle, const eC_Value &vRotCenterX, const eC_Value &vRotCenterY) | CGfxWrap_stm32f429 | virtual |
BlitImgExtImpl(const CGUIImageData &kImageData, const eC_Value &vAbsDestX, const eC_Value &vAbsDestY) | CGfxWrap_stm32f429 | virtual |
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=255) | CGfxWrap | virtual |
BlitImgNinePatch(const ImageResource_t &eID, const CGUIRect &kAbsRect, const CGUINinePatch &kNinePatch, const eC_UByte &ubAlpha=255) | CGfxWrap | |
CGfxWrap() | CGfxWrap | protected |
CGfxWrap_stm32f429() (defined in CGfxWrap_stm32f429) | CGfxWrap_stm32f429 | protected |
CGfxWrapBLU(CGfxEnv *pkGfxEnv=NULL) | CGfxWrapBLU | protected |
ChangeFont(const FontResource_t &eFontID, const eC_Char *const pcPath, const eC_UInt &uiFontSize, const CFntWrap::GUIFont_t &eFontStyle) | CGfxWrap | |
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) | CGfxWrapBLU | virtual |
CreateInstance(const eC_UInt &uiWidth, const eC_UInt &uiHeight, const eC_UByte &ubBitPerPixel) | CGfxWrap_stm32f429 | static |
CGfxWrapBLU::CreateInstance(CGfxEnv *pkGfxEnv=NULL) | CGfxWrapBLU | static |
CreateScreen(const eC_UInt &uiWidth, const eC_UInt &uiHeight, const eC_UByte &ubBitPerPixel) | CGfxWrap_stm32f429 | |
cuiSegmentAngle | CGfxWrapBLU | protectedstatic |
cvTwoPi | CGfxWrap | protectedstatic |
DeInit() | CGfxWrap | protected |
DeleteBitmapPlane(const GUIBitmapPlaneID_t uiBitmapID) | CGfxWrap | |
DeleteBitmapPlanes(const CGUIObject *pkObject) | CGfxWrap | |
DeleteInstance() | CGfxWrap | static |
DestroyScreen() | CGfxWrap | inlineprotectedvirtual |
DrawPolygon(blu_point16_t *pkPoints, eC_UInt uiCount) | CGfxWrap_stm32f429 | protectedvirtual |
DrawToBitmap(GUIBitmapPlaneID_t uiBitmapID) | CGfxWrapBLU | virtual |
DrawToScreen() | CGfxWrapBLU | virtual |
Ellipse(const eC_Value &vAbsX1, const eC_Value &vAbsY1, const eC_Value &vAbsX2, const eC_Value &vAbsY2, const eC_Bool &bFilled) | CGfxWrap_stm32f429 | virtual |
CGfxWrap::Ellipse(const CGUIRect &kAbsRect, const eC_Bool &bFilled) | CGfxWrap | |
EndRedrawGUI() | CGfxWrap | inlineprotectedvirtual |
FilledRect(const eC_Value &vAbsX1, const eC_Value &vAbsY1, const eC_Value &vAbsX2, const eC_Value &vAbsY2) | CGfxWrap_stm32f429 | virtual |
CGfxWrap::FilledRect(const CGUIRect &kAbsRect) | CGfxWrap | |
FillPolygon(blu_point16_t *pkPoints, eC_UInt uiCount, eC_UByte ubMode) | CGfxWrap_stm32f429 | protectedvirtual |
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 |
GetAlphaThreshold() const | CGfxWrapBLU | inline |
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 | |
GetDestination() | CGfxWrapBLU | inline |
GetDoubleBufferingEnforcesFlipping() | CGfxWrap | inline |
GetDummyBitmap() | CGfxWrap | protected |
GetForegroundColor() const | CGfxWrap | inline |
GetGlobalAlpha() const | CGfxWrap | inline |
GetGlyphMetrics(const eC_Char cChar, CFntWrap::GlyphMetrics_t &kMetrics) | CGfxWrap | |
GetImageSize(const ImageResource_t &eID) const | CGfxWrapBLU | virtual |
GetImgHeight(const ImageResource_t &eID) const | CGfxWrap | |
GetImgHeightImpl(const ImageResource_t &eID) const | CGfxWrapBLU | virtual |
GetImgOriginRect(const ImageResource_t &eID) const | CGfxWrap | inline |
GetImgWidth(const ImageResource_t &eID) const | CGfxWrap | |
GetImgWidthImpl(const ImageResource_t &eID) const | CGfxWrapBLU | virtual |
GetInternalLeading() const | CGfxWrap | |
GetInvalidatedRect() const | CGfxWrap | inline |
GetNextPowerOf2(const eC_Value &vValue) | CGfxWrap | inlinestatic |
GetNOFFonts() | CGfxWrap | |
GetNOFImages() | CGfxWrap | inlinevirtual |
GetPhysicalScreenHeight() | CGfxWrapBLU | virtual |
GetPhysicalScreenWidth() | CGfxWrapBLU | virtual |
GetRenderingOffset(eC_Value &vOffsetX, eC_Value &vOffsetY) | CGfxWrap | |
GetScratchBufferRect() const | CGfxWrapBLU | inline |
GetScreenFormat() const | CGfxWrap | inline |
GetScreenHorizontalPPI() const | CGfxWrap | inlinevirtual |
GetScreenVerticalPPI() const | CGfxWrap | inlinevirtual |
GetTextXPosAdjustment(const CGUIText::HorAligned_t eHorAlignment) | CGfxWrap | |
GetTextYPosAdjustment(const CGUIText::VerAligned_t eVerAlignment) | CGfxWrap | |
GetUsedBitmapPlaneID() const | CGfxWrap | inline |
GetVirtualScreenHeight() | CGfxWrapBLU | virtual |
GetVirtualScreenWidth() | CGfxWrapBLU | virtual |
GetWorkingMemory(const eC_UInt &uiSize) | CGfxWrap | virtual |
GetWrapperName() const | CGfxWrap | inline |
ImageExists(const ImageResource_t eID) const | CGfxWrapBLU | virtual |
Init() | CGfxWrapBLU | |
Init(const eC_UInt &uiWidth, const eC_UInt &uiHeight, const eC_UByte &ubBitPerPixel, const eC_UInt uiNumberOfBuffers, void **pkFrameBuffers) | CGfxWrapBLU | |
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 |
IsScratchBufferIsUse() const | CGfxWrapBLU | inline |
LAST_REFRESH_OF_FRAME enum value | CGfxWrap | |
Line(const eC_Value &vAbsX1, const eC_Value &vAbsY1, const eC_Value &vAbsX2, const eC_Value &vAbsY2) | CGfxWrap_stm32f429 | 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 &kPath, const ImageResource_t &eID) | CGfxWrapBLU | virtual |
LoadImgImpl(void *pkMemory, const eC_UInt &uiWidth, const eC_UInt &uiHeight, const eC_UInt &eImageType, const ImageResource_t &eID) | CGfxWrapBLU | virtual |
m_bDoubleBufferingEnforcesFlipping | CGfxWrap | protected |
m_bFilteredBlit | CGfxWrap | protected |
m_bInvalidationInLastFrame | CGfxWrap | protected |
m_bOptimizedBlit | CGfxWrap | protected |
m_bScratchbufferInUse | CGfxWrapBLU | protected |
m_kClippingRect | CGfxWrap | protected |
m_kGfxWrapSemaphore | CGfxWrap | protected |
m_kInvalidatedRect | CGfxWrap | protected |
m_kInvalidatedRectList | CGfxWrap | protected |
m_kLastFrameInvalidatedRectList | CGfxWrap | protected |
m_kScratchbufferRect | CGfxWrapBLU | protected |
m_kScratchPad | CGfxWrapBLU | protected |
m_kSourceBitmap | CGfxWrapBLU | protected |
m_kWrapperName | CGfxWrap | protected |
m_pkDestinationBitmaps | CGfxWrapBLU | protected |
m_pkGfxEnv | CGfxWrap | protected |
m_pkImages | CGfxWrapBLU | protected |
m_pkSetFrameBuffer | CGfxWrapBLU | protected |
m_ubAlpha | CGfxWrap | protected |
m_ubAlphaThreshold | CGfxWrapBLU | protected |
m_uiColor | CGfxWrap | protected |
m_uiCurrentBuffer | CGfxWrapBLU | protected |
m_uiNOFImages | CGfxWrap | protected |
m_uiNumberOfBuffers | CGfxWrapBLU | protected |
m_uiScreenHeight | CGfxWrap | protected |
m_uiScreenWidth | CGfxWrap | protected |
m_uiSizeOfScratchpad | CGfxWrapBLU | protected |
m_vGlobalAlphaFactor | CGfxWrap | protected |
m_vLineWidth | CGfxWrap | protected |
m_vRenderingOffsetX | CGfxWrap | protected |
m_vRenderingOffsetY | CGfxWrap | protected |
Rect(const eC_Value &vAbsX1, const eC_Value &vAbsY1, const eC_Value &vAbsX2, const eC_Value &vAbsY2) | CGfxWrap_stm32f429 | virtual |
CGfxWrap::Rect(const CGUIRect &kAbsRect) | CGfxWrap | |
RedrawGUI() | CGfxWrap | virtual |
Refresh(const RefreshCall_t eRefreshCallType) | CGfxWrap_stm32f429 | virtual |
RefreshCall_t enum name | CGfxWrap | |
RefreshImage(const ImageResource_t &eID, void *pkMemory) | CGfxWrap | inlineprotectedvirtual |
ReleaseWorkingMemory(eC_UByte *pkMemory) | CGfxWrap | virtual |
RequiredSpace(const eC_String *const pkText, eC_Value &vWidth, eC_Value &vHeight) | CGfxWrap | |
ResetCliprect() | CGfxWrap | virtual |
ResetInvalidatedRect() | CGfxWrap | protected |
ResetWorkingMemory() | CGfxWrap | virtual |
RestoreWrapperState() | CGfxWrap | inlinevirtual |
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) | CGfxWrapBLU | 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 | |
SetAlphaThreshold(const eC_UByte &ubAlphaThreshold) | CGfxWrapBLU | inline |
SetCliprect(const CGUIRect &NewClipRect) | CGfxWrap_stm32f429 | virtual |
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) | CGfxWrap_stm32f429 | virtual |
SetFrameBuffer typedef | CGfxWrapBLU | |
SetFrameBufferFP(SetFrameBuffer pkSetFrameBuffer) | CGfxWrapBLU | |
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) | CGfxWrap | virtual |
SetNOFFonts(const eC_UInt uiNOFFonts) | CGfxWrap | |
SetNOFImages(const eC_UInt uiNOFImages) | CGfxWrap | inlineprotected |
SetNOFImagesImpl(const eC_UInt uiNOFImages) | CGfxWrapBLU | protectedvirtual |
SetOptimizedBlit(const eC_Bool &bOptimizedBlit) | CGfxWrap | inlinevirtual |
SetRenderingOffset(const eC_Value &vOffsetX, const eC_Value &vOffsetY) | CGfxWrap | virtual |
SetScreenFormat(const CGUICommonEnums::ImageType_t &uiScreenFormat) | CGfxWrap | inline |
SetScreenSize(const eC_UInt &uiWidth, const eC_UInt &uiHeight) | CGfxWrap | virtual |
SetTargetLayer(const eC_UInt &uiLayerID) | CGfxWrap | inlinevirtual |
SetWindowCaption(const eC_String &kText) | CGfxWrap | virtual |
SINGLE_REFRESH enum value | CGfxWrap | |
StartHandleDraw(const CGUIRect &crkClipRect) | CGfxWrapBLU | protectedvirtual |
StartRedrawGUI() | CGfxWrap | inlineprotectedvirtual |
StoreWrapperState() | CGfxWrap | inlinevirtual |
SupportCompressedFonts() const | CGfxWrapBLU | inlinevirtual |
SyncWorkingMemory() | CGfxWrap | virtual |
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 &eImageID) | CGfxWrapBLU | virtual |
UpdateGlobalAlpha(const eC_UByte &ubAlpha) | CGfxWrap | inline |
~CGfxWrap(void) | CGfxWrap | protectedvirtual |
~CGfxWrapBLU() | CGfxWrapBLU | protectedvirtual |