Searched defs:arc0_b (Results 1 - 2 of 2) sorted by relevance
| /third_party/mesa3d/src/imgui/ |
| H A D | imgui_draw.cpp | 3012 const float arc0_b = ImAcos01(1.0f - (p0.x - rect.Min.x) * inv_rounding); in RenderRectFilledRangeH() local 3029 draw_list->PathArcTo(ImVec2(x0, p0.y + rounding), rounding, IM_PI + arc0_b, IM_PI + arc0_e, 3); // TR in RenderRectFilledRangeH() local
|
| /third_party/skia/third_party/externals/imgui/ |
| H A D | imgui_draw.cpp | 3853 const float arc0_b = ImAcos01(1.0f - (p0.x - rect.Min.x) * inv_rounding); in RenderRectFilledRangeH() local 3870 draw_list->PathArcTo(ImVec2(x0, p0.y + rounding), rounding, IM_PI + arc0_b, IM_PI + arc0_e, 3); // TR in RenderRectFilledRangeH() local
|
Completed in 17 milliseconds