Home
last modified time | relevance | path

Searched refs:MakeClone (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/text/
H A Dtypeface_test.cpp162 ASSERT_TRUE(typeface->MakeClone(arg) != nullptr);
176 auto typefaceclone = typeface->MakeClone(arg);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/
H A Dtypeface.cpp117 std::shared_ptr<Typeface> Typeface::MakeClone(const FontArguments& args) const in MakeClone() function in OHOS::Rosen::Drawing::Typeface
120 return typefaceImpl_->MakeClone(args); in MakeClone()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dtypeface_impl.h42 virtual std::shared_ptr<Typeface> MakeClone(const FontArguments& args) const = 0;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_typeface.h51 std::shared_ptr<Typeface> MakeClone(const FontArguments& args) const override;
H A Dskia_typeface.cpp122 std::shared_ptr<Typeface> SkiaTypeface::MakeClone(const FontArguments& args) const in MakeClone() function in OHOS::Rosen::Drawing::SkiaTypeface
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dtypeface.h93 std::shared_ptr<Typeface> MakeClone(const FontArguments&) const;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/typeface_fuzzer/
H A Dtypeface_fuzzer.cpp142 typeface->MakeClone(arg); in TypefaceFuzzTest004()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/
H A Ddrawing_typeface.cpp155 std::shared_ptr<Typeface> typeface = currentTypeface->MakeClone(fontArguments); in OH_Drawing_TypefaceCreateFromCurrent()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/skia_adapter/
H A Dskia_typeface_test.cpp314 ASSERT_TRUE(typeface->MakeClone(skArgs) != nullptr);