Home
last modified time | relevance | path

Searched refs:fFontCollection (Results 1 - 10 of 10) sorted by relevance

/third_party/skia/bench/
H A DParagraphBench.cpp23 sk_sp<skia::textlayout::FontCollection> fFontCollection; member in final
43 fFontCollection = sk_make_sp<skia::textlayout::FontCollection>();
44 fFontCollection->setDefaultFontManager(SkFontMgr::RefDefault());
69 skia::textlayout::ParagraphBuilder::make(paragraph_style, fFontCollection);
/third_party/skia/src/ports/
H A DSkRemotableFontMgr_win_dw.cpp89 : fFontCollection(SkRefComPtr(fontCollection)) in SkRemotableFontMgr_DirectWrite()
128 HRNM(fFontCollection->GetFontFamily(familyIndex, &fontFamily),
150 HR_GENERAL(fFontCollection->GetFontFamily(familyIndex, &fontFamily),
196 HR_GENERAL(fFontCollection->FindFamilyName(dwFamilyName.get(), &index, &exists),
220 HR_GENERAL(fFontCollection->FindFamilyName(dwFamilyName.get(), &index, &exists),
250 HRM(fOuter->fFontCollection->GetFontFromFontFace(glyphRun->fontFace, &font),
390 fFontCollection.get(),
438 SkTScopedComPtr<IDWriteFontCollection> fFontCollection; member in SkRemotableFontMgr_DirectWrite
H A DSkFontMgr_win_dw.cpp339 , fFontCollection(SkRefComPtr(fontCollection)) in SkFontMgr_DirectWrite()
377 SkTScopedComPtr<IDWriteFontCollection> fFontCollection; member in SkFontMgr_DirectWrite
543 return fFontCollection->GetFontFamilyCount(); in onCountFamilies()
548 HRVM(fFontCollection->GetFontFamily(index, &fontFamily), "Could not get requested family."); in onGetFamilyName()
558 HRNM(fFontCollection->GetFontFamily(index, &fontFamily), "Could not get requested family."); in onCreateStyleSet()
573 HRNM(fFontCollection->FindFamilyName(dwFamilyName.get(), &index, &exists), in onMatchFamily()
635 HRM(fOuter->fFontCollection->GetFontFromFontFace(glyphRun->fontFace, &font),
884 fFontCollection.get(), in fallback()
937 fFontCollection.get(), in layoutFallback()
956 HRNM(fallbackLayout->SetFontCollection(fFontCollection in layoutFallback()
[all...]
H A DSkFontMgr_mac_ct.cpp444 SkUniqueCFRef<CTFontCollectionRef> fFontCollection;
449 , fFontCollection(fontCollection ? (CTFontCollectionRef)CFRetain(fontCollection)
/third_party/skia/modules/skparagraph/src/
H A DOneLineShaper.cpp444 std::vector<sk_sp<SkTypeface>> typefaces = fParagraph->fFontCollection->findTypefaces(textStyle.getFontFamilies(), textStyle.getFontStyle(), textStyle.getFontArguments());
446 std::vector<std::shared_ptr<RSTypeface>> typefaces = fParagraph->fFontCollection->findTypefaces(
457 if (fParagraph->fFontCollection->fontFallbackEnabled()) {
505 typeface = fParagraph->fFontCollection->defaultFallback(
532 typeface = fParagraph->fFontCollection->CloneTypeface(typeface, textStyle.getFontArguments());
608 auto typefaces = fParagraph->fFontCollection->findTypefaces(
H A DParagraphBuilderImpl.cpp45 , fFontCollection(std::move(fontCollection)) in ParagraphBuilderImpl()
209 fUtf8, fParagraphStyle, fStyledBlocks, fPlaceholders, fFontCollection, fUnicode); in Build()
H A DParagraphBuilderImpl.h107 sk_sp<FontCollection> fFontCollection; member in skia::textlayout::ParagraphBuilderImpl
H A DParagraphImpl.cpp93 : fFontCollection(std::move(fonts)) in Paragraph()
478 fPlaceholders, fFontCollection, fUnicode); in GetLineFontMetrics()
536 auto paragraphCache = fFontCollection->getParagraphCache(); in GetLineFontMetrics()
1364 auto typefaces = fFontCollection->findTypefaces(strutStyle.getFontFamilies(), strutStyle.getFontStyle(), std::nullopt); in GetLineFontMetrics()
2237 fFontCollection = source.fFontCollection; in GetLineFontMetrics()
2291 paragraph->fFontCollection = this->fFontCollection; in GetLineFontMetrics()
H A DParagraphImpl.h177 sk_sp<FontCollection> fontCollection() const { return fFontCollection; } in fontCollection()
/third_party/skia/modules/skparagraph/include/
H A DParagraph.h243 sk_sp<FontCollection> fFontCollection; member in skia::textlayout::Paragraph

Completed in 11 milliseconds