Lines Matching refs:CVec2
42 …Window(WindowManager* manager, const char* _name, CVec2 _position, CVec2 _size, CVec2 _maxSize = C…
103 CVec2 position;
104 CVec2 size;
105 CVec2 maxSize;
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()
183 void DrawTextCenter(const char* text, CVec3 position, CVec2 size, CVec4 color) in DrawTextCenter()
185 void DrawTextRight(const char* text, CVec3 position, CVec2 size, CVec4 color) in DrawTextRight()
187 void DrawMultiLineText(const char* text, CVec3 position, CVec2 size, CVec4 color) in DrawMultiLineText()
189 void DrawBox(CVec3 position, CVec2 size, CVec4 color, CVec4 color1 = CVec4(0, 0, 0, 1.0))
191 void DrawLine(CVec3 position, CVec2 size, CVec4 color) in DrawLine()
193 void DrawFastLine(CVec3 position, CVec2 size, CVec4 color) in DrawFastLine()
195 void DrawQuad(CVec3 position, CVec2 size, CVec4 color) in DrawQuad()
197 void DrawTexQuad(GX2Texture* tex, CVec3 position, CVec2 size, CVec4 color) in DrawTexQuad()
199 void DrawBoxQuad(CVec3 position, CVec2 size, CVec4 color) in DrawBoxQuad()
243 CVec2 size;