Searched refs:FakedFont (Results 1 – 7 of 7) sorted by relevance
35 FakedFont fakedFont;47 FakedFont baseFontFaked(FontStyle style);
110 int findFace(FakedFont face, LayoutContext* ctx);131 std::vector<FakedFont> mFaces;
115 struct FakedFont { struct134 FakedFont getClosestMatch(FontStyle style) const; argument
155 FakedFont FontFamily::getClosestMatch(FontStyle style) const { in getClosestMatch()166 FakedFont result; in getClosestMatch()
218 FakedFont FontCollection::baseFontFaked(FontStyle style) { in baseFontFaked()220 return FakedFont(); in baseFontFaked()
389 int Layout::findFace(FakedFont face, LayoutContext* ctx) { in findFace()
442 FakedFont baseFont = typeface->fFontCollection->baseFontFaked(typeface->fStyle); in getMetricsInternal()