Searched refs:fFontFamily (Results 1 – 7 of 7) sorted by relevance
/external/skqp/src/ports/ |
D | SkFontMgr_win_dw.cpp | 333 , 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/ |
D | Processor.h | 39 , fFontFamily(family) in FontBlock() 42 SkString fFontFamily; variable
|
/external/skia/src/ports/ |
D | SkFontMgr_win_dw.cpp | 331 , 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/ |
D | Shaper.cpp | 46 sk_sp<SkTypeface> typeface = matchTypeface(block.fFontFamily, block.fFontStyle); in createFont()
|
/external/skia/modules/svg/include/ |
D | SkSVGAttribute.h | 94 SkSVGProperty<SkSVGFontFamily, true> fFontFamily; member
|
/external/skia/modules/svg/src/ |
D | SkSVGAttribute.cpp | 33 result.fFontFamily.init("Sans"); in MakeInitial()
|
D | SkSVGText.cpp | 66 const auto& family = ctx.presentationContext().fInherited.fFontFamily->family(); in ResolveFont()
|