Searched refs:PixmapImpl (Results 1 – 7 of 7) sorted by relevance
28 class PixmapImpl : public BaseImpl {30 PixmapImpl() {} in PixmapImpl() function31 ~PixmapImpl() override {} in ~PixmapImpl()
66 static std::unique_ptr<PixmapImpl> CreatePixmap();67 …static std::unique_ptr<PixmapImpl> CreatePixmap(const ImageInfo& imageInfo, const void* addr, size…
93 std::unique_ptr<PixmapImpl> SkiaImplFactory::CreatePixmap() in CreatePixmap()98 std::unique_ptr<PixmapImpl> SkiaImplFactory::CreatePixmap(const ImageInfo& imageInfo, const void* a… in CreatePixmap()
26 class DRAWING_API SkiaPixmap : public PixmapImpl {
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()112 std::unique_ptr<PixmapImpl> ImplFactory::CreatePixmapImpl(const ImageInfo& imageInfo, const void* a… in CreatePixmapImpl()
47 std::shared_ptr<PixmapImpl> pixmapImplPtr_;