Searched defs:arc1_b (Results 1 - 2 of 2) sorted by relevance
/third_party/mesa3d/src/imgui/ |
H A D | imgui_draw.cpp | 3033 const float arc1_b = ImAcos01(1.0f - (rect.Max.x - p1.x) * inv_rounding); in RenderRectFilledRangeH() local 3049 draw_list->PathArcTo(ImVec2(x1, p1.y - rounding), rounding, +arc1_b, +arc1_e, 3); // BR in RenderRectFilledRangeH() local
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_draw.cpp | 3874 const float arc1_b = ImAcos01(1.0f - (rect.Max.x - p1.x) * inv_rounding); in RenderRectFilledRangeH() local 3890 draw_list->PathArcTo(ImVec2(x1, p1.y - rounding), rounding, +arc1_b, +arc1_e, 3); // BR in RenderRectFilledRangeH() local
|
Completed in 16 milliseconds