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

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

Completed in 15 milliseconds