Home
last modified time | relevance | path

Searched refs:itemize (Results 1 – 7 of 7) sorted by relevance

/frameworks/minikin/tests/unittest/
DFontCollectionItemizeTest.cpp59 std::vector<FontCollection::Run> itemize(const std::shared_ptr<FontCollection>& collection, in itemize() function
68 auto result = collection->itemize(U16StringPiece(buf, len), style, localeListId, in itemize()
73 auto resultWithRunMax = collection->itemize(U16StringPiece(buf, len), style, localeListId, in itemize()
86 std::vector<FontCollection::Run> itemize(const std::shared_ptr<FontCollection>& collection, in itemize() function
88 return itemize(collection, str, FontStyle(), localeList); in itemize()
92 std::vector<FontCollection::Run> itemize(const std::shared_ptr<FontCollection>& collection, in itemize() function
94 return itemize(collection, str, style, ""); in itemize()
98 std::vector<FontCollection::Run> itemize(const std::shared_ptr<FontCollection>& collection, in itemize() function
100 return itemize(collection, str, FontStyle(), ""); in itemize()
123 auto runs = itemize(collection, "'a' 'b' 'c' 'd' 'e'", kRegularStyle); in TEST()
[all …]
/frameworks/minikin/include/minikin/
DFontCollection.h45 std::vector<Run> itemize(U16StringPiece text, FontStyle style, uint32_t localeListId,
49 std::vector<Run> itemize(U16StringPiece text, FontStyle style, uint32_t localeListId, in itemize() function
51 return itemize(text, style, localeListId, familyVariant, text.size()); in itemize()
/frameworks/minikin/tests/
DAndroid.bp31 "data/itemize.xml",
/frameworks/minikin/tests/perftests/
DFontCollection.cpp99 collection->itemize(U16StringPiece(buffer, utf16_length), paint.fontStyle, in BM_FontCollection_itemize()
/frameworks/minikin/libs/minikin/
DFontCollection.cpp371 std::vector<FontCollection::Run> FontCollection::itemize(U16StringPiece text, FontStyle style, in itemize() function in minikin::FontCollection
DLayoutCore.cpp358 std::vector<FontCollection::Run> items = paint.font->itemize( in LayoutPiece()
/frameworks/base/native/android/
Dsystem_fonts.cpp249 std::vector<minikin::FontCollection::Run> runs = fc->itemize( in AFontMatcher_match()