Lines Matching refs:CVec3
167 …MenuItem(Window* _window, const CVec3& _position = CVec3(0, 0, 0), const CVec2& _size = CVec2(0, 0…
181 void DrawText(const char* text, CVec3 position, CVec2 size, CVec4 color) in DrawText()
182 …{window->manager->peripheral->DrawText(text, CVec3(window->GetX() + position.x, window->GetY() + p… in DrawText()
183 void DrawTextCenter(const char* text, CVec3 position, CVec2 size, CVec4 color) in DrawTextCenter()
184 …{window->manager->peripheral->DrawTextCenter(text, CVec3(window->GetX() + position.x, window->GetY… in DrawTextCenter()
185 void DrawTextRight(const char* text, CVec3 position, CVec2 size, CVec4 color) in DrawTextRight()
186 …{window->manager->peripheral->DrawTextRight(text, CVec3(window->GetX() + position.x, window->GetY(… in DrawTextRight()
187 void DrawMultiLineText(const char* text, CVec3 position, CVec2 size, CVec4 color) in DrawMultiLineText()
188 …{window->manager->peripheral->DrawMultiLineText(text, CVec3(window->GetX() + position.x, window->G… in DrawMultiLineText()
189 void DrawBox(CVec3 position, CVec2 size, CVec4 color, CVec4 color1 = CVec4(0, 0, 0, 1.0))
190 …{window->manager->peripheral->DrawBox(CVec3(window->GetX() + position.x, window->GetY() + position…
191 void DrawLine(CVec3 position, CVec2 size, CVec4 color) in DrawLine()
192 …{window->manager->peripheral->DrawLine(CVec3(window->GetX() + position.x, window->GetY() + positio… in DrawLine()
193 void DrawFastLine(CVec3 position, CVec2 size, CVec4 color) in DrawFastLine()
194 …{window->manager->peripheral->DrawFastLine(CVec3(window->GetX() + position.x, window->GetY() + pos… in DrawFastLine()
195 void DrawQuad(CVec3 position, CVec2 size, CVec4 color) in DrawQuad()
196 …{window->manager->peripheral->DrawQuad(CVec3(window->GetX() + position.x, window->GetY() + positio… in DrawQuad()
197 void DrawTexQuad(GX2Texture* tex, CVec3 position, CVec2 size, CVec4 color) in DrawTexQuad()
198 …{window->manager->peripheral->DrawTexQuad(tex, CVec3(window->GetX() + position.x, window->GetY() +… in DrawTexQuad()
199 void DrawBoxQuad(CVec3 position, CVec2 size, CVec4 color) in DrawBoxQuad()
200 …{window->manager->peripheral->DrawBoxQuad(CVec3(window->GetX() + position.x, window->GetY() + posi… in DrawBoxQuad()
242 CVec3 position;