Home
last modified time | relevance | path

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

/external/skia/src/ports/
DSkFontHost_mac.cpp2143 int bestMetric = SK_MaxS32; in findMatchingDesc() local
2152 if (metric < bestMetric) { in findMatchingDesc()
2153 bestMetric = metric; in findMatchingDesc()