Searched refs:a_min (Results 1 - 5 of 5) sorted by relevance
| /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/ |
| H A D | ephyrhostglx.h | 37 Bool ephyrHostGLXQueryVersion (int *a_maj, int *a_min) ;
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui_draw.cpp | 953 void ImDrawList::PathArcTo(const ImVec2& centre, float radius, float a_min, float a_max, int num_segments) argument 961 // Note that we are adding a point at both a_min and a_max. 966 const float a = a_min + ((float)i / (float)num_segments) * (a_max - a_min);
|
| H A D | imgui.h | 1855 IMGUI_API void PathArcTo(const ImVec2& centre, float radius, float a_min, float a_max, int num_segments = 10);
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui_draw.cpp | 953 void ImDrawList::PathArcTo(const ImVec2& centre, float radius, float a_min, float a_max, int num_segments) argument 961 // Note that we are adding a point at both a_min and a_max. 966 const float a = a_min + ((float)i / (float)num_segments) * (a_max - a_min);
|
| H A D | imgui.h | 1855 IMGUI_API void PathArcTo(const ImVec2& centre, float radius, float a_min, float a_max, int num_segments = 10);
|
Completed in 90 milliseconds