Searched defs:getFontMetrics (Results 1 – 5 of 5) sorted by relevance
167 void TextStyle::getFontMetrics(SkFontMetrics* metrics) const { in getFontMetrics() function in skia::textlayout::TextStyle
86 const SkFontMetrics& getFontMetrics() const { in getFontMetrics() function
756 void SkScalerContext::getFontMetrics(SkFontMetrics* fm) { in getFontMetrics() function in SkScalerContext
138 void TestTypeface::getFontMetrics(SkFontMetrics* metrics) { *metrics = fTestFont->fMetrics; } in getFontMetrics() function in TestTypeface
133 void TestSVGTypeface::getFontMetrics(SkFontMetrics* metrics) const { *metrics = fFontMetrics; } in getFontMetrics() function in TestSVGTypeface