Searched refs:FakedFont (Results 1 – 7 of 7) sorted by relevance
35 FakedFont fakedFont;52 FakedFont baseFontFaked(FontStyle style);
95 struct FakedFont { struct120 FakedFont getClosestMatch(FontStyle style) const; argument
133 int findFace(FakedFont face, LayoutContext* ctx);158 std::vector<FakedFont> mFaces;
129 FakedFont FontFamily::getClosestMatch(FontStyle style) const { in getClosestMatch()140 FakedFont result; in getClosestMatch()
472 FakedFont FontCollection::baseFontFaked(FontStyle style) { in baseFontFaked()
333 int Layout::findFace(FakedFont face, LayoutContext* ctx) { in findFace()
407 FakedFont baseFont = typeface->fFontCollection->baseFontFaked(typeface->fStyle); in getMetricsInternal()