Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/imgui/
Dimgui.h2596 struct ImFontAtlasCustomRect struct
2604ImFontAtlasCustomRect() { Width = Height = 0; X = Y = 0xFFFF; GlyphID = 0; GlyphAdvanceX =… in ImFontAtlasCustomRect() argument
2605 bool IsPacked() const { return X != 0xFFFF; } in IsPacked()