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

  /external/skia/src/fonts/
SkFontMgr_indirect.cpp 158 return this->matchFamilyStyle(familyName.c_str(), fontStyle);
176 sk_sp<SkTypeface> face(this->matchFamilyStyle(familyName, style));
179 face.reset(this->matchFamilyStyle(nullptr, style));
  /external/skia/tools/fonts/
SkTestFontMgr.cpp 137 return this->matchFamilyStyle(familyName, style);
144 return this->matchFamilyStyle(familyName.c_str(), style);
170 sk_sp<SkTypeface> typeface = sk_sp<SkTypeface>(this->matchFamilyStyle(familyName, style));
  /external/skqp/src/fonts/
SkFontMgr_indirect.cpp 158 return this->matchFamilyStyle(familyName.c_str(), fontStyle);
176 sk_sp<SkTypeface> face(this->matchFamilyStyle(familyName, style));
179 face.reset(this->matchFamilyStyle(nullptr, style));
  /external/skqp/tools/fonts/
SkTestFontMgr.cpp 137 return this->matchFamilyStyle(familyName, style);
144 return this->matchFamilyStyle(familyName.c_str(), style);
170 sk_sp<SkTypeface> typeface = sk_sp<SkTypeface>(this->matchFamilyStyle(familyName, style));
  /external/skia/include/core/
SkFontMgr.h 69 SkTypeface* matchFamilyStyle(const char familyName[], const SkFontStyle&) const;
  /external/skqp/include/core/
SkFontMgr.h 69 SkTypeface* matchFamilyStyle(const char familyName[], const SkFontStyle&) const;
  /external/skia/modules/skottie/src/
SkottieTextLayer.cpp 136 tf.reset(fmgr->matchFamilyStyle(jfamily->begin(),
  /external/skia/src/core/
SkFontMgr.cpp 110 SkTypeface* SkFontMgr::matchFamilyStyle(const char familyName[],
  /external/skqp/modules/skottie/src/
SkottieTextLayer.cpp 136 tf.reset(fmgr->matchFamilyStyle(jfamily->begin(),
  /external/skqp/src/core/
SkFontMgr.cpp 110 SkTypeface* SkFontMgr::matchFamilyStyle(const char familyName[],
  /external/skia/src/ports/
SkFontMgr_fontconfig.cpp     [all...]
SkFontMgr_fuchsia.cpp 318 return sk_sp<SkTypeface>(matchFamilyStyle(familyName, style));
SkFontHost_win.cpp     [all...]
  /external/skqp/src/ports/
SkFontMgr_fontconfig.cpp     [all...]
SkFontMgr_fuchsia.cpp 322 return sk_sp<SkTypeface>(matchFamilyStyle(familyName, style));
SkFontHost_win.cpp     [all...]

Completed in 312 milliseconds