Searched refs:CreatePathImpl (Results 1 – 3 of 3) sorted by relevance
70 static std::unique_ptr<PathImpl> CreatePathImpl();
152 std::unique_ptr<PathImpl> ImplFactory::CreatePathImpl() in CreatePathImpl() function in OHOS::Rosen::Drawing::ImplFactory
23 Path::Path() noexcept : impl_(ImplFactory::CreatePathImpl()) {} in Path()