Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imgui/
H A Dimgui_draw.cpp3013 const float arc0_e = ImAcos01(1.0f - (p1.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 Dimgui_draw.cpp3854 const float arc0_e = ImAcos01(1.0f - (p1.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 25 milliseconds