Home
last modified time | relevance | path

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

/third_party/mesa3d/src/imgui/
Dimgui.h2032 struct CustomRect struct
2034 …/ User ID. Use <0x10000 to map into a font glyph, >=0x10000 for other/internal/custom texture data.
2035 unsigned short Width, Height; // Input // Desired rectangle dimension
2036 unsigned short X, Y; // Output // Packed position in Atlas
2037 …t GlyphAdvanceX; // Input // For custom font glyphs only (ID<0x10000): glyph xadvance
2038 … GlyphOffset; // Input // For custom font glyphs only (ID<0x10000): glyph display offset
2039 …mFont* Font; // Input // For custom font glyphs only (ID<0x10000): target font
2040CustomRect() { ID = 0xFFFFFFFF; Width = Height = 0; X = Y = 0xFFFF; GlyphAdvanceX = 0.0… in CustomRect() function
2041 bool IsPacked() const { return X != 0xFFFF; } in IsPacked()
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.h2023 struct CustomRect struct
2025 …/ User ID. Use <0x10000 to map into a font glyph, >=0x10000 for other/internal/custom texture data.
2026 unsigned short Width, Height; // Input // Desired rectangle dimension
2027 unsigned short X, Y; // Output // Packed position in Atlas
2028 …t GlyphAdvanceX; // Input // For custom font glyphs only (ID<0x10000): glyph xadvance
2029 … GlyphOffset; // Input // For custom font glyphs only (ID<0x10000): glyph display offset
2030 …mFont* Font; // Input // For custom font glyphs only (ID<0x10000): target font
2031CustomRect() { ID = 0xFFFFFFFF; Width = Height = 0; X = Y = 0xFFFF; GlyphAdvanceX = 0.0… in CustomRect() function
2032 bool IsPacked() const { return X != 0xFFFF; } in IsPacked()
/third_party/skia/third_party/externals/imgui/
Dimgui.h2729 typedef ImFontAtlasCustomRect CustomRect; // OBSOLETED in 1.72+ typedef