Lines Matching defs:fFont
121 , fFont(font)
122 , fFallbackFont(fFont)
128 fFont.setTypeface(font.refTypefaceOrDefault());
142 if (fFont.unicharToGlyph(u)) {
143 fCurrentFont = &fFont;
157 fCurrentFont = &fFont;
166 if (fCurrentFont->getTypeface() != fFont.getTypeface() && fFont.unicharToGlyph(u)) {
200 SkFont fFont;
216 , fFont(font)
217 , fFallbackFont(fFont)
223 fFont.SetTypeface(GetRSTypefaceOrDefault(const_cast<RSFont&>(font).GetTypeface()));
238 if (fFont.UnicharToGlyph(u)) {
239 fCurrentFont = &fFont;
253 fCurrentFont = &fFont;
261 if (fCurrentFont->GetTypeface() != fFont.GetTypeface() && fFont.UnicharToGlyph(u)) {
295 RSFont fFont;
354 info.fFont.getMetrics(&metrics);
368 const auto& runBuffer = fBuilder.allocRunTextPos(info.fFont, glyphCount, utf8RangeSize);