Home
last modified time | relevance | path

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

/external/webkit/WebCore/platform/graphics/win/
DFontCacheWin.cpp357 : m_desiredWeight(desiredWeight) in MatchImprovingProcData()
363 LONG m_desiredWeight; member
386 …signed chosenWeightDeltaMagnitude = abs(matchData->m_chosen.lfWeight - matchData->m_desiredWeight); in matchImprovingEnumProc()
387 unsigned candidateWeightDeltaMagnitude = abs(candidate->lfWeight - matchData->m_desiredWeight); in matchImprovingEnumProc()