Home
last modified time | relevance | path

Searched refs:fFontFamily (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/ports/
H A DSkFontMgr_win_dw.cpp392 , 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 DSkSVGAttribute.cpp33 result.fFontFamily.init("Sans"); in MakeInitial()
H A DSkSVGText.cpp66 const auto& family = ctx.presentationContext().fInherited.fFontFamily->family(); in ResolveFont()
/third_party/skia/modules/svg/include/
H A DSkSVGAttribute.h94 SkSVGProperty<SkSVGFontFamily, true> fFontFamily; member

Completed in 5 milliseconds