Searched refs:buttonWidth (Results 1 – 1 of 1) sorted by relevance
| /CafeSDK-2.12.13/system/src/lib/demo/demowin/ |
| D | demowin_tab_window.cpp | 38 float buttonWidth = GetWidth() / tabWindowList.size(); in Draw() local 45 … menu->DrawBox(CVec3(x, y, 0.99), CVec2(buttonWidth, buttonHeight), CVec4(0.2, 0.2, 0.2)); in Draw() 47 menu->DrawQuad(CVec3(x, y, 0.99), CVec2(buttonWidth, buttonHeight), CVec4(0, 0, 0, 0)); in Draw() 50 … menu->DrawBox(CVec3(x, y, 0.9901), CVec2(buttonWidth, buttonHeight), CVec4(0.3, 0.3, 0.3)); in Draw() 52 …menu->DrawTextCenter(tabWindowList[i]->name, CVec3(x, y, 0.9902), CVec2(buttonWidth, textHeight), … in Draw()
|