Lines Matching refs:PrimReserve
603 void ImDrawList::PrimReserve(int idx_count, int vtx_count) in PrimReserve() function in ImDrawList
689 PrimReserve(idx_count, vtx_count); in AddPolyline()
828 PrimReserve(idx_count, vtx_count); in AddPolyline()
871 PrimReserve(idx_count, vtx_count); in AddConvexPolyFilled()
923 PrimReserve(idx_count, vtx_count); in AddConvexPolyFilled()
1078 PrimReserve(6, 4); in AddRectFilled()
1089 PrimReserve(6, 4); in AddRectFilledMultiColor()
1219 PrimReserve(6, 4); in AddImage()
1235 PrimReserve(6, 4); in AddImageQuad()
2744 draw_list->PrimReserve(6, 4); in RenderChar()
2798 draw_list->PrimReserve(idx_count_max, vtx_count_max); in RenderText()