Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_draw.cpp680 const bool thick_line = thickness > 1.0f; in AddPolyline() local
687 const int idx_count = thick_line ? count*18 : count*12; in AddPolyline()
688 const int vtx_count = thick_line ? points_count*4 : points_count*3; in AddPolyline()
692 …ImVec2* temp_normals = (ImVec2*)alloca(points_count * (thick_line ? 5 : 3) * sizeof(ImVec2)); //-V… in AddPolyline()
707 if (!thick_line) in AddPolyline()