Searched refs:fontStyleSetImpl (Results 1 – 4 of 4) sorted by relevance
47 std::shared_ptr<FontStyleSetImpl> fontStyleSetImpl = nullptr; variable48 auto skiaFontStyleSet = std::make_shared<FontStyleSet>(fontStyleSetImpl);63 std::shared_ptr<FontStyleSetImpl> fontStyleSetImpl = nullptr; variable64 auto skiaFontStyleSet = std::make_shared<FontStyleSet>(fontStyleSetImpl);
24 FontStyleSet::FontStyleSet(std::shared_ptr<FontStyleSetImpl> fontStyleSetImpl) noexcept in FontStyleSet() argument25 : fontStyleSetImpl_(fontStyleSetImpl) {} in FontStyleSet()
206 …std::shared_ptr<FontStyleSetImpl> fontStyleSetImpl = std::make_shared<SkiaFontStyleSet>(skFontStyl… in MatchFamily() local207 return new FontStyleSet(fontStyleSetImpl); in MatchFamily()255 …std::shared_ptr<FontStyleSetImpl> fontStyleSetImpl = std::make_shared<SkiaFontStyleSet>(skFontStyl… in CreateStyleSet() local256 return new FontStyleSet(fontStyleSetImpl); in CreateStyleSet()
32 explicit FontStyleSet(std::shared_ptr<FontStyleSetImpl> fontStyleSetImpl) noexcept;