Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontHost_mac.cpp2258 int bestMetric = SK_MaxS32; in findMatchingDesc() local
2267 if (metric < bestMetric) { in findMatchingDesc()
2268 bestMetric = metric; in findMatchingDesc()