Searched refs:DstFont (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/imgui/
H A Dimgui_draw.cpp1376 DstFont = NULL;
1558 if (new_font_cfg.DstFont == NULL)
1559 new_font_cfg.DstFont = Fonts.back();
1569 return new_font_cfg.DstFont;
1811 IM_ASSERT(cfg.DstFont && (!cfg.DstFont->IsLoaded() || cfg.DstFont->ContainerAtlas == atlas));
1813 // Find index from cfg.DstFont (we allow the user to set cfg.DstFont. Also it makes casual debugging nicer than when storing indices)
1816 if (cfg.DstFont
[all...]
H A Dimgui.h1933 ImFont* DstFont; member in struct:ImFontConfig
/xsrc/external/mit/MesaLib/dist/src/imgui/
H A Dimgui_draw.cpp1376 DstFont = NULL;
1558 if (new_font_cfg.DstFont == NULL)
1559 new_font_cfg.DstFont = Fonts.back();
1569 return new_font_cfg.DstFont;
1811 IM_ASSERT(cfg.DstFont && (!cfg.DstFont->IsLoaded() || cfg.DstFont->ContainerAtlas == atlas));
1813 // Find index from cfg.DstFont (we allow the user to set cfg.DstFont. Also it makes casual debugging nicer than when storing indices)
1816 if (cfg.DstFont
[all...]
H A Dimgui.h1933 ImFont* DstFont; member in struct:ImFontConfig

Completed in 25 milliseconds