Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/draw/
H A DOpListHandle.cpp23 OpListHandle::OpListHandle() : opImpl_(ImplFactory::CreateOplistHandleImpl()) {} in OpListHandle()
24 OpListHandle::OpListHandle(OpInfo info) : opImpl_(ImplFactory::CreateOplistHandleImpl()), opInfo_(i… in OpListHandle()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/
H A Dimpl_factory.h81 static std::unique_ptr<OpListHandleImpl> CreateOplistHandleImpl();
H A Dimpl_factory.cpp253 std::unique_ptr<OpListHandleImpl> ImplFactory::CreateOplistHandleImpl() in CreateOplistHandleImpl() function in OHOS::Rosen::Drawing::ImplFactory