Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_draw.cpp1755 stbtt_packedchar* PackedChars; // Output glyphs member
1899 src_tmp.PackedChars = &buf_packedchars[buf_packedchars_out_n]; in ImFontAtlasBuildWithStbTruetype()
1909 src_tmp.PackRange.chardata_for_range = src_tmp.PackedChars; in ImFontAtlasBuildWithStbTruetype()
2019 const stbtt_packedchar& pc = src_tmp.PackedChars[glyph_i]; in ImFontAtlasBuildWithStbTruetype()
2030 …stbtt_GetPackedQuad(src_tmp.PackedChars, atlas->TexWidth, atlas->TexHeight, glyph_i, &dummy_x, &du… in ImFontAtlasBuildWithStbTruetype()