Home
last modified time | relevance | path

Searched defs:ImFontBuildSrcData (Results 1 – 1 of 1) sorted by relevance

/external/mesa3d/src/imgui/
Dimgui_draw.cpp1750 struct ImFontBuildSrcData struct
1752 stbtt_fontinfo FontInfo;
1753 … PackRange; // Hold the list of codepoints to pack (essentially points to Codepoints.Data)
1754 … // Rectangle to pack. We first fill in their size and the packer will give us their position.
1755 stbtt_packedchar* PackedChars; // Output glyphs
1756 … // Ranges as requested by user (user is allowed to request too much, e.g. 0x0020..0xFFFF)
1757 int DstIndex; // Index into atlas->Fonts[] and dst_tmp_array[]
1758 int GlyphsHighest; // Highest requested codepoint
1759 …; // Glyph count (excluding missing glyphs and glyphs already set by an earlier source font)
1760 …sSet; // Glyph bit map (random access, 1-bit per codepoint. This will be a maximum of 8KB)
[all …]