Home
last modified time | relevance | path

Searched refs:CreatePathEffectImpl (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/effect/
H A Dpath_effect.cpp61 : type_(PathEffect::PathEffectType::NO_TYPE), impl_(ImplFactory::CreatePathEffectImpl()) in PathEffect()
65 : type_(t), impl_(ImplFactory::CreatePathEffectImpl()) in PathEffect()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/
H A Dimpl_factory.h82 static std::unique_ptr<PathEffectImpl> CreatePathEffectImpl();
H A Dimpl_factory.cpp263 std::unique_ptr<PathEffectImpl> ImplFactory::CreatePathEffectImpl() in CreatePathEffectImpl() function in OHOS::Rosen::Drawing::ImplFactory