Home
last modified time | relevance | path

Searched refs:position2 (Results 1 – 1 of 1) sorted by relevance

/CafeSDK-2.12.13/system/src/lib/demo/demowin/
Ddemowin_double_combo_box.cpp528 int position2 = this->bar2.pos + 0.5; in Draw() local
543 if (this->over2 >= position2 && this->over2 < position2 + COMBOBOX_COUNT) in Draw()
544 …DrawQuad(CVec3(this->x - widthOffset + this->width / 2, startY - (this->over2 - position2) * this-… in Draw()
553 …DrawText(pointers[i + position2]->GetName(), CVec3(this->x + this->width / 2 - this->bar2.width / … in Draw()