Lines Matching defs:fFont
57 , fFont(fDesc.fTypeface, fDesc.fTextSize)
59 fFont.setHinting(SkFontHinting::kNone);
60 fFont.setSubpixel(true);
61 fFont.setLinearMetrics(true);
62 fFont.setBaselineSnap(false);
63 fFont.setEdging(SkFont::Edging::kAntiAlias);
83 info.fFont.getMetrics(&metrics);
99 fLineRuns.push_back({info.fFont, info.glyphCount});
246 fShaper->shape(start, SkToSizeT(end - start), fFont, shape_ltr, shape_width, this);
252 SkFont fFont;
270 rec.fFont.getMetrics(&metrics);
277 fFont.getWidths(glyphs, SkToInt(rec.fGlyphCount), fAdvanceBuffer.data());
284 const auto& blob_buffer = fBuilder.allocRunPos(rec.fFont, 1);
311 const auto& blob_buffer = fBuilder.allocRunPos(rec.fFont, rec.fGlyphCount);
340 SkFont fFont;