Lines Matching refs:dwStyle
745 const DWriteStyle dwStyle(style); in onMatchFamilyStyleCharacter() local
794 dwStyle.fWeight, in onMatchFamilyStyleCharacter()
795 dwStyle.fSlant, in onMatchFamilyStyleCharacter()
796 dwStyle.fWidth, in onMatchFamilyStyleCharacter()
816 dwStyle.fWeight, in onMatchFamilyStyleCharacter()
817 dwStyle.fSlant, in onMatchFamilyStyleCharacter()
818 dwStyle.fWidth, in onMatchFamilyStyleCharacter()
980 DWriteStyle dwStyle(style); in onLegacyMakeTypeface() local
981 HRNM(fontFamily->GetFirstMatchingFont(dwStyle.fWeight, dwStyle.fWidth, dwStyle.fSlant, &font), in onLegacyMakeTypeface()
1024 DWriteStyle dwStyle(pattern); in matchStyle() local
1026 HRNM(fFontFamily->GetFirstMatchingFont(dwStyle.fWeight, dwStyle.fWidth, dwStyle.fSlant, &font), in matchStyle()