Searched defs:getFontMetrics (Results 1 – 6 of 6) sorted by relevance
78 const SkFontMetrics& getFontMetrics() const { in getFontMetrics() function
74 const SkFontMetrics& getFontMetrics() const { in getFontMetrics() function
695 void SkScalerContext::getFontMetrics(SkFontMetrics* fm) { in getFontMetrics() function in SkScalerContext
198 void TextStyle::getFontMetrics(SkFontMetrics* metrics) const { in getFontMetrics() function in skia::textlayout::TextStyle
102 void TestTypeface::getFontMetrics(SkFontMetrics* metrics) { *metrics = fTestFont->fMetrics; } in getFontMetrics() function in TestTypeface
128 void TestSVGTypeface::getFontMetrics(SkFontMetrics* metrics) const { *metrics = fFontMetrics; } in getFontMetrics() function in TestSVGTypeface