Home
last modified time | relevance | path

Searched refs:fFontFamily (Results 1 – 7 of 7) sorted by relevance

/external/skqp/src/ports/
DSkFontMgr_win_dw.cpp333 , fFontFamily(SkRefComPtr(fontFamily)) in SkFontStyleSet_DirectWrite()
343 SkTScopedComPtr<IDWriteFontFamily> fFontFamily; member in SkFontStyleSet_DirectWrite
1084 return fFontFamily->GetFontCount(); in count()
1089 HRNM(fFontFamily->GetFont(index, &font), "Could not get font."); in createTypeface()
1094 …return fFontMgr->makeTypefaceFromDWriteFont(fontFace.get(), font.get(), fFontFamily.get()).release… in createTypeface()
1099 HRVM(fFontFamily->GetFont(index, &font), "Could not get font."); in getStyle()
1117 HRNM(fFontFamily->GetFirstMatchingFont(dwStyle.fWeight, dwStyle.fWidth, dwStyle.fSlant, &font), in matchStyle()
1124 fFontFamily.get()).release(); in matchStyle()
/external/skia/experimental/sktext/include/
DProcessor.h39 , fFontFamily(family) in FontBlock()
42 SkString fFontFamily; variable
/external/skia/src/ports/
DSkFontMgr_win_dw.cpp331 , fFontFamily(SkRefComPtr(fontFamily)) in SkFontStyleSet_DirectWrite()
341 SkTScopedComPtr<IDWriteFontFamily> fFontFamily; member in SkFontStyleSet_DirectWrite
1193 return fFontFamily->GetFontCount(); in count()
1198 HRNM(fFontFamily->GetFont(index, &font), "Could not get font."); in createTypeface()
1203 …return fFontMgr->makeTypefaceFromDWriteFont(fontFace.get(), font.get(), fFontFamily.get()).release… in createTypeface()
1208 HRVM(fFontFamily->GetFont(index, &font), "Could not get font."); in getStyle()
1226 HRNM(fFontFamily->GetFirstMatchingFont(dwStyle.fWeight, dwStyle.fWidth, dwStyle.fSlant, &font), in matchStyle()
1233 fFontFamily.get()).release(); in matchStyle()
/external/skia/experimental/sktext/src/
DShaper.cpp46 sk_sp<SkTypeface> typeface = matchTypeface(block.fFontFamily, block.fFontStyle); in createFont()
/external/skia/modules/svg/include/
DSkSVGAttribute.h94 SkSVGProperty<SkSVGFontFamily, true> fFontFamily; member
/external/skia/modules/svg/src/
DSkSVGAttribute.cpp33 result.fFontFamily.init("Sans"); in MakeInitial()
DSkSVGText.cpp66 const auto& family = ctx.presentationContext().fInherited.fFontFamily->family(); in ResolveFont()