Searched defs:ImVec1 (Results 1 – 3 of 3) sorted by relevance
284 struct ImVec1 struct287 ImVec1() { x = 0.0f; } in ImVec1() argument288 ImVec1(float _x) { x = _x; } in ImVec1() function
470 struct ImVec1 struct473 ImVec1() { x = 0.0f; } in ImVec1() function474 ImVec1(float _x) { x = _x; } in ImVec1() function
458 struct ImVec1 struct461 ImVec1() { x = 0.0f; } in ImVec1() argument462 ImVec1(float _x) { x = _x; } in ImVec1() function