Searched refs:a_max (Results 1 - 4 of 4) sorted by relevance
| /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); 1150 const float a_max = IM_PI*2.0f * ((float)num_segments - 1.0f) / (float)num_segments; local in function:ImDrawList::AddCircle 1151 PathArcTo(centre, radius-0.5f, 0.0f, a_max, num_segments - 1); 1161 const float a_max = IM_PI*2.0f * ((float)num_segments - 1.0f) / (float)num_segments; local in function:ImDrawList::AddCircleFilled 1162 PathArcTo(centre, radius, 0.0f, a_max, num_segments - 1);
|
| 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); 1150 const float a_max = IM_PI*2.0f * ((float)num_segments - 1.0f) / (float)num_segments; local in function:ImDrawList::AddCircle 1151 PathArcTo(centre, radius-0.5f, 0.0f, a_max, num_segments - 1); 1161 const float a_max = IM_PI*2.0f * ((float)num_segments - 1.0f) / (float)num_segments; local in function:ImDrawList::AddCircleFilled 1162 PathArcTo(centre, radius, 0.0f, a_max, num_segments - 1);
|
| 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 30 milliseconds