Home
last modified time | relevance | path

Searched defs:matchFamilyStyleCharacter (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/fonts/
H A DNativeSystemFontHelper.java147 public static Pair<File, Integer> matchFamilyStyleCharacter(String familyName, int weight, in matchFamilyStyleCharacter() method in NativeSystemFontHelper
/aosp_15_r20/external/skia/src/core/
H A DSkFontMgr.cpp114 sk_sp<SkTypeface> SkFontMgr::matchFamilyStyleCharacter(const char familyName[], const SkFontStyle& … in matchFamilyStyleCharacter() function in SkFontMgr