Home
last modified time | relevance | path

Searched refs:CurveTessellationTol (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_draw.cpp348 CurveTessellationTol = 0.0f; in ImDrawListSharedData()
1003 …oCasteljau(&_Path, p1.x, p1.y, p2.x, p2.y, p3.x, p3.y, p4.x, p4.y, _Data->CurveTessellationTol, 0); in PathBezierCurveTo()
Dimgui_internal.h672 float CurveTessellationTol; member
Dimgui.h1267 …float CurveTessellationTol; // Tessellation tolerance when using PathBezierCurveTo() w… member
Dimgui.cpp1112CurveTessellationTol = 1.25f; // Tessellation tolerance when using PathBezierCurveTo… in ImGuiStyle()
3373 … IM_ASSERT(g.Style.CurveTessellationTol > 0.0f && "Invalid style setting!"); in NewFrame()
3421 g.DrawListSharedData.CurveTessellationTol = g.Style.CurveTessellationTol; in NewFrame()