Searched defs:ImVec2ih (Results 1 – 1 of 1) sorted by relevance
466 struct ImVec2ih struct469 ImVec2ih() { x = y = 0; } in ImVec2ih() argument470 ImVec2ih(short _x, short _y) { x = _x; y = _y; } in ImVec2ih() argument471 explicit ImVec2ih(const ImVec2& rhs) { x = (short)rhs.x; y = (short)rhs.y; } in ImVec2ih() function