Searched refs:onLegacyCreateTypeface (Results 1 - 12 of 12) sorted by relevance

/external/skia/include/ports/
H A DSkFontMgr_indirect.h57 SkTypeface* onLegacyCreateTypeface(const char familyName[], SkFontStyle) const override;
H A DSkFontMgr.h155 virtual SkTypeface* onLegacyCreateTypeface(const char familyName[], SkFontStyle) const = 0;
/external/skia/src/core/
H A DSkFontMgr.cpp77 SkTypeface* onLegacyCreateTypeface(const char [], SkFontStyle) const override {
167 return this->onLegacyCreateTypeface(familyName, style);
/external/skia/src/ports/
H A DSkFontMgr_custom.h150 SkTypeface* onLegacyCreateTypeface(const char familyName[], SkFontStyle style) const override;
H A DSkFontMgr_custom.cpp244 SkTypeface* SkFontMgr_Custom::onLegacyCreateTypeface(const char familyName[],
H A DSkFontMgr_FontConfigInterface.cpp262 SkTypeface* onLegacyCreateTypeface(const char requestedFamilyName[],
H A DSkFontMgr_win_dw.cpp297 SkTypeface* onLegacyCreateTypeface(const char familyName[], SkFontStyle) const override;
953 SkTypeface* SkFontMgr_DirectWrite::onLegacyCreateTypeface(const char familyName[], function in class:SkFontMgr_DirectWrite
H A DSkFontMgr_android.cpp467 SkTypeface* onLegacyCreateTypeface(const char familyName[], SkFontStyle style) const override {
H A DSkFontMgr_fontconfig.cpp950 SkTypeface* onLegacyCreateTypeface(const char familyName[], SkFontStyle style) const override {
H A DSkFontHost_mac.cpp2633 SkTypeface* onLegacyCreateTypeface(const char familyName[], SkFontStyle style) const override {
H A DSkFontHost_win.cpp2470 SkTypeface* onLegacyCreateTypeface(const char familyName[], SkFontStyle style) const override {
/external/skia/src/fonts/
H A DSkFontMgr_indirect.cpp173 SkTypeface* SkFontMgr_Indirect::onLegacyCreateTypeface(const char familyName[], function in class:SkFontMgr_Indirect

Completed in 126 milliseconds