Home
last modified time | relevance | path

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

/external/mesa3d/src/imgui/
Dimgui_draw.cpp1753 …stbtt_pack_range PackRange; // Hold the list of codepoints to pack (essentially points… member
1905 src_tmp.PackRange.font_size = cfg.SizePixels; in ImFontAtlasBuildWithStbTruetype()
1906 src_tmp.PackRange.first_unicode_codepoint_in_range = 0; in ImFontAtlasBuildWithStbTruetype()
1907 src_tmp.PackRange.array_of_unicode_codepoints = src_tmp.GlyphsList.Data; in ImFontAtlasBuildWithStbTruetype()
1908 src_tmp.PackRange.num_chars = src_tmp.GlyphsList.Size; in ImFontAtlasBuildWithStbTruetype()
1909 src_tmp.PackRange.chardata_for_range = src_tmp.PackedChars; in ImFontAtlasBuildWithStbTruetype()
1910 src_tmp.PackRange.h_oversample = (unsigned char)cfg.OversampleH; in ImFontAtlasBuildWithStbTruetype()
1911 src_tmp.PackRange.v_oversample = (unsigned char)cfg.OversampleV; in ImFontAtlasBuildWithStbTruetype()
1977 …stbtt_PackFontRangesRenderIntoRects(&spc, &src_tmp.FontInfo, &src_tmp.PackRange, 1, src_tmp.Rects); in ImFontAtlasBuildWithStbTruetype()