Home
last modified time | relevance | path

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

/frameworks/minikin/tests/unittest/
DFontCollectionItemizeTest.cpp66 std::vector<Run> itemize(const std::shared_ptr<FontCollection>& collection, const char* str, in itemize() function
74 auto result = collection->itemize(U16StringPiece(buf, len), style, localeListId, in itemize()
79 auto resultWithRunMax = collection->itemize(U16StringPiece(buf, len), style, localeListId, in itemize()
97 std::vector<Run> itemize(const std::shared_ptr<FontCollection>& collection, const char* str, in itemize() function
99 return itemize(collection, str, FontStyle(), localeList); in itemize()
103 std::vector<Run> itemize(const std::shared_ptr<FontCollection>& collection, const char* str, in itemize() function
105 return itemize(collection, str, style, ""); in itemize()
109 std::vector<Run> itemize(const std::shared_ptr<FontCollection>& collection, const char* str) { in itemize() function
110 return itemize(collection, str, FontStyle(), ""); in itemize()
132 auto runs = itemize(collection, "'a' 'b' 'c' 'd' 'e'", kRegularStyle); in TEST()
[all …]
/frameworks/minikin/include/minikin/
DFontCollection.h161 std::vector<Run> itemize(U16StringPiece text, FontStyle style, uint32_t localeListId,
165 std::vector<Run> itemize(U16StringPiece text, FontStyle style, uint32_t localeListId, in itemize() function
167 return itemize(text, style, localeListId, familyVariant, text.size()); in itemize()
/frameworks/native/libs/renderengine/skia/debug/
DSkiaMemoryReporter.cpp30 SkiaMemoryReporter::SkiaMemoryReporter(const std::vector<ResourcePair>& resourceMap, bool itemize) in SkiaMemoryReporter() argument
32 mItemize(itemize), in SkiaMemoryReporter()
DSkiaMemoryReporter.h51 SkiaMemoryReporter(const std::vector<ResourcePair>& resourceMap, bool itemize);
/frameworks/minikin/tests/
DAndroid.bp45 "data/itemize.xml",
/frameworks/minikin/tests/perftests/
DFontCollection.cpp97 collection->itemize(U16StringPiece(buffer, utf16_length), paint.fontStyle, in BM_FontCollection_itemize()
/frameworks/minikin/libs/minikin/
DLayoutCore.cpp297 paint.font->itemize(substr, paint.fontStyle, paint.localeListId, paint.familyVariant); in LayoutPiece()
DFontCollection.cpp712 std::vector<FontCollection::Run> FontCollection::itemize(U16StringPiece text, FontStyle, in itemize() function in minikin::FontCollection
/frameworks/base/native/android/
Dsystem_fonts.cpp313 std::vector<minikin::FontCollection::Run> runs = fc->itemize( in AFontMatcher_match()