Home | History | Annotate | Download | only in gm

Lines Matching defs:fs

93                 SkFontStyle fs;
94 set->getStyle(j, &fs, &sname);
95 sname.appendf(" [%d %d %d]", fs.weight(), fs.width(), fs.slant());
101 x = drawCharacter(canvas, 0x5203, x, y, paint, fm, familyName.c_str(), &zh, 1, fs);
102 x = drawCharacter(canvas, 0x5203, x, y, paint, fm, familyName.c_str(), &ja, 1, fs);
104 x = drawCharacter(canvas, 0x1f601, x, y, paint, fm, familyName.c_str(), nullptr,0, fs);
142 SkFontStyle fs;
143 fset->getStyle(j, &fs, &sname);
145 sname.appendf(" [%d %d]", fs.weight(), fs.width());
160 SkFontStyle fs(weight, width, SkFontStyle::kUpright_Slant);
161 sk_sp<SkTypeface> face(fset->matchStyle(fs));
164 str.printf("request [%d %d]", fs.weight(), fs.width());