Searched refs:idx_count_max (Results 1 – 1 of 1) sorted by relevance
2796 const int idx_count_max = (int)(text_end - s) * 6; in RenderText() local2797 const int idx_expected_size = draw_list->IdxBuffer.Size + idx_count_max; in RenderText()2798 draw_list->PrimReserve(idx_count_max, vtx_count_max); in RenderText()