Lines Matching refs:fFont
204 , fFont(info.fFont)
228 info.fFont.getMetrics(&fFontMetrics);
230 info.fFont.GetMetrics(&fFontMetrics);
234 auto decompressFont = info.fFont;
259 const auto runHeight = fHeightMultiplier * fFont.getSize();
261 const auto runHeight = fHeightMultiplier * fFont.GetSize();
285 const auto& blobBuffer = builder.allocRunPos(fFont, SkToInt(size));
303 const auto& blobBuffer = builder.AllocRunPos(fFont, SkToInt(size));
328 auto& blobBuffer = builder.AllocRunRSXform(fFont, SkToInt(size));
331 fFont.GetWidths(blobBuffer.glyphs, size, widths.data());