Home
last modified time | relevance | path

Searched refs:skfontstyle_from_fcpattern (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/ports/
DSkFontConfigInterface_direct.cpp396 static SkFontStyle skfontstyle_from_fcpattern(FcPattern* pattern) { in skfontstyle_from_fcpattern() function
685 *outStyle = skfontstyle_from_fcpattern(match); in matchFamilyName()
DSkFontMgr_fontconfig.cpp305 static SkFontStyle skfontstyle_from_fcpattern(FcPattern* pattern) { in skfontstyle_from_fcpattern() function
555 : INHERITED(skfontstyle_from_fcpattern(pattern), in SkTypeface_fontconfig()
591 *style = skfontstyle_from_fcpattern(fFontSet->fonts[index]); in getStyle()
/third_party/flutter/skia/src/ports/
DSkFontConfigInterface_direct.cpp411 static SkFontStyle skfontstyle_from_fcpattern(FcPattern* pattern) { in skfontstyle_from_fcpattern() function
703 *outStyle = skfontstyle_from_fcpattern(match); in matchFamilyName()
DSkFontMgr_fontconfig.cpp329 static SkFontStyle skfontstyle_from_fcpattern(FcPattern* pattern) { in skfontstyle_from_fcpattern() function
569 : INHERITED(skfontstyle_from_fcpattern(pattern), in SkTypeface_fontconfig()
605 *style = skfontstyle_from_fcpattern(fFontSet->fonts[index]); in getStyle()