Searched refs:startY (Results 1 – 2 of 2) sorted by relevance
| /CafeSDK-2.12.13-1/system/src/lib/demo/demowin/ |
| D | demowin_double_combo_box.cpp | 470 float startY = this->y - this->height * flipMul; in Draw() local 474 …DrawQuad(CVec3(this->x, startY - (this->over1 - position) * this->height * flipMul, this->z + 0.51… in Draw() 478 …DrawQuad(CVec3(this->x - widthOffset, startY - (this->pos1 - position) * this->height * flipMul, t… in Draw() 495 …DrawText(this->data[i + position]->GetName(), CVec3(this->x - this->bar1.width / 2, startY, this->… in Draw() 497 startY -= this->height * flipMul; in Draw() 530 float startY = this->y - (this->height + (pos - position) * this->height) * flipMul; in Draw() local 533 if (window->GetY() + startY - this->height / 2 - this->height * count < -1.0) in Draw() 534 … this->offset = -window->GetY() - startY - this->height / 2 + this->height * count - 1.0; in Draw() 536 startY += this->offset; in Draw() 544 …DrawQuad(CVec3(this->x - widthOffset + this->width / 2, startY - (this->over2 - position2) * this-… in Draw() [all …]
|
| D | demowin_combo_box.cpp | 296 float startY = this->y - this->height * flipMul; in Draw() local 301 …DrawQuad(CVec3(this->x - widthOffset, startY - (this->over - position) * this->height * flipMul, t… in Draw() 309 …DrawText(this->data[i + position]->GetName(), CVec3(this->x - this->bar.width / 2, startY, this->z… in Draw() 311 startY -= this->height * flipMul; in Draw()
|