Home
last modified time | relevance | path

Searched refs:PixmapImpl (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/impl_interface/
H A Dpixmap_impl.h28 class PixmapImpl : public BaseImpl {
30 PixmapImpl() {} in PixmapImpl() function
31 ~PixmapImpl() override {} in ~PixmapImpl()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_impl_factory.h66 static std::unique_ptr<PixmapImpl> CreatePixmap();
67 …static std::unique_ptr<PixmapImpl> CreatePixmap(const ImageInfo& imageInfo, const void* addr, size…
H A Dskia_impl_factory.cpp93 std::unique_ptr<PixmapImpl> SkiaImplFactory::CreatePixmap() in CreatePixmap()
98 std::unique_ptr<PixmapImpl> SkiaImplFactory::CreatePixmap(const ImageInfo& imageInfo, const void* a… in CreatePixmap()
H A Dskia_pixmap.h26 class DRAWING_API SkiaPixmap : public PixmapImpl {
/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()
112 std::unique_ptr<PixmapImpl> ImplFactory::CreatePixmapImpl(const ImageInfo& imageInfo, const void* a… in CreatePixmapImpl()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H A Dpixmap.h47 std::shared_ptr<PixmapImpl> pixmapImplPtr_;