OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:computeMatch
(Results
1 - 2
of
2
) sorted by null
/frameworks/minikin/libs/minikin/
FontFamily.cpp
122
static int
computeMatch
(FontStyle style1, FontStyle style2) {
146
int match =
computeMatch
(font.style, style);
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/
FontFamily_Delegate.java
187
int match =
computeMatch
(font, desiredStyle);
474
private static int
computeMatch
(@NonNull FontInfo font1, @NonNull FontInfo font2) {
Completed in 1120 milliseconds