Home | History | Annotate | Download | only in gm

Lines Matching defs:fm

28                               SkScalar y, SkPaint& paint, SkFontMgr* fm,
34 SkTypeface* typeface = fm->matchFamilyStyleCharacter(fontName, fontStyle,
48 SkTypeface* typefaceCopy = fm->legacyCreateTypeface(familyName.c_str(), typeface->style());
89 SkFontMgr* fm = fFM;
90 int count = SkMin32(fm->countFamilies(), MAX_FAMILIES);
94 fm->getFamilyName(i, &familyName);
100 SkAutoTUnref<SkFontStyleSet> set(fm->createStyleSet(i));
111 x = drawCharacter(canvas, 0x5203, x, y, paint, fm, familyName.c_str(), &zh, 1, fs);
112 x = drawCharacter(canvas, 0x5203, x, y, paint, fm, familyName.c_str(), &ja, 1, fs);
114 x = drawCharacter(canvas, 0x1f601, x, y, paint, fm, familyName.c_str(), nullptr,0, fs);
266 SkFontMgr* fm = fFM;
267 int count = SkMin32(fm->countFamilies(), 32);
275 SkAutoTUnref<SkFontStyleSet> set(fm->createStyleSet(i));