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

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_draw.cpp953 void ImDrawList::PathArcTo(const ImVec2& centre, float radius, float a_min, float a_max, int num_segments) argument
1150 const float a_max = IM_PI*2.0f * ((float)num_segments - 1.0f) / (float)num_segments; local in function:ImDrawList::AddCircle
1161 const float a_max = IM_PI*2.0f * ((float)num_segments - 1.0f) / (float)num_segments; local in function:ImDrawList::AddCircleFilled
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_draw.cpp953 void ImDrawList::PathArcTo(const ImVec2& centre, float radius, float a_min, float a_max, int num_segments) argument
1150 const float a_max = IM_PI*2.0f * ((float)num_segments - 1.0f) / (float)num_segments; local in function:ImDrawList::AddCircle
1161 const float a_max = IM_PI*2.0f * ((float)num_segments - 1.0f) / (float)num_segments; local in function:ImDrawList::AddCircleFilled

Completed in 24 milliseconds