Searched refs:CreateVerticesImpl (Results 1 – 3 of 3) sorted by relevance
23 Vertices::Vertices() noexcept : verticesImplPtr_(ImplFactory::CreateVerticesImpl()) {} in Vertices()
98 static std::unique_ptr<VerticesImpl> CreateVerticesImpl();
396 std::unique_ptr<VerticesImpl> ImplFactory::CreateVerticesImpl() in CreateVerticesImpl() function in OHOS::Rosen::Drawing::ImplFactory