Searched refs:CreateRuntimeEffectImpl (Results 1 – 3 of 3) sorted by relevance
44 RuntimeEffect::RuntimeEffect() noexcept : impl_(ImplFactory::CreateRuntimeEffectImpl()) in RuntimeEffect()
77 static std::unique_ptr<RuntimeEffectImpl> CreateRuntimeEffectImpl();
211 std::unique_ptr<RuntimeEffectImpl> ImplFactory::CreateRuntimeEffectImpl() in CreateRuntimeEffectImpl() function in OHOS::Rosen::Drawing::ImplFactory