Searched refs:CreatePixmapImpl (Results 1 – 3 of 3) sorted by relevance
24 : pixmapImplPtr_(ImplFactory::CreatePixmapImpl()) in Pixmap()28 : pixmapImplPtr_(ImplFactory::CreatePixmapImpl(imageInfo, addr, rowBytes)) in Pixmap()
66 static std::unique_ptr<PixmapImpl> CreatePixmapImpl();67 …static std::unique_ptr<PixmapImpl> CreatePixmapImpl(const ImageInfo& imageInfo, const void* addr, …
102 std::unique_ptr<PixmapImpl> ImplFactory::CreatePixmapImpl() in CreatePixmapImpl() function in OHOS::Rosen::Drawing::ImplFactory112 std::unique_ptr<PixmapImpl> ImplFactory::CreatePixmapImpl(const ImageInfo& imageInfo, const void* a… in CreatePixmapImpl() function in OHOS::Rosen::Drawing::ImplFactory