Searched refs:style1 (Results 1 - 1 of 1) sorted by relevance

/frameworks/minikin/libs/minikin/
H A DFontFamily.cpp110 static int computeMatch(FontStyle style1, FontStyle style2) { argument
111 if (style1 == style2) return 0;
112 int score = abs(style1.getWeight() - style2.getWeight());
113 if (style1.getItalic() != style2.getItalic()) {

Completed in 94 milliseconds