engine/gui/core/guiDefaultControlRender.h File Reference
|
Functions |
void | renderRaisedBox (RectI &bounds, GuiControlProfile *profile) |
void | renderSlightlyRaisedBox (RectI &bounds, GuiControlProfile *profile) |
void | renderLoweredBox (RectI &bounds, GuiControlProfile *profile) |
void | renderSlightlyLoweredBox (RectI &bounds, GuiControlProfile *profile) |
void | renderBorder (RectI &bounds, GuiControlProfile *profile) |
void | renderFilledBorder (RectI &bounds, GuiControlProfile *profile) |
void | renderFilledBorder (RectI &bounds, ColorI &borderColor, ColorI &fillColor) |
void | renderSizableBitmapBordersFilled (RectI &bounds, S32 baseMultiplier, GuiControlProfile *profile) |
void | renderSizableBitmapBordersFilledIndex (RectI &bounds, S32 startIndex, GuiControlProfile *profile) |
void | renderFixedBitmapBordersFilled (RectI &bounds, S32 baseMultiplier, GuiControlProfile *profile) |
Function Documentation
|