Home | History | Annotate | Download | only in gm

Lines Matching defs:fm

28                               SkScalar y, SkPaint& paint, SkFontMgr* fm,
35 SkTypeface* typeface = fm->matchFamilyStyleCharacter(fontName, fontStyle, &bpc47, 1, character);
37 SkTypeface* typeface = fm->matchFamilyStyleCharacter(fontName, fontStyle, bpc47, character);
51 SkTypeface* typefaceCopy = fm->legacyCreateTypeface(familyName.c_str(), typeface->style());
87 SkFontMgr* fm = fFM;
88 int count = SkMin32(fm->countFamilies(), MAX_FAMILIES);
92 fm->getFamilyName(i, &fname);
98 SkAutoTUnref<SkFontStyleSet> set(fm->createStyleSet(i));
109 x = drawCharacter(canvas, 0x5203, x, y, paint, fm, fName.c_str(), "zh", fs);
110 x = drawCharacter(canvas, 0x5203, x, y, paint, fm, fName.c_str(), "ja", fs);
112 x = drawCharacter(canvas, 0x1f601, x, y, paint, fm, fName.c_str(), NULL, fs);