Lines Matching defs:fFont
646 : fUtf8Range(utf8Range), fFont(font), fLevel(level)
651 SkFont fFont;
661 : fUtf8Range(utf8Range), fFont(font), fLevel(level),
666 RSFont fFont;
728 run.fFont,
742 run.fFont,
1344 runs[current.fRunIndex].fFont.getMetrics(&metrics);
1347 runs[current.fRunIndex].fFont.GetMetrics(&metrics);
1394 sub.run.fFont,
1447 run.fFont,
1458 run.fFont,
1631 run.fFont.getBounds(glyphIDs.get(), len, glyphBounds.get(), &p);
1634 run.fFont.GetWidths(glyphIDs.get(), len, nullptr, glyphBounds.get());
1638 double SkScalarFromHBPosX = +(1.52587890625e-5) * run.fFont.getScaleX();
1640 double SkScalarFromHBPosX = +(1.52587890625e-5) * run.fFont.GetScaleX();