Searched refs:CurveTessellationTol (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_demo.cpp3003 ImGui::DragFloat("Curve Tessellation Tolerance", &style.CurveTessellationTol, 0.02f, 0.10f, FLT_MAX, "%.2f", 2.0f);
3004 if (style.CurveTessellationTol < 0.10f) style.CurveTessellationTol = 0.10f;
H A Dimgui.h1267 float CurveTessellationTol; // Tessellation tolerance when using PathBezierCurveTo() without a specific number of segments. Decrease for highly tessellated curves (higher quality, more polygons), increase to reduce quality. member in struct:ImGuiStyle
H A Dimgui_internal.h672 float CurveTessellationTol; member in struct:ImDrawListSharedData
H A Dimgui_draw.cpp348 CurveTessellationTol = 0.0f;
1003 PathBezierToCasteljau(&_Path, p1.x, p1.y, p2.x, p2.y, p3.x, p3.y, p4.x, p4.y, _Data->CurveTessellationTol, 0);
H A Dimgui.cpp1112 CurveTessellationTol = 1.25f; // Tessellation tolerance when using PathBezierCurveTo() without a specific number of segments. Decrease for highly tessellated curves (higher quality, more polygons), increase to reduce quality.
3373 IM_ASSERT(g.Style.CurveTessellationTol > 0.0f && "Invalid style setting!");
3421 g.DrawListSharedData.CurveTessellationTol = g.Style.CurveTessellationTol;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui.h1267 float CurveTessellationTol; // Tessellation tolerance when using PathBezierCurveTo() without a specific number of segments. Decrease for highly tessellated curves (higher quality, more polygons), increase to reduce quality. member in struct:ImGuiStyle
H A Dimgui_internal.h672 float CurveTessellationTol; member in struct:ImDrawListSharedData
H A Dimgui_draw.cpp348 CurveTessellationTol = 0.0f;
1003 PathBezierToCasteljau(&_Path, p1.x, p1.y, p2.x, p2.y, p3.x, p3.y, p4.x, p4.y, _Data->CurveTessellationTol, 0);
H A Dimgui.cpp1112 CurveTessellationTol = 1.25f; // Tessellation tolerance when using PathBezierCurveTo() without a specific number of segments. Decrease for highly tessellated curves (higher quality, more polygons), increase to reduce quality.
3373 IM_ASSERT(g.Style.CurveTessellationTol > 0.0f && "Invalid style setting!");
3421 g.DrawListSharedData.CurveTessellationTol = g.Style.CurveTessellationTol;

Completed in 127 milliseconds