Searched refs:arrowWidth (Results 1 – 2 of 2) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/lib/demo/demowin/ |
| D | demowin_combo_box.cpp | 241 float arrowWidth = this->height; in Draw() local 247 …DrawBox(CVec3(this->x + this->width / 2 - arrowWidth / 2, this->y, this->z + 0.0035), CVec2(arrowW… in Draw() 252 …DrawBox(CVec3(this->x + this->width / 2 - arrowWidth / 2, this->y, this->z + 0.0035), CVec2(arrowW… in Draw() 256 …s->target]->GetName(), CVec3(this->x - arrowWidth / 2, this->y, this->z + 0.0032), CVec2(this->wid… in Draw() 259 …ODOWNARROW), CVec3(this->x + this->width / 2 - arrowWidth / 2, this->y, this->z + 0.005), CVec2(ar… in Draw()
|
| D | demowin_double_combo_box.cpp | 418 float arrowWidth = this->height; in Draw() local 424 …DrawBox(CVec3(this->x + (this->width - arrowWidth) / 2, this->y, this->z + 0.0035), CVec2(arrowWid… in Draw() 429 …DrawBox(CVec3(this->x + (this->width - arrowWidth) / 2, this->y, this->z + 0.0035), CVec2(arrowWid… in Draw() 436 …DrawText(buffer, CVec3(this->x - arrowWidth / 2, this->y, this->z + 0.01), CVec2(this->width - arr… in Draw() 439 …MBODOWNARROW), CVec3(this->x + (this->width - arrowWidth) / 2, this->y, this->z + 0.005), CVec2(ar… in Draw()
|