Searched defs:typefaceImpl (Results 1 – 5 of 5) sorted by relevance
137 std::shared_ptr<TypefaceImpl> typefaceImpl = std::make_shared<SkiaTypeface>(cloned); in MakeClone() local175 std::shared_ptr<TypefaceImpl> typefaceImpl = std::make_shared<SkiaTypeface>(skTypeface); in MakeDefault() local187 std::shared_ptr<TypefaceImpl> typefaceImpl = std::make_shared<SkiaTypeface>(skTypeface); in MakeFromFile() local211 std::shared_ptr<TypefaceImpl> typefaceImpl = std::make_shared<SkiaTypeface>(skTypeface); in MakeFromFile() local225 std::shared_ptr<TypefaceImpl> typefaceImpl = std::make_shared<SkiaTypeface>(item); in GetSystemFonts() local244 std::shared_ptr<TypefaceImpl> typefaceImpl = std::make_shared<SkiaTypeface>(skTypeface); in MakeFromStream() local257 std::shared_ptr<TypefaceImpl> typefaceImpl = std::make_shared<SkiaTypeface>(skTypeface); in MakeFromName() local270 auto typefaceImpl = std::make_shared<SkiaTypeface>(typefacePtr); in SerializeTypeface() local328 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
128 std::shared_ptr<TypefaceImpl> typefaceImpl = std::make_shared<SkiaTypeface>(typeface); in LoadDynamicFont() local169 std::shared_ptr<TypefaceImpl> typefaceImpl = std::make_shared<SkiaTypeface>(typeface); in LoadThemeFont() local191 std::shared_ptr<TypefaceImpl> typefaceImpl = std::make_shared<SkiaTypeface>(sk_sp(skTypeface)); in MatchFamilyStyleCharacter() local223 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()