Searched refs:CreatePathEffectImpl (Results 1 – 3 of 3) sorted by relevance
61 : type_(PathEffect::PathEffectType::NO_TYPE), impl_(ImplFactory::CreatePathEffectImpl()) in PathEffect()65 : type_(t), impl_(ImplFactory::CreatePathEffectImpl()) in PathEffect()
82 static std::unique_ptr<PathEffectImpl> CreatePathEffectImpl();
263 std::unique_ptr<PathEffectImpl> ImplFactory::CreatePathEffectImpl() in CreatePathEffectImpl() function in OHOS::Rosen::Drawing::ImplFactory