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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h283 int GetSize() const { return Data.Size; } function in struct:ImPool
491 ImVec2 GetSize() const { return ImVec2(Max.x - Min.x, Max.y - Min.y); } function in struct:ImRect
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h283 int GetSize() const { return Data.Size; } function in struct:ImPool
491 ImVec2 GetSize() const { return ImVec2(Max.x - Min.x, Max.y - Min.y); } function in struct:ImRect

Completed in 11 milliseconds