Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/imgui/misc/freetype/
Dimgui_freetype.cpp259 struct ImFontBuildSrcDataFT struct
261 FreeTypeFont Font;
262 … // Rectangle to pack. We first fill in their size and the packer will give us their position.
263 … // Ranges as requested by user (user is allowed to request too much, e.g. 0x0020..0xFFFF)
264 int DstIndex; // Index into atlas->Fonts[] and dst_tmp_array[]
265 int GlyphsHighest; // Highest requested codepoint
266 …; // Glyph count (excluding missing glyphs and glyphs already set by an earlier source font)
267 …sSet; // Glyph bit map (random access, 1-bit per codepoint. This will be a maximum of 8KB)
268 ImVector<ImFontBuildSrcGlyphFT> GlyphsList;
/third_party/skia/third_party/externals/imgui/misc/freetype/
Dimgui_freetype.cpp368 struct ImFontBuildSrcDataFT struct
370 FreeTypeFont Font;
371 … // Rectangle to pack. We first fill in their size and the packer will give us their position.
372 … // Ranges as requested by user (user is allowed to request too much, e.g. 0x0020..0xFFFF)
373 int DstIndex; // Index into atlas->Fonts[] and dst_tmp_array[]
374 int GlyphsHighest; // Highest requested codepoint
375 …; // Glyph count (excluding missing glyphs and glyphs already set by an earlier source font)
376 …sSet; // Glyph bit map (random access, 1-bit per codepoint. This will be a maximum of 8KB)
377 ImVector<ImFontBuildSrcGlyphFT> GlyphsList;