Lines Matching refs:dwStyle
292 DWriteStyle dwStyle,
298 dwStyle.fWeight, dwStyle.fWidth, dwStyle.fSlant, &searchFont));
305 (dwStyle.fWeight == DWRITE_FONT_WEIGHT_REGULAR &&
306 dwStyle.fSlant == DWRITE_FONT_STYLE_NORMAL) ||
316 dwStyle.fWeight = DWRITE_FONT_WEIGHT_REGULAR;
320 dwStyle.fSlant = DWRITE_FONT_STYLE_NORMAL;
827 DWriteStyle dwStyle(style);
849 return this->fallback(dwFamilyName, dwStyle, dwBcp47->get(), character).release();
853 return this->layoutFallback(dwFamilyName, dwStyle, dwBcp47->get(), character).release();
857 DWriteStyle dwStyle,
886 dwStyle.fWeight,
887 dwStyle.fSlant,
888 dwStyle.fWidth,
906 dwStyle.fWeight = DWRITE_FONT_WEIGHT_REGULAR;
911 dwStyle.fSlant = DWRITE_FONT_STYLE_NORMAL;
925 DWriteStyle dwStyle,
938 dwStyle.fWeight,
939 dwStyle.fSlant,
940 dwStyle.fWidth,
971 if (dwStyle.fWeight != DWRITE_FONT_WEIGHT_REGULAR) {
972 dwStyle.fWeight = DWRITE_FONT_WEIGHT_REGULAR;
976 if (dwStyle.fSlant != DWRITE_FONT_STYLE_NORMAL) {
977 dwStyle.fSlant = DWRITE_FONT_STYLE_NORMAL;
1146 DWriteStyle dwStyle(style);
1153 dwFamilyName, dwStyle, fLocaleName.get(), 32);
1160 return this->fallback(nullptr, dwStyle, fLocaleName.get(), 32);
1175 HRNM(FirstMatchingFontWithoutSimulations(fontFamily, dwStyle, font),
1218 DWriteStyle dwStyle(pattern);
1220 HRNM(FirstMatchingFontWithoutSimulations(fFontFamily, dwStyle, font),