Home | History | Annotate | Download | only in ports

Lines Matching full:weight

972     DWRITE_FONT_WEIGHT weight = (styleBits & SkTypeface::kBold)
979 HRNM(fontFamily->GetFirstMatchingFont(weight, stretch, italic, &font),
1022 int weight = font->GetWeight();
1025 *fs = SkFontStyle(weight, width, slant);
1049 DWRITE_FONT_WEIGHT weight = (DWRITE_FONT_WEIGHT)pattern.weight();
1054 HRNM(fFontFamily->GetFirstMatchingFont(weight, width, slant, &font),