Searched refs:GetFont (Results 1 - 10 of 10) sorted by relevance
| /xsrc/external/mit/twm/dist/src/ |
| H A D | util.h | 79 extern void GetFont(MyFont *font);
|
| H A D | twm.c | 807 GetFont(&Scr->TitleBarFont); 808 GetFont(&Scr->MenuFont); 809 GetFont(&Scr->IconFont); 810 GetFont(&Scr->SizeFont); 811 GetFont(&Scr->IconManagerFont); 812 GetFont(&Scr->DefaultFont);
|
| H A D | util.c | 656 GetFont(MyFont *font) function in typeref:typename:void
|
| /xsrc/external/mit/ctwm/dist/ |
| H A D | util.c | 314 GetFont(MyFont *font) function in typeref:typename:void 385 #define LOADFONT(fld) (GetFont(&scr->fld##Font))
|
| /xsrc/external/mit/MesaLib.old/dist/src/imgui/ |
| H A D | imgui.h | 308 IMGUI_API ImFont* GetFont(); // get current font
|
| H A D | imgui_demo.cpp | 2035 ImGui::GetWindowDrawList()->AddText(ImGui::GetFont(), ImGui::GetFontSize()*2.0f, ImVec2(pos.x + offset.x, pos.y + offset.y), IM_COL32(255, 255, 255, 255), "Line 1 hello\nLine 2 clip me!", NULL, 0.0f, &clip_rect); 2758 ImFont* font_current = ImGui::GetFont();
|
| H A D | imgui.cpp | 478 - 2016/03/21 (1.48) - renamed GetWindowFont() to GetFont(), GetWindowFontSize() to GetFontSize(). Kept inline redirection function (will obsolete). 6302 ImFont* ImGui::GetFont() function in class:ImGui
|
| /xsrc/external/mit/MesaLib/dist/src/imgui/ |
| H A D | imgui.h | 308 IMGUI_API ImFont* GetFont(); // get current font
|
| H A D | imgui.cpp | 478 - 2016/03/21 (1.48) - renamed GetWindowFont() to GetFont(), GetWindowFontSize() to GetFontSize(). Kept inline redirection function (will obsolete). 6302 ImFont* ImGui::GetFont() function in class:ImGui
|
| /xsrc/external/mit/xterm/dist/ |
| H A D | charproc.c | 10185 ,DATA(GetFont)
|
Completed in 122 milliseconds