OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getClosestMatch
(Results
1 - 6
of
6
) sorted by null
/frameworks/minikin/libs/minikin/
FontFamily.cpp
129
FakedFont FontFamily::
getClosestMatch
(FontStyle style) const {
175
MinikinFont* typeface =
getClosestMatch
(defaultStyle).font;
204
MinikinFont* minikinFont =
getClosestMatch
(defaultStyle).font;
FontCollection.cpp
93
MinikinFont* typeface = family->
getClosestMatch
(defaultStyle).font;
458
run->fakedFont = family->
getClosestMatch
(style);
473
return mFamilies[0]->
getClosestMatch
(style);
/frameworks/minikin/include/minikin/
FontFamily.h
120
FakedFont
getClosestMatch
(FontStyle style) const;
/frameworks/base/libs/hwui/hwui/
Typeface.cpp
143
MinikinFont* mf = firstFamily->
getClosestMatch
(defaultStyle).font;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationMatcher.java
607
static String
getClosestMatch
(@NonNull FolderConfiguration oldConfig,
[
all
...]
ConfigurationChooser.java
[
all
...]
Completed in 931 milliseconds