Searched refs:buf_packedchars (Results 1 – 1 of 1) sorted by relevance
1882 ImVector<stbtt_packedchar> buf_packedchars; in ImFontAtlasBuildWithStbTruetype() local1884 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()