|
void | drawUtilGlobalInfo (const std::string &msg, unsigned x, unsigned y, Overlay::BBox2i &bboxGlobalInfo) |
|
void | drawUtilGlobalProgressBar (unsigned barLeftBottomX, unsigned barLeftBottomY, unsigned barWidth, const DisplayInfo &info, Overlay::BBox2i &bboxGlobalProgressBar) |
|
void | parserConfigure () |
|
std::string | colFg (const C3 &c) const |
|
std::string | colBg (const C3 &c) const |
|
std::string | colReset () const |
|
std::string | strFps (float v) const |
|
std::string | strPct (float fraction) const |
|
std::string | strSec (float sec) const |
|
std::string | strMillisec (float millisec) const |
|
std::string | strByte (size_t size) const |
|
std::string | strBps (float bps) const |
|
std::string | strBar (unsigned barWidth, unsigned fontStepX, const std::string &title, float fraction, bool usageMode, unsigned *barStartOffsetPixX=nullptr, unsigned *barEndOffsetPixX=nullptr, unsigned *barHeight=nullptr) const |
|
std::string | strBool (bool flag) const |
|
std::string | strFrameStatus (const mcrt::BaseFrame::Status &status, const float renderPrepProgress) const |
|
std::string | strPassStatus (bool isCoarsePass) const |
|
std::string | strExecMode (const McrtNodeInfo::ExecMode &execMode) const |
|
void | drawBoxBar (unsigned leftX, unsigned leftY, unsigned barStartOffsetPixX, unsigned barEndOffsetPixX, unsigned barHeight, float fraction, const C3 &c, unsigned char alpha) |
|
std::string | showC3 (const C3 &c) const |
|
unsigned char | getArgC0255 (Arg &arg) const |
|
C3 | getArgC3 (Arg &arg) const |
|