Searched defs:typefaceImpl (Results 1 – 5 of 5) sorted by relevance
123 std::shared_ptr<TypefaceImpl> typefaceImpl = std::make_shared<SkiaTypeface>(cloned); in MakeClone() local152 std::shared_ptr<TypefaceImpl> typefaceImpl = std::make_shared<SkiaTypeface>(skTypeface); in MakeDefault() local164 std::shared_ptr<TypefaceImpl> typefaceImpl = std::make_shared<SkiaTypeface>(skTypeface); in MakeFromFile() local188 std::shared_ptr<TypefaceImpl> typefaceImpl = std::make_shared<SkiaTypeface>(skTypeface); in MakeFromFile() local205 std::shared_ptr<TypefaceImpl> typefaceImpl = std::make_shared<SkiaTypeface>(skTypeface); in MakeFromStream() local218 std::shared_ptr<TypefaceImpl> typefaceImpl = std::make_shared<SkiaTypeface>(skTypeface); in MakeFromName() local231 auto typefaceImpl = std::make_shared<SkiaTypeface>(typefacePtr); in SerializeTypeface() local289 auto typefaceImpl = std::make_shared<SkiaTypeface>(skTypeface); in Deserialize() local
42 std::shared_ptr<TypefaceImpl> typefaceImpl = std::make_shared<SkiaTypeface>(sk_sp(skTypeface)); in CreateTypeface() local81 std::shared_ptr<TypefaceImpl> typefaceImpl = std::make_shared<SkiaTypeface>(sk_sp(skTypeface)); in MatchStyle() local
66 std::shared_ptr<TypefaceImpl> typefaceImpl = std::make_shared<SkiaTypeface>(typeface); in LoadDynamicFont() local106 std::shared_ptr<TypefaceImpl> typefaceImpl = std::make_shared<SkiaTypeface>(typeface); in LoadThemeFont() local128 std::shared_ptr<TypefaceImpl> typefaceImpl = std::make_shared<SkiaTypeface>(sk_sp(skTypeface)); in MatchFamilyStyleCharacter() local160 std::shared_ptr<TypefaceImpl> typefaceImpl = std::make_shared<SkiaTypeface>(sk_sp(skTypeface)); in MatchFamilyStyle() local
103 auto typefaceImpl = std::make_shared<Drawing::SkiaTypeface>(); variable124 auto typefaceImpl = std::make_shared<Drawing::SkiaTypeface>(); variable
24 Typeface::Typeface(std::shared_ptr<TypefaceImpl> typefaceImpl) noexcept : typefaceImpl_(typefaceImp… in Typeface()