Searched refs:CreateOplistHandleImpl (Results 1 – 3 of 3) sorted by relevance
23 OpListHandle::OpListHandle() : opImpl_(ImplFactory::CreateOplistHandleImpl()) {} in OpListHandle()24 OpListHandle::OpListHandle(OpInfo info) : opImpl_(ImplFactory::CreateOplistHandleImpl()), opInfo_(i… in OpListHandle()
81 static std::unique_ptr<OpListHandleImpl> CreateOplistHandleImpl();
253 std::unique_ptr<OpListHandleImpl> ImplFactory::CreateOplistHandleImpl() in CreateOplistHandleImpl() function in OHOS::Rosen::Drawing::ImplFactory