Lines Matching defs:idx_count
603 void ImDrawList::PrimReserve(int idx_count, int vtx_count)
606 draw_cmd.ElemCount += idx_count;
613 IdxBuffer.resize(idx_buffer_old_size + idx_count);
687 const int idx_count = thick_line ? count*18 : count*12;
689 PrimReserve(idx_count, vtx_count);
826 const int idx_count = count*6;
828 PrimReserve(idx_count, vtx_count);
869 const int idx_count = (points_count-2)*3 + points_count*6;
871 PrimReserve(idx_count, vtx_count);
921 const int idx_count = (points_count-2)*3;
923 PrimReserve(idx_count, vtx_count);