Searched refs:vtx_current_idx (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_draw.cpp2802 unsigned int vtx_current_idx = draw_list->_VtxCurrentIdx; local in function:ImFont::RenderText
2912 idx_write[0] = (ImDrawIdx)(vtx_current_idx); idx_write[1] = (ImDrawIdx)(vtx_current_idx+1); idx_write[2] = (ImDrawIdx)(vtx_current_idx+2);
2913 idx_write[3] = (ImDrawIdx)(vtx_current_idx); idx_write[4] = (ImDrawIdx)(vtx_current_idx+2); idx_write[5] = (ImDrawIdx)(vtx_current_idx+3);
2919 vtx_current_idx += 4;
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_draw.cpp2802 unsigned int vtx_current_idx = draw_list->_VtxCurrentIdx; local in function:ImFont::RenderText
2912 idx_write[0] = (ImDrawIdx)(vtx_current_idx); idx_write[1] = (ImDrawIdx)(vtx_current_idx+1); idx_write[2] = (ImDrawIdx)(vtx_current_idx+2);
2913 idx_write[3] = (ImDrawIdx)(vtx_current_idx); idx_write[4] = (ImDrawIdx)(vtx_current_idx+2); idx_write[5] = (ImDrawIdx)(vtx_current_idx+3);
2919 vtx_current_idx += 4;

Completed in 15 milliseconds