Searched refs:vtx_current_idx (Results 1 – 1 of 1) sorted by relevance
2802 unsigned int vtx_current_idx = draw_list->_VtxCurrentIdx; in RenderText() local2912 …write[0] = (ImDrawIdx)(vtx_current_idx); idx_write[1] = (ImDrawIdx)(vtx_current_idx+1); idx_write[… in RenderText()2913 …write[3] = (ImDrawIdx)(vtx_current_idx); idx_write[4] = (ImDrawIdx)(vtx_current_idx+2); idx_write[… in RenderText()2919 vtx_current_idx += 4; in RenderText()