Lines Matching refs:dwStyle
749 const DWriteStyle dwStyle(style); in onMatchFamilyStyleCharacter() local
798 dwStyle.fWeight, in onMatchFamilyStyleCharacter()
799 dwStyle.fSlant, in onMatchFamilyStyleCharacter()
800 dwStyle.fWidth, in onMatchFamilyStyleCharacter()
820 dwStyle.fWeight, in onMatchFamilyStyleCharacter()
821 dwStyle.fSlant, in onMatchFamilyStyleCharacter()
822 dwStyle.fWidth, in onMatchFamilyStyleCharacter()
1071 DWriteStyle dwStyle(style); in onLegacyMakeTypeface() local
1072 HRNM(fontFamily->GetFirstMatchingFont(dwStyle.fWeight, dwStyle.fWidth, dwStyle.fSlant, &font), in onLegacyMakeTypeface()
1115 DWriteStyle dwStyle(pattern); in matchStyle() local
1117 HRNM(fFontFamily->GetFirstMatchingFont(dwStyle.fWeight, dwStyle.fWidth, dwStyle.fSlant, &font), in matchStyle()