Lines Matching refs:meWeight
170 aCacheFile >> n; aDFA.meWeight = static_cast<FontWeight>(n); in ImplFontAttrCache()
202 aCacheFile << static_cast<short>(rDFA.meWeight); in ~ImplFontAttrCache()
588 rFontSelData.meWeight, rFontSelData.meWidthType, in FindFontSubstitute()
841 aDFA.meWeight = ImplWeightToSal( rLogFont.lfWeight ); in WinFont2DevFontAttributes()
916 aDFA.meWeight = ImplWeightToSal( rLogFont.lfWeight ); in WinFont2DevFontAttributes()
1419 rLogFont.lfWeight = ImplWeightToWin( pFont->meWeight ); in ImplGetLogFontFromFontSelect()
1493 rLogFont.lfWeight = ImplWeightToWin( pFont->meWeight ); in ImplGetLogFontFromFontSelect()
1706 pMetric->meWeight = ImplWeightToSal( aWinMetric.tmWeight ); in GetFontMetric()
2185 rDFA.meWeight = WEIGHT_DONTKNOW; in ImplGetFontAttrFromFile()
2243 rDFA.meWeight = WEIGHT_NORMAL; in ImplGetFontAttrFromFile()
2249 rDFA.meWeight = ImplWeightToSal( nWinWeight ); in ImplGetFontAttrFromFile()
2303 aDFA.meWeight = WEIGHT_DONTKNOW; in AddTempDevFont()