Home
last modified time | relevance | path

Searched defs:familyNames (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/src/ports/
DSkTypeface_win_dw.cpp36 SkTScopedComPtr<IDWriteLocalizedStrings> familyNames; in onGetFamilyName() local
45 SkTScopedComPtr<IDWriteLocalizedStrings> familyNames; in onGetFontDescriptor() local
116 SkTScopedComPtr<IDWriteLocalizedStrings> familyNames; in onCreateFamilyNameIterator() local
435 SkTScopedComPtr<IDWriteLocalizedStrings> familyNames; in onGetAdvancedMetrics() local
DSkFontMgr_win_dw.cpp479 SkTScopedComPtr<IDWriteLocalizedStrings> familyNames; in onGetFamilyName() local
/third_party/skia/src/ports/
DSkTypeface_win_dw.cpp52 SkTScopedComPtr<IDWriteLocalizedStrings> familyNames; in onGetFamilyName() local
80 SkTScopedComPtr<IDWriteLocalizedStrings> familyNames; in onGetFontDescriptor() local
151 SkTScopedComPtr<IDWriteLocalizedStrings> familyNames; in onCreateFamilyNameIterator() local
515 SkTScopedComPtr<IDWriteLocalizedStrings> familyNames; in onGetAdvancedMetrics() local
DSkFontMgr_mac_ct.cpp388 std::unique_ptr<const void*[]> familyNames(new const void*[count]); in SkCopyAvailableFontFamilyNames() local
DSkFontMgr_win_dw.cpp550 SkTScopedComPtr<IDWriteLocalizedStrings> familyNames; in onGetFamilyName() local
/third_party/skia/modules/skparagraph/src/
DFontCollection.cpp77 …vector<sk_sp<SkTypeface>> FontCollection::findTypefaces(const std::vector<SkString>& familyNames, … in findTypefaces()