/third_party/python/Lib/idlelib/ |
D | sidebar.py | 318 font = idleConf.GetFont(self.text, 'main', 'EditorWindow') 502 font = idleConf.GetFont(self.text, 'main', 'EditorWindow') 529 font = idleConf.GetFont(toplevel, 'main', 'EditorWindow')
|
D | config-main.def | 65 # and override 10 and 0. See idlelib.config.IdleConf.GetFont
|
D | codecontext.py | 248 font = idleConf.GetFont(self.text, 'main', 'EditorWindow')
|
D | config.py | 728 def GetFont(self, root, configType, section): member in IdleConf
|
D | editor.py | 215 text['font'] = idleConf.GetFont(self.root, 'main', 'EditorWindow') 845 new_font = idleConf.GetFont(self.root, 'main', 'EditorWindow')
|
D | configdialog.py | 392 configured_font = idleConf.GetFont(self, 'main', 'EditorWindow')
|
/third_party/flutter/skia/src/ports/ |
D | SkFontMgr_win_dw.cpp | 932 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()
|
D | SkRemotableFontMgr_win_dw.cpp | 137 HRNM(fontFamily->GetFont(fontIndex, &font), "Could not get font."); in getIndex()
|
/third_party/skia/src/ports/ |
D | SkFontMgr_win_dw.cpp | 1093 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()
|
D | SkRemotableFontMgr_win_dw.cpp | 137 HRNM(fontFamily->GetFont(fontIndex, &font), "Could not get font."); in getIndex()
|
/third_party/python/Lib/idlelib/idle_test/ |
D | test_config.py | 566 conf.GetFont(root, 'main', 'EditorWindow'),
|
D | test_configdialog.py | 214 default_font = idleConf.GetFont(root, 'main', 'EditorWindow')
|
/third_party/flutter/skia/third_party/externals/imgui/ |
D | imgui_demo.cpp | 2002 …ImGui::GetWindowDrawList()->AddText(ImGui::GetFont(), ImGui::GetFontSize()*2.0f, ImVec2(pos.x + of… in ShowDemoWindowLayout() 2713 ImFont* font_current = ImGui::GetFont(); in ShowFontSelector()
|
D | imgui.h | 303 …IMGUI_API ImFont* GetFont(); // get cur…
|
D | imgui.cpp | 6175 ImFont* ImGui::GetFont() in GetFont() function in ImGui
|
/third_party/mesa3d/src/imgui/ |
D | imgui.h | 308 …IMGUI_API ImFont* GetFont(); // get cur…
|
D | imgui.cpp | 6302 ImFont* ImGui::GetFont() in GetFont() function in ImGui
|
/third_party/skia/third_party/externals/imgui/ |
D | imgui.h | 425 …IMGUI_API ImFont* GetFont(); // get cur…
|
D | imgui_demo.cpp | 3135 …draw_list->AddText(ImGui::GetFont(), ImGui::GetFontSize(), text_pos, IM_COL32_WHITE, text_str, NUL… in ShowDemoWindowLayout() 5818 ImFont* font_current = ImGui::GetFont();
|
D | imgui.cpp | 7039 ImFont* ImGui::GetFont() in GetFont() function in ImGui
|
/third_party/flutter/skia/third_party/externals/imgui/docs/ |
D | CHANGELOG.txt | 1086 - Renamed GetWindowFont() to GetFont(), GetWindowFontSize() to GetFontSize(). Kept inline redirecti…
|
/third_party/skia/third_party/externals/imgui/docs/ |
D | CHANGELOG.txt | 2765 - Renamed GetWindowFont() to GetFont(), GetWindowFontSize() to GetFontSize(). Kept inline redirecti…
|