Home
last modified time | relevance | path

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

/third_party/skia/modules/skparagraph/include/
DFontCollection.h45 void setAssetFontManager(std::shared_ptr<RSFontMgr> fontManager);
46 void setDynamicFontManager(std::shared_ptr<RSFontMgr> fontManager);
47 void setTestFontManager(std::shared_ptr<RSFontMgr> fontManager);
48 void setDefaultFontManager(std::shared_ptr<RSFontMgr> fontManager);
49 …void setDefaultFontManager(std::shared_ptr<RSFontMgr> fontManager, const char defaultFamilyName[]);
50 …void setDefaultFontManager(std::shared_ptr<RSFontMgr> fontManager, const std::vector<SkString>& de…
52 std::shared_ptr<RSFontMgr> getFallbackManager() const { return fDefaultFontManager; } in getFallbackManager()
85 std::vector<std::shared_ptr<RSFontMgr>> getFontManagerOrder() const;
128 std::shared_ptr<RSFontMgr> fDefaultFontManager;
129 std::shared_ptr<RSFontMgr> fAssetFontManager;
[all …]
Ddrawing.h44 using RSFontMgr = RSDrawing::FontMgr; variable
/third_party/skia/modules/skparagraph/src/
DFontCollection.cpp14 std::shared_ptr<RSFontMgr> fontMgr, const char familyName[], RSFontStyle style) in RSLegacyMakeTypeface()
65 void FontCollection::setAssetFontManager(std::shared_ptr<RSFontMgr> font_manager) {
73 void FontCollection::setDynamicFontManager(std::shared_ptr<RSFontMgr> font_manager) {
81 void FontCollection::setTestFontManager(std::shared_ptr<RSFontMgr> font_manager)
91 void FontCollection::setDefaultFontManager(std::shared_ptr<RSFontMgr> fontManager,
102 void FontCollection::setDefaultFontManager(std::shared_ptr<RSFontMgr> fontManager,
112 void FontCollection::setDefaultFontManager(std::shared_ptr<RSFontMgr> fontManager) {
122 std::vector<std::shared_ptr<RSFontMgr>> FontCollection::getFontManagerOrder() const {
123 std::vector<std::shared_ptr<RSFontMgr>> order;
DTextLine.cpp896 … fallback ? RSFontMgr::CreateDefaultFontMgr() : RSFontMgr::CreateDefaultFontMgr()); in shapeEllipsis()
/third_party/skia/modules/skshaper/include/
DSkShaper.h58 static std::unique_ptr<SkShaper> MakeShaperDrivenWrapper(std::shared_ptr<RSFontMgr> = nullptr);
59 static std::unique_ptr<SkShaper> MakeShapeThenWrap(std::shared_ptr<RSFontMgr> = nullptr);
61 … std::shared_ptr<RSFontMgr> = nullptr);
72 static std::unique_ptr<SkShaper> Make(std::shared_ptr<RSFontMgr> = nullptr);
154 const RSFont& font, std::shared_ptr<RSFontMgr> fallback);
157 const RSFont& font, std::shared_ptr<RSFontMgr> fallback,
/third_party/skia/modules/skshaper/src/
DSkShaper.cpp44 std::unique_ptr<SkShaper> SkShaper::Make(std::shared_ptr<RSFontMgr> fontmgr) {
208 const RSFont& font, std::shared_ptr<RSFontMgr> fallbackMgr,
224 const RSFont& font, std::shared_ptr<RSFontMgr> fallbackMgr)
291 std::shared_ptr<RSFontMgr> const fFallbackMgr;
321 const RSFont& font, std::shared_ptr<RSFontMgr> fallback)
328 std::shared_ptr<RSFontMgr> fallback,
DSkShaper_harfbuzz.cpp807 std::shared_ptr<RSFontMgr>);
827 const std::shared_ptr<RSFontMgr> fFontMgr;
918 static std::unique_ptr<SkShaper> MakeHarfBuzz(std::shared_ptr<RSFontMgr> fontmgr, bool correct) {
955 …SkUnicodeBreak lineIter, SkUnicodeBreak graphIter, HBBuffer buffer, std::shared_ptr<RSFontMgr> fon…
1002 fFontMgr ? fFontMgr : RSFontMgr::CreateDefaultFontMgr()));
1732 std::unique_ptr<SkShaper> SkShaper::MakeShaperDrivenWrapper(std::shared_ptr<RSFontMgr> fontmgr) {
1735 std::unique_ptr<SkShaper> SkShaper::MakeShapeThenWrap(std::shared_ptr<RSFontMgr> fontmgr) {
1744 std::shared_ptr<RSFontMgr> fontmgr) {