Searched defs:ImRect (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h480 struct IMGUI_API ImRect struct
485 ImRect() : Min(FLT_MAX,FLT_MAX), Max(-FLT_MAX,-FLT_MAX) {} function in struct:ImRect
486 ImRect(const ImVec2& min, const ImVec2& max) : Min(min), Max(max) {} function in struct:ImRect
487 ImRect(const ImVec4& v) : Min(v.x, v.y), Max(v.z, v.w) {} function in struct:ImRect
488 ImRect(float x1, float y1, float x2, float y2) : Min(x1, y1), Max(x2, y2) {} function in struct:ImRect
[all...]
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h480 struct IMGUI_API ImRect struct
485 ImRect() : Min(FLT_MAX,FLT_MAX), Max(-FLT_MAX,-FLT_MAX) {} function in struct:ImRect
486 ImRect(const ImVec2& min, const ImVec2& max) : Min(min), Max(max) {} function in struct:ImRect
487 ImRect(const ImVec4& v) : Min(v.x, v.y), Max(v.z, v.w) {} function in struct:ImRect
488 ImRect(float x1, float y1, float x2, float y2) : Min(x1, y1), Max(x2, y2) {} function in struct:ImRect
[all...]

Completed in 8 milliseconds