Home
last modified time | relevance | path

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

/third_party/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 …]
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_draw.cpp1739 struct ImFontBuildSrcData struct
1741 stbtt_fontinfo FontInfo;
1742 … PackRange; // Hold the list of codepoints to pack (essentially points to Codepoints.Data)
1743 … // Rectangle to pack. We first fill in their size and the packer will give us their position.
1744 stbtt_packedchar* PackedChars; // Output glyphs
1745 … // Ranges as requested by user (user is allowed to request too much, e.g. 0x0020..0xFFFF)
1746 int DstIndex; // Index into atlas->Fonts[] and dst_tmp_array[]
1747 int GlyphsHighest; // Highest requested codepoint
1748 …; // Glyph count (excluding missing glyphs and glyphs already set by an earlier source font)
1749 …sSet; // Glyph bit map (random access, 1-bit per codepoint. This will be a maximum of 8KB)
[all …]
/third_party/skia/third_party/externals/imgui/
Dimgui_draw.cpp2302 struct ImFontBuildSrcData struct
2304 stbtt_fontinfo FontInfo;
2305 … PackRange; // Hold the list of codepoints to pack (essentially points to Codepoints.Data)
2306 … // Rectangle to pack. We first fill in their size and the packer will give us their position.
2307 stbtt_packedchar* PackedChars; // Output glyphs
2308 … // Ranges as requested by user (user is allowed to request too much, e.g. 0x0020..0xFFFF)
2309 int DstIndex; // Index into atlas->Fonts[] and dst_tmp_array[]
2310 int GlyphsHighest; // Highest requested codepoint
2311 …; // Glyph count (excluding missing glyphs and glyphs already set by an earlier source font)
2312 …sSet; // Glyph bit map (random access, 1-bit per codepoint. This will be a maximum of 8KB)
[all …]