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

  /external/skia/include/ports/
SkFontMgr_indirect.h 41 virtual SkTypeface* onMatchFamilyStyle(const char familyName[],
SkFontMgr.h 184 virtual SkTypeface* onMatchFamilyStyle(const char familyName[],
  /external/skia/src/core/
SkFontMgr.cpp 52 virtual SkTypeface* onMatchFamilyStyle(const char[],
107 return this->onMatchFamilyStyle(familyName, fs);
  /external/skia/src/ports/
SkFontMgr_custom.cpp 258 SkTypeface* onMatchFamilyStyle(const char familyName[],
323 tf = this->onMatchFamilyStyle(familyName, style);
SkFontMgr_android.cpp 349 virtual SkTypeface* onMatchFamilyStyle(const char familyName[],
500 return this->onMatchFamilyStyle(familyName, style);
SkFontMgr_win_dw.cpp 287 virtual SkTypeface* onMatchFamilyStyle(const char familyName[],
503 SkTypeface* SkFontMgr_DirectWrite::onMatchFamilyStyle(const char familyName[],
    [all...]
SkFontMgr_fontconfig.cpp 731 virtual SkTypeface* onMatchFamilyStyle(const char familyName[],
    [all...]
SkFontHost_mac.cpp     [all...]
SkFontHost_win.cpp     [all...]
  /external/skia/src/fonts/
SkFontMgr_indirect.cpp 152 SkTypeface* SkFontMgr_Indirect::onMatchFamilyStyle(const char familyName[],
SkFontMgr_fontconfig.cpp 283 SkTypeface* onMatchFamilyStyle(const char familyName[],

Completed in 5190 milliseconds