Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/image/
H A Dpixmap.cpp24 : pixmapImplPtr_(ImplFactory::CreatePixmapImpl()) in Pixmap()
28 : pixmapImplPtr_(ImplFactory::CreatePixmapImpl(imageInfo, addr, rowBytes)) in Pixmap()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/
H A Dimpl_factory.h66 static std::unique_ptr<PixmapImpl> CreatePixmapImpl();
67 …static std::unique_ptr<PixmapImpl> CreatePixmapImpl(const ImageInfo& imageInfo, const void* addr, …
H A Dimpl_factory.cpp102 std::unique_ptr<PixmapImpl> ImplFactory::CreatePixmapImpl() in CreatePixmapImpl() function in OHOS::Rosen::Drawing::ImplFactory
112 std::unique_ptr<PixmapImpl> ImplFactory::CreatePixmapImpl(const ImageInfo& imageInfo, const void* a… in CreatePixmapImpl() function in OHOS::Rosen::Drawing::ImplFactory