Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_internal.h240 static inline float ImLengthSqr(const ImVec2& lhs) { return lhs.x*lhs.… in ImLengthSqr() function
241 static inline float ImLengthSqr(const ImVec4& lhs) { return lhs.x*lhs.… in ImLengthSqr() function