Searched refs:x_start_norm (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_draw.cpp2995 void ImGui::RenderRectFilledRangeH(ImDrawList* draw_list, const ImRect& rect, ImU32 col, float x_start_norm, float x_end_norm, float rounding) argument
2997 if (x_end_norm == x_start_norm)
2999 if (x_start_norm > x_end_norm)
3000 ImSwap(x_start_norm, x_end_norm);
3002 ImVec2 p0 = ImVec2(ImLerp(rect.Min.x, rect.Max.x, x_start_norm), rect.Min.y);
H A Dimgui_internal.h1458 IMGUI_API void RenderRectFilledRangeH(ImDrawList* draw_list, const ImRect& rect, ImU32 col, float x_start_norm, float x_end_norm, float rounding);
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_draw.cpp2995 void ImGui::RenderRectFilledRangeH(ImDrawList* draw_list, const ImRect& rect, ImU32 col, float x_start_norm, float x_end_norm, float rounding) argument
2997 if (x_end_norm == x_start_norm)
2999 if (x_start_norm > x_end_norm)
3000 ImSwap(x_start_norm, x_end_norm);
3002 ImVec2 p0 = ImVec2(ImLerp(rect.Min.x, rect.Max.x, x_start_norm), rect.Min.y);
H A Dimgui_internal.h1458 IMGUI_API void RenderRectFilledRangeH(ImDrawList* draw_list, const ImRect& rect, ImU32 col, float x_start_norm, float x_end_norm, float rounding);

Completed in 27 milliseconds