Home
last modified time | relevance | path

Searched refs:FakedFont (Results 1 – 8 of 8) sorted by relevance

/frameworks/minikin/include/minikin/
DLayout.h141 sizeof(MinikinExtent) * mExtents.size() + sizeof(FakedFont) * mFaces.size() + in getMemoryUsage()
155 uint8_t findOrPushBackFace(const FakedFont& face);
189 std::vector<FakedFont> mFaces;
DFontCollection.h38 FakedFont fakedFont;
52 FakedFont baseFontFaked(FontStyle style);
DFontFamily.h49 struct FakedFont { struct
139 FakedFont getClosestMatch(FontStyle style) const;
/frameworks/minikin/libs/minikin/
DFontFamily.cpp143 FakedFont FontFamily::getClosestMatch(FontStyle style) const { in getClosestMatch()
154 return FakedFont{bestFont, computeFakery(style, bestFont->style())}; in getClosestMatch()
DFontCollection.cpp464 FakedFont FontCollection::baseFontFaked(FontStyle style) { in baseFontFaked()
DLayout.cpp162 uint8_t Layout::findOrPushBackFace(const FakedFont& face) { in findOrPushBackFace()
610 const FakedFont& fakedFont = run.fakedFont; in doLayoutRun()
/frameworks/minikin/tests/unittest/
DFontFamilyTest.cpp728 FakedFont closest = family.getClosestMatch(testCase.wantedStyle); in TEST_F()
/frameworks/base/core/jni/android/graphics/
DPaint.cpp575 minikin::FakedFont baseFont = typeface->fFontCollection->baseFontFaked(typeface->fStyle); in getMetricsInternal()