Home
last modified time | relevance | path

Searched refs:buf_packedchars (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_draw.cpp1882 ImVector<stbtt_packedchar> buf_packedchars; in ImFontAtlasBuildWithStbTruetype() local
1884 buf_packedchars.resize(total_glyphs_count); in ImFontAtlasBuildWithStbTruetype()
1886 memset(buf_packedchars.Data, 0, (size_t)buf_packedchars.size_in_bytes()); in ImFontAtlasBuildWithStbTruetype()
1899 src_tmp.PackedChars = &buf_packedchars[buf_packedchars_out_n]; in ImFontAtlasBuildWithStbTruetype()