Searched refs:RuntimeEffectImpl (Results 1 – 7 of 7) sorted by relevance
32 class RuntimeEffectImpl : public BaseImpl {34 RuntimeEffectImpl() noexcept {} in RuntimeEffectImpl() function35 ~RuntimeEffectImpl() override {} in ~RuntimeEffectImpl()
31 class SkiaRuntimeEffect : public RuntimeEffectImpl {
77 static std::unique_ptr<RuntimeEffectImpl> CreateRuntimeEffect();
149 std::unique_ptr<RuntimeEffectImpl> SkiaImplFactory::CreateRuntimeEffect() in CreateRuntimeEffect()
86 std::shared_ptr<RuntimeEffectImpl> impl_;
77 static std::unique_ptr<RuntimeEffectImpl> CreateRuntimeEffectImpl();
211 std::unique_ptr<RuntimeEffectImpl> ImplFactory::CreateRuntimeEffectImpl() in CreateRuntimeEffectImpl()