Searched refs:vtx_count (Results 1 – 2 of 2) sorted by relevance
603 void ImDrawList::PrimReserve(int idx_count, int vtx_count) in PrimReserve() argument609 VtxBuffer.resize(vtx_buffer_old_size + vtx_count); in PrimReserve()688 const int vtx_count = thick_line ? points_count*4 : points_count*3; in AddPolyline() local689 PrimReserve(idx_count, vtx_count); in AddPolyline()821 _VtxCurrentIdx += (ImDrawIdx)vtx_count; in AddPolyline()827 const int vtx_count = count*4; // FIXME-OPT: Not sharing edges in AddPolyline() local828 PrimReserve(idx_count, vtx_count); in AddPolyline()870 const int vtx_count = (points_count*2); in AddConvexPolyFilled() local871 PrimReserve(idx_count, vtx_count); in AddConvexPolyFilled()916 _VtxCurrentIdx += (ImDrawIdx)vtx_count; in AddConvexPolyFilled()[all …]
1876 IMGUI_API void PrimReserve(int idx_count, int vtx_count);