Lines Matching refs:width
40 if (CursorColliding(this->x, this->y, this->width, this->height)) in CursorOver()
56 …s->x, this->y + this->height / 2 + this->height * visibleCount / 2, this->width, this->height * vi… in CursorOver()
61 …s->x, this->y - this->height / 2 - this->height * visibleCount / 2, this->width, this->height * vi… in CursorOver()
99 widthOffset = this->bar.width / 2; in Update()
175 …y - (this->height / 2 + this->height * visibleCount / 2) * flipMul, this->width - widthOffset * 2,… in Update()
204 …y - (this->height / 2 + this->height * visibleCount / 2) * flipMul, this->width, this->height * vi… in Update()
230 if (CursorColliding(this->x, this->y, this->width, this->height)) in Update()
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 …, CVec3(this->x - arrowWidth / 2, this->y, this->z + 0.0032), CVec2(this->width - arrowWidth, this… in Draw()
259 …DrawTexQuad(*GetTexture(CW_TEXTURE_COMBODOWNARROW), CVec3(this->x + this->width / 2 - arrowWidth /… in Draw()
271 widthOffset = this->bar.width / 2; in Draw()
286 …t / 2 + this->height * count / 2) * flipMul, this->z + 0.02), CVec2(this->width, this->height * co… in Draw()
301 …over - position) * this->height * flipMul, this->z + 0.0205), CVec2(this->width - widthOffset * 2,… in Draw()
309 …]->GetName(), CVec3(this->x - this->bar.width / 2, startY, this->z + 0.021), CVec2(this->width - t… in Draw()