Home
last modified time | relevance | path

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

/frameworks/minikin/tests/unittest/
DFontFamilyTest.cpp674 const std::vector<FontStyle> STANDARD_SET = { in TEST_F() local
716 {FontStyle(NORMAL, UPRIGHT), STANDARD_SET, 0}, in TEST_F()
717 {FontStyle(BOLD, UPRIGHT), STANDARD_SET, 1}, in TEST_F()
718 {FontStyle(NORMAL, ITALIC), STANDARD_SET, 2}, in TEST_F()
719 {FontStyle(BOLD, ITALIC), STANDARD_SET, 3}, in TEST_F()