Home
last modified time | relevance | path

Searched refs:FontStack (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/imgui/
Dimgui.cpp3536 g.FontStack.clear(); in Shutdown()
4376 …{ int current = g.FontStack.Size; if (write) *p_backup = (short)current; else IM_ASSERT(… in CheckStacksSize()
5565 g.FontStack.push_back(font); in PushFont()
5573 g.FontStack.pop_back(); in PopFont()
5574 SetCurrentFont(g.FontStack.empty() ? GetDefaultFont() : g.FontStack.back()); in PopFont()
Dimgui_internal.h784 ImVector<ImFont*> FontStack; // Stack for PushFont()/PopFont() member
/third_party/mesa3d/src/imgui/
Dimgui.cpp3600 g.FontStack.clear(); in Shutdown()
4455 …{ int current = g.FontStack.Size; if (write) *p_backup = (short)current; else IM_ASSERT(… in CheckStacksSize()
5691 g.FontStack.push_back(font); in PushFont()
5699 g.FontStack.pop_back(); in PopFont()
5700 SetCurrentFont(g.FontStack.empty() ? GetDefaultFont() : g.FontStack.back()); in PopFont()
Dimgui_internal.h812 ImVector<ImFont*> FontStack; // Stack for PushFont()/PopFont() member
/third_party/skia/third_party/externals/imgui/
Dimgui.cpp4238 g.FontStack.clear(); in Shutdown()
6605 g.FontStack.push_back(font); in PushFont()
6613 g.FontStack.pop_back(); in PopFont()
6614 SetCurrentFont(g.FontStack.empty() ? GetDefaultFont() : g.FontStack.back()); in PopFont()
7419 SizeOfFontStack = (short)g.FontStack.Size; in SetToCurrentState()
7446 IM_ASSERT(SizeOfFontStack >= g.FontStack.Size && "PushFont/PopFont Mismatch!"); in CompareWithCurrentState()
Dimgui_internal.h1537 …ImVector<ImFont*> FontStack; // Stack for PushFont()/PopFont() - in… member