Home
last modified time | relevance | path

Searched refs:GetFont (Results 1 – 22 of 22) sorted by relevance

/third_party/python/Lib/idlelib/
Dsidebar.py318 font = idleConf.GetFont(self.text, 'main', 'EditorWindow')
502 font = idleConf.GetFont(self.text, 'main', 'EditorWindow')
529 font = idleConf.GetFont(toplevel, 'main', 'EditorWindow')
Dconfig-main.def65 # and override 10 and 0. See idlelib.config.IdleConf.GetFont
Dcodecontext.py248 font = idleConf.GetFont(self.text, 'main', 'EditorWindow')
Dconfig.py728 def GetFont(self, root, configType, section): member in IdleConf
Deditor.py215 text['font'] = idleConf.GetFont(self.root, 'main', 'EditorWindow')
845 new_font = idleConf.GetFont(self.root, 'main', 'EditorWindow')
Dconfigdialog.py392 configured_font = idleConf.GetFont(self, 'main', 'EditorWindow')
/third_party/flutter/skia/src/ports/
DSkFontMgr_win_dw.cpp932 HRN(fontFamily->GetFont(fontIndex, &font)); in onMakeFromStreamIndex()
981 HRN(fontFamily->GetFont(fontIndex, &font)); in onMakeFromStreamArgs()
1108 HRNM(fFontFamily->GetFont(index, &font), "Could not get font."); in createTypeface()
1118 HRVM(fFontFamily->GetFont(index, &font), "Could not get font."); in getStyle()
DSkRemotableFontMgr_win_dw.cpp137 HRNM(fontFamily->GetFont(fontIndex, &font), "Could not get font."); in getIndex()
/third_party/skia/src/ports/
DSkFontMgr_win_dw.cpp1093 HRN(fontFamily->GetFont(fontIndex, &font)); in onMakeFromStreamArgs()
1192 HRNM(fFontFamily->GetFont(index, &font), "Could not get font."); in createTypeface()
1202 HRVM(fFontFamily->GetFont(index, &font), "Could not get font."); in getStyle()
DSkRemotableFontMgr_win_dw.cpp137 HRNM(fontFamily->GetFont(fontIndex, &font), "Could not get font."); in getIndex()
/third_party/python/Lib/idlelib/idle_test/
Dtest_config.py566 conf.GetFont(root, 'main', 'EditorWindow'),
Dtest_configdialog.py214 default_font = idleConf.GetFont(root, 'main', 'EditorWindow')
/third_party/flutter/skia/third_party/externals/imgui/
Dimgui_demo.cpp2002 …ImGui::GetWindowDrawList()->AddText(ImGui::GetFont(), ImGui::GetFontSize()*2.0f, ImVec2(pos.x + of… in ShowDemoWindowLayout()
2713 ImFont* font_current = ImGui::GetFont(); in ShowFontSelector()
Dimgui.h303 …IMGUI_API ImFont* GetFont(); // get cur…
Dimgui.cpp6175 ImFont* ImGui::GetFont() in GetFont() function in ImGui
/third_party/mesa3d/src/imgui/
Dimgui.h308 …IMGUI_API ImFont* GetFont(); // get cur…
Dimgui.cpp6302 ImFont* ImGui::GetFont() in GetFont() function in ImGui
/third_party/skia/third_party/externals/imgui/
Dimgui.h425 …IMGUI_API ImFont* GetFont(); // get cur…
Dimgui_demo.cpp3135 …draw_list->AddText(ImGui::GetFont(), ImGui::GetFontSize(), text_pos, IM_COL32_WHITE, text_str, NUL… in ShowDemoWindowLayout()
5818 ImFont* font_current = ImGui::GetFont();
Dimgui.cpp7039 ImFont* ImGui::GetFont() in GetFont() function in ImGui
/third_party/flutter/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt1086 - Renamed GetWindowFont() to GetFont(), GetWindowFontSize() to GetFontSize(). Kept inline redirecti…
/third_party/skia/third_party/externals/imgui/docs/
DCHANGELOG.txt2765 - Renamed GetWindowFont() to GetFont(), GetWindowFontSize() to GetFontSize(). Kept inline redirecti…