Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Druntime_effect_impl.h32 class RuntimeEffectImpl : public BaseImpl {
34 RuntimeEffectImpl() noexcept {} in RuntimeEffectImpl() function
35 ~RuntimeEffectImpl() override {} in ~RuntimeEffectImpl()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_runtime_effect.h31 class SkiaRuntimeEffect : public RuntimeEffectImpl {
H A Dskia_impl_factory.h77 static std::unique_ptr<RuntimeEffectImpl> CreateRuntimeEffect();
H A Dskia_impl_factory.cpp149 std::unique_ptr<RuntimeEffectImpl> SkiaImplFactory::CreateRuntimeEffect() in CreateRuntimeEffect()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/effect/
H A Druntime_effect.h86 std::shared_ptr<RuntimeEffectImpl> impl_;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/
H A Dimpl_factory.h77 static std::unique_ptr<RuntimeEffectImpl> CreateRuntimeEffectImpl();
H A Dimpl_factory.cpp211 std::unique_ptr<RuntimeEffectImpl> ImplFactory::CreateRuntimeEffectImpl() in CreateRuntimeEffectImpl()