Searched refs:GetStdFontSize (Results 1 – 4 of 4) sorted by relevance
90 static Size GetStdFontSize();250 inline Size GetStdFontSize() { return Font::GetStdFontSize(); } // deprecated in GetStdFontSize() function251 inline int GetStdFontCy() { return GetStdFontSize().cy; } in GetStdFontCy()614 static Size GetStdFontSize() { return UPP::GetStdFontSize(); } in GetStdFontSize() function615 static int GetStdFontCy() { return GetStdFontSize().cy; } in GetStdFontCy()
183 Size Font::GetStdFontSize() in GetStdFontSize() function in Upp::Font
88 [s5;:Font`:`:GetStdFontSize`(`): [@(0.0.255) static] [_^Size^ Size]_[* GetStdFontSize]()&]
389 int mw = min(r.Width(), Draw::GetStdFontSize().cx); in Finish()