Searched refs:FakedFont (Results 1 – 8 of 8) sorted by relevance
141 sizeof(MinikinExtent) * mExtents.size() + sizeof(FakedFont) * mFaces.size() + in getMemoryUsage()155 uint8_t findOrPushBackFace(const FakedFont& face);189 std::vector<FakedFont> mFaces;
38 FakedFont fakedFont;52 FakedFont baseFontFaked(FontStyle style);
49 struct FakedFont { struct139 FakedFont getClosestMatch(FontStyle style) const;
143 FakedFont FontFamily::getClosestMatch(FontStyle style) const { in getClosestMatch()154 return FakedFont{bestFont, computeFakery(style, bestFont->style())}; in getClosestMatch()
464 FakedFont FontCollection::baseFontFaked(FontStyle style) { in baseFontFaked()
162 uint8_t Layout::findOrPushBackFace(const FakedFont& face) { in findOrPushBackFace()610 const FakedFont& fakedFont = run.fakedFont; in doLayoutRun()
728 FakedFont closest = family.getClosestMatch(testCase.wantedStyle); in TEST_F()
575 minikin::FakedFont baseFont = typeface->fFontCollection->baseFontFaked(typeface->fStyle); in getMetricsInternal()