HomeSort by relevance Sort by last modified time
    Searched refs:getClosestMatch (Results 1 - 6 of 6) sorted by null

  /frameworks/minikin/libs/minikin/
FontCollection.cpp 69 if (family->getClosestMatch(defaultStyle).font == nullptr) {
419 result->push_back({family->getClosestMatch(style), static_cast<int>(start), 0});
430 return mFamilies[0]->getClosestMatch(style);
FontFamily.cpp 141 FakedFont FontFamily::getClosestMatch(FontStyle style) const {
171 const MinikinFont* typeface = getClosestMatch(defaultStyle).font;
  /frameworks/minikin/include/minikin/
FontFamily.h 132 FakedFont getClosestMatch(FontStyle style) const;
  /frameworks/base/libs/hwui/hwui/
Typeface.cpp 144 families.empty() ? nullptr : families[0]->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 125 milliseconds