Home
last modified time | relevance | path

Searched refs:getBestFont (Results 1 – 5 of 5) sorted by relevance

/frameworks/minikin/include/minikin/
DFontCollection.h169 FakedFont getBestFont(U16StringPiece textBuf, const Run& run, FontStyle style);
/frameworks/minikin/libs/minikin/
DLayoutCore.cpp388 FakedFont fakedFont = paint.font->getBestFont(substr, run, paint.fontStyle); in LayoutPiece()
DFontCollection.cpp628 FakedFont FontCollection::getBestFont(U16StringPiece text, const Run& run, FontStyle style) { in getBestFont() function in minikin::FontCollection
/frameworks/base/native/android/
Dsystem_fonts.cpp333 fc->getBestFont(minikin::U16StringPiece(text, textLength), runs[0], matcher->mFontStyle) in AFontMatcher_match()
/frameworks/minikin/tests/unittest/
DFontCollectionItemizeTest.cpp91 {collection->getBestFont(U16StringPiece(buf, len), r, style), r.start, r.end}); in itemize()