Home
last modified time | relevance | path

Searched defs:ImVec2ih (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/third_party/externals/imgui/
Dimgui_internal.h466 struct ImVec2ih struct
469 ImVec2ih() { x = y = 0; } in ImVec2ih() argument
470 ImVec2ih(short _x, short _y) { x = _x; y = _y; } in ImVec2ih() argument
471 explicit ImVec2ih(const ImVec2& rhs) { x = (short)rhs.x; y = (short)rhs.y; } in ImVec2ih() function