Lines Matching refs:x

40 	if (CursorColliding(this->x, this->y, this->width, this->height))  in CursorOver()
56 …if (CursorColliding(this->x, this->y + this->height / 2 + this->height * visibleCount / 2, this->w… in CursorOver()
61 …if (CursorColliding(this->x, this->y - this->height / 2 - this->height * visibleCount / 2, this->w… in CursorOver()
86 this->bar.x = this->x + size.x / 2 - SCROLLBAR_WIDTH / 2; in Update()
170 CursorX() = window->GetX() + this->x - widthOffset; in Update()
175 …if (CursorColliding(this->x - widthOffset, this->y - (this->height / 2 + this->height * visibleCou… in Update()
204 …if (CursorColliding(this->x, this->y - (this->height / 2 + this->height * visibleCount / 2) * flip… in Update()
230 if (CursorColliding(this->x, this->y, this->width, this->height)) in Update()
246 DrawBox(CVec3(this->x, this->y, this->z + 0.003), size, CVec4(0.13, 0.13, 0.13)); in Draw()
247 …DrawBox(CVec3(this->x + this->width / 2 - arrowWidth / 2, this->y, this->z + 0.0035), CVec2(arrowW… in Draw()
251 DrawBox(CVec3(this->x, this->y, this->z + 0.003), size, CVec4(0.03, 0.03, 0.03)); in Draw()
252 …DrawBox(CVec3(this->x + this->width / 2 - arrowWidth / 2, this->y, this->z + 0.0035), CVec2(arrowW… in Draw()
256 …DrawText(this->data[*this->target]->GetName(), CVec3(this->x - arrowWidth / 2, this->y, this->z + … in Draw()
259 …DrawTexQuad(*GetTexture(CW_TEXTURE_COMBODOWNARROW), CVec3(this->x + this->width / 2 - arrowWidth /… in Draw()
286 …DrawBox(CVec3(this->x, this->y - (this->height / 2 + this->height * count / 2) * flipMul, this->z … in Draw()
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()
315 this->bar.x = this->x + size.x / 2 - SCROLLBAR_WIDTH / 2; in Draw()