Searched defs:ImVec4 (Results 1 – 4 of 4) sorted by relevance
420 ##### [Return to Index](#index)
177 struct ImVec4 struct180 ImVec4() { x = y = z = w = 0.0f; } in ImVec4() function181 ImVec4(float _x, float _y, float _z, float _w) { x = _x; y = _y; z = _z; w = _w; } in ImVec4() argument1703 inline operator ImVec4() const { return Value; } in ImVec4() function
181 struct ImVec4 struct184 ImVec4() { x = y = z = w = 0.0f; } in ImVec4() argument185 ImVec4(float _x, float _y, float _z, float _w) { x = _x; y = _y; z = _z; w = _w; } in ImVec4() function1711 inline operator ImVec4() const { return Value; } in ImVec4() function
272 struct ImVec4 struct275 ImVec4() { x = y = z = w = 0.0f; } in ImVec4() argument276 ImVec4(float _x, float _y, float _z, float _w) { x = _x; y = _y; z = _z; w = _w; } in ImVec4() argument2248 inline operator ImVec4() const { return Value; } in ImVec4() function