Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imgui/
H A Dimgui.h1500 static inline ImVec2 CalcItemRectClosestPoint(const ImVec2& pos, bool on_edge = false, float outward = 0.f) { IM_UNUSED(on_edge); IM_UNUSED(outward); IM_ASSERT(0); return pos; } in CalcItemRectClosestPoint() function

Completed in 13 milliseconds