Lines Matching refs:SkFontMgr_Custom
160 SkFontMgr_Custom::SkFontMgr_Custom(const SystemFontLoader& loader) : fDefaultFamily(nullptr) {
188 int SkFontMgr_Custom::onCountFamilies() const {
192 void SkFontMgr_Custom::onGetFamilyName(int index, SkString* familyName) const {
197 SkFontStyleSet_Custom* SkFontMgr_Custom::onCreateStyleSet(int index) const {
202 SkFontStyleSet_Custom* SkFontMgr_Custom::onMatchFamily(const char familyName[]) const {
211 SkTypeface* SkFontMgr_Custom::onMatchFamilyStyle(const char familyName[],
218 SkTypeface* SkFontMgr_Custom::onMatchFamilyStyleCharacter(const char familyName[],
226 sk_sp<SkTypeface> SkFontMgr_Custom::onMakeFromData(sk_sp<SkData> data, int ttcIndex) const {
230 sk_sp<SkTypeface> SkFontMgr_Custom::onMakeFromStreamIndex(std::unique_ptr<SkStreamAsset> stream,
235 sk_sp<SkTypeface> SkFontMgr_Custom::onMakeFromStreamArgs(std::unique_ptr<SkStreamAsset> stream,
257 sk_sp<SkTypeface> SkFontMgr_Custom::onMakeFromFile(const char path[], int ttcIndex) const {
262 sk_sp<SkTypeface> SkFontMgr_Custom::onLegacyMakeTypeface(const char familyName[],