DDraceNetwork Docs
|
This is the complete list of members for CRenderTools, including all inherited members.
CalcScreenParams(float Aspect, float Zoom, float *pWidth, float *pHeight) | CRenderTools | |
DrawSprite(float x, float y, float Size) const | CRenderTools | |
DrawSprite(float x, float y, float ScaledWidth, float ScaledHeight) const | CRenderTools | |
ForceRenderQuads(CQuad *pQuads, int NumQuads, int Flags, ENVELOPE_EVAL pfnEval, void *pUser, float Alpha=1.0f) const | CRenderTools | |
GetRenderTeeAnimScaleAndBaseSize(const CTeeRenderInfo *pInfo, float &AnimScale, float &BaseSize) | CRenderTools | static |
GetRenderTeeBodyScale(float BaseSize, float &BodyScale) | CRenderTools | privatestatic |
GetRenderTeeBodySize(const CAnimState *pAnim, const CTeeRenderInfo *pInfo, vec2 &BodyOffset, float &Width, float &Height) | CRenderTools | static |
GetRenderTeeFeetScale(float BaseSize, float &FeetScaleWidth, float &FeetScaleHeight) | CRenderTools | privatestatic |
GetRenderTeeFeetSize(const CAnimState *pAnim, const CTeeRenderInfo *pInfo, vec2 &FeetOffset, float &Width, float &Height) | CRenderTools | static |
GetRenderTeeOffsetToRenderedTee(const CAnimState *pAnim, const CTeeRenderInfo *pInfo, vec2 &TeeOffsetToMid) | CRenderTools | static |
GetSpriteScale(const CDataSprite *pSprite, float &ScaleX, float &ScaleY) const | CRenderTools | |
GetSpriteScale(int Id, float &ScaleX, float &ScaleY) const | CRenderTools | |
GetSpriteScaleImpl(int Width, int Height, float &ScaleX, float &ScaleY) const | CRenderTools | |
Graphics() const | CRenderTools | inline |
Init(class IGraphics *pGraphics, class ITextRender *pTextRender) | CRenderTools | |
m_pGraphics | CRenderTools | private |
m_pTextRender | CRenderTools | private |
m_TeeQuadContainerIndex | CRenderTools | private |
MapScreenToGroup(float CenterX, float CenterY, CMapItemGroup *pGroup, float Zoom) | CRenderTools | |
MapScreenToInterface(float CenterX, float CenterY) | CRenderTools | |
MapScreenToWorld(float CenterX, float CenterY, float ParallaxX, float ParallaxY, float ParallaxZoom, float OffsetX, float OffsetY, float Aspect, float Zoom, float *pPoints) | CRenderTools | |
QuadContainerAddSprite(int QuadContainerIndex, float x, float y, float Size) const | CRenderTools | |
QuadContainerAddSprite(int QuadContainerIndex, float Size) const | CRenderTools | |
QuadContainerAddSprite(int QuadContainerIndex, float Width, float Height) const | CRenderTools | |
QuadContainerAddSprite(int QuadContainerIndex, float X, float Y, float Width, float Height) const | CRenderTools | |
RenderCursor(vec2 Center, float Size) const | CRenderTools | |
RenderEvalEnvelope(const IEnvelopePointAccess *pPoints, std::chrono::nanoseconds TimeNanos, ColorRGBA &Result, size_t Channels) | CRenderTools | static |
RenderIcon(int ImageId, int SpriteId, const CUIRect *pRect, const ColorRGBA *pColor=nullptr) const | CRenderTools | |
RenderQuads(CQuad *pQuads, int NumQuads, int Flags, ENVELOPE_EVAL pfnEval, void *pUser) const | CRenderTools | |
RenderSpeedupmap(CSpeedupTile *pSpeedup, int w, int h, float Scale, ColorRGBA Color, int RenderFlags) const | CRenderTools | |
RenderSpeedupOverlay(CSpeedupTile *pSpeedup, int w, int h, float Scale, float Alpha=1.0f) const | CRenderTools | |
RenderSwitchmap(CSwitchTile *pSwitch, int w, int h, float Scale, ColorRGBA Color, int RenderFlags) const | CRenderTools | |
RenderSwitchOverlay(CSwitchTile *pSwitch, int w, int h, float Scale, float Alpha=1.0f) const | CRenderTools | |
RenderTee(const CAnimState *pAnim, const CTeeRenderInfo *pInfo, int Emote, vec2 Dir, vec2 Pos, float Alpha=1.0f) const | CRenderTools | |
RenderTee6(const CAnimState *pAnim, const CTeeRenderInfo *pInfo, int Emote, vec2 Dir, vec2 Pos, float Alpha=1.0f) const | CRenderTools | private |
RenderTee7(const CAnimState *pAnim, const CTeeRenderInfo *pInfo, int Emote, vec2 Dir, vec2 Pos, float Alpha=1.0f) const | CRenderTools | private |
RenderTelemap(CTeleTile *pTele, int w, int h, float Scale, ColorRGBA Color, int RenderFlags) const | CRenderTools | |
RenderTeleOverlay(CTeleTile *pTele, int w, int h, float Scale, float Alpha=1.0f) const | CRenderTools | |
RenderTile(int x, int y, unsigned char Index, float Scale, ColorRGBA Color) const | CRenderTools | |
RenderTilemap(CTile *pTiles, int w, int h, float Scale, ColorRGBA Color, int RenderFlags) const | CRenderTools | |
RenderTileRectangle(int RectX, int RectY, int RectW, int RectH, unsigned char IndexIn, unsigned char IndexOut, float Scale, ColorRGBA Color, int RenderFlags) const | CRenderTools | |
RenderTunemap(CTuneTile *pTune, int w, int h, float Scale, ColorRGBA Color, int RenderFlags) const | CRenderTools | |
RenderTuneOverlay(CTuneTile *pTune, int w, int h, float Scale, float Alpha=1.0f) const | CRenderTools | |
SelectSprite(const CDataSprite *pSprite, int Flags) const | CRenderTools | private |
SelectSprite(int Id, int Flags=0) const | CRenderTools | |
SelectSprite7(int Id, int Flags=0) const | CRenderTools | |
TextRender() const | CRenderTools | inline |