Searched refs:ImDot (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_internal.h245 static inline float ImDot(const ImVec2& a, const ImVec2& b) { return a.x * b.x + a.y * b.y; } function in typeref:typename:float
H A Dimgui_draw.cpp1319 float d = ImDot(vert->pos - gradient_p0, gradient_extent);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_internal.h245 static inline float ImDot(const ImVec2& a, const ImVec2& b) { return a.x * b.x + a.y * b.y; } function in typeref:typename:float
H A Dimgui_draw.cpp1319 float d = ImDot(vert->pos - gradient_p0, gradient_extent);

Completed in 23 milliseconds