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

  /cts/tests/tests/graphics/src/android/graphics/fonts/
NativeSystemFontTest.java 56 Pair<File, Integer> fontForA = NativeSystemFontHelper.matchFamilyStyleCharacter(
58 Pair<File, Integer> fontForB = NativeSystemFontHelper.matchFamilyStyleCharacter(
65 Pair<File, Integer> fontForA = NativeSystemFontHelper.matchFamilyStyleCharacter(
67 Pair<File, Integer> fontForB = NativeSystemFontHelper.matchFamilyStyleCharacter(
115 NativeSystemFontHelper.matchFamilyStyleCharacter(
NativeSystemFontHelper.java 70 public static Pair<File, Integer> matchFamilyStyleCharacter(String familyName, int weight,
  /external/skia/include/core/
SkFontMgr.h 86 SkTypeface* matchFamilyStyleCharacter(const char familyName[], const SkFontStyle&,
  /external/skqp/include/core/
SkFontMgr.h 86 SkTypeface* matchFamilyStyleCharacter(const char familyName[], const SkFontStyle&,
  /external/skia/src/core/
SkFontMgr.cpp 115 SkTypeface* SkFontMgr::matchFamilyStyleCharacter(const char familyName[], const SkFontStyle& style,
  /external/skqp/src/core/
SkFontMgr.cpp 115 SkTypeface* SkFontMgr::matchFamilyStyleCharacter(const char familyName[], const SkFontStyle& style,
  /external/skia/gm/
fontmgr.cpp 36 sk_sp<SkTypeface> typeface(fm->matchFamilyStyleCharacter(fontName, fontStyle,
  /external/skia/tests/
FontMgrAndroidParserTest.cpp 373 sk_sp<SkTypeface> typeface(fontMgr->matchFamilyStyleCharacter(
  /external/skqp/gm/
fontmgr.cpp 36 sk_sp<SkTypeface> typeface(fm->matchFamilyStyleCharacter(fontName, fontStyle,
  /external/skqp/tests/
FontMgrAndroidParserTest.cpp 373 sk_sp<SkTypeface> typeface(fontMgr->matchFamilyStyleCharacter(
  /external/skia/modules/skshaper/src/
SkShaper_harfbuzz.cpp 517 sk_sp<SkTypeface> candidate(fFallbackMgr->matchFamilyStyleCharacter(
542 sk_sp<SkTypeface> candidate(fFallbackMgr->matchFamilyStyleCharacter(
    [all...]
  /external/skqp/modules/skshaper/src/
SkShaper_harfbuzz.cpp 304 fFallbackTypeface.reset(fFallbackMgr->matchFamilyStyleCharacter(

Completed in 251 milliseconds