Searched defs:vtx_count (Results 1 – 1 of 1) sorted by relevance
603 void ImDrawList::PrimReserve(int idx_count, int vtx_count) in PrimReserve()688 const int vtx_count = thick_line ? points_count*4 : points_count*3; in AddPolyline() local827 const int vtx_count = count*4; // FIXME-OPT: Not sharing edges in AddPolyline() local870 const int vtx_count = (points_count*2); in AddConvexPolyFilled() local922 const int vtx_count = points_count; in AddConvexPolyFilled() local