Searched refs:fFontFamily (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/src/ports/ |
H A D | SkFontMgr_win_dw.cpp | 392 , fFontFamily(SkRefComPtr(fontFamily)) in SkFontStyleSet_DirectWrite() 402 SkTScopedComPtr<IDWriteFontFamily> fFontFamily; member in SkFontStyleSet_DirectWrite 1187 return fFontFamily->GetFontCount(); in count() 1192 HRNM(fFontFamily->GetFont(index, &font), "Could not get font."); in createTypeface() 1197 return fFontMgr->makeTypefaceFromDWriteFont(fontFace.get(), font.get(), fFontFamily.get()).release(); in createTypeface() 1202 HRVM(fFontFamily->GetFont(index, &font), "Could not get font."); in getStyle() 1220 HRNM(FirstMatchingFontWithoutSimulations(fFontFamily, dwStyle, font), in matchStyle() 1227 fFontFamily.get()).release(); in matchStyle()
|
/third_party/skia/modules/svg/src/ |
H A D | SkSVGAttribute.cpp | 33 result.fFontFamily.init("Sans"); in MakeInitial()
|
H A D | SkSVGText.cpp | 66 const auto& family = ctx.presentationContext().fInherited.fFontFamily->family(); in ResolveFont()
|
/third_party/skia/modules/svg/include/ |
H A D | SkSVGAttribute.h | 94 SkSVGProperty<SkSVGFontFamily, true> fFontFamily; member
|
Completed in 4 milliseconds