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

/frameworks/minikin/tests/
H A DFontCollectionItemizeTest.cpp87 const FontStyle kRegularStyle = FontStyle(); local
92 itemize(collection.get(), "'a' 'b' 'c' 'd' 'e'", kRegularStyle, &runs);
126 itemize(collection.get(), "'a' ',' '-' 'd' '!'", kRegularStyle, &runs);
134 itemize(collection.get(), "'a' ',' '-' 'd' '!'", kRegularStyle, &runs);
144 itemize(collection.get(), "'a' U+0301", kRegularStyle, &runs);

Completed in 60 milliseconds