Searched defs:itemize (Results 1 - 2 of 2) sorted by relevance

/frameworks/minikin/tests/
H A DFontCollectionItemizeTest.cpp39 const char kItemizeFontXml[] = kTestFontDir "itemize.xml";
58 // Utility function for calling itemize function.
59 void itemize(FontCollection* collection, const char* str, FontStyle style, function
68 collection->itemize(buf, len, style, result);
92 itemize(collection.get(), "'a' 'b' 'c' 'd' 'e'", kRegularStyle, &runs);
100 itemize(collection.get(), "'a' 'b' 'c' 'd' 'e'", kItalicStyle, &runs);
108 itemize(collection.get(), "'a' 'b' 'c' 'd' 'e'", kBoldStyle, &runs);
116 itemize(collection.get(), "'a' 'b' 'c' 'd' 'e'", kBoldItalicStyle, &runs);
126 itemize(collection.get(), "'a' ',' '-' 'd' '!'", kRegularStyle, &runs);
134 itemize(collectio
[all...]
/frameworks/minikin/libs/minikin/
H A DFontCollection.cpp388 void FontCollection::itemize(const uint16_t *string, size_t string_size, FontStyle style, function in class:android::FontCollection

Completed in 825 milliseconds