Home
last modified time | relevance | path

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

/third_party/skia/src/utils/
DSkCustomTypeface.cpp14 static SkFontMetrics scale_fontmetrics(const SkFontMetrics& src, float sx, float sy) { in scale_fontmetrics() function
104 fMetrics = scale_fontmetrics(fm, scale, scale); in setMetrics()
229 *metrics = scale_fontmetrics(this->userTF()->fMetrics, sx, sy); in generateFontMetrics()