Searched refs:getBestFont (Results 1 – 5 of 5) sorted by relevance
/frameworks/minikin/include/minikin/ |
D | FontCollection.h | 169 FakedFont getBestFont(U16StringPiece textBuf, const Run& run, FontStyle style);
|
/frameworks/minikin/libs/minikin/ |
D | LayoutCore.cpp | 388 FakedFont fakedFont = paint.font->getBestFont(substr, run, paint.fontStyle); in LayoutPiece()
|
D | FontCollection.cpp | 628 FakedFont FontCollection::getBestFont(U16StringPiece text, const Run& run, FontStyle style) { in getBestFont() function in minikin::FontCollection
|
/frameworks/base/native/android/ |
D | system_fonts.cpp | 333 fc->getBestFont(minikin::U16StringPiece(text, textLength), runs[0], matcher->mFontStyle) in AFontMatcher_match()
|
/frameworks/minikin/tests/unittest/ |
D | FontCollectionItemizeTest.cpp | 91 {collection->getBestFont(U16StringPiece(buf, len), r, style), r.start, r.end}); in itemize()
|