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/
FontCollection.cpp
51
MinikinFont* typeface = family->
getClosestMatch
(defaultStyle).font;
211
run->fakedFont = family->
getClosestMatch
(style);
229
return mFamilies[0]->
getClosestMatch
(style);
FontFamily.cpp
155
FakedFont FontFamily::
getClosestMatch
(FontStyle style) const {
191
MinikinFont* typeface =
getClosestMatch
(defaultStyle).font;
/frameworks/minikin/include/minikin/
FontFamily.h
134
FakedFont
getClosestMatch
(FontStyle style) const;
/frameworks/base/core/jni/android/graphics/
TypefaceImpl.cpp
150
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 585 milliseconds