Home
last modified time | relevance | path

Searched refs:CreatePixmap (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/
H A Dimpl_factory.cpp106 return DDGRImplFactory::CreatePixmap(); in CreatePixmapImpl()
109 return EngineImplFactory::CreatePixmap(); in CreatePixmapImpl()
116 return DDGRImplFactory::CreatePixmap(imageInfo, addr, rowBytes); in CreatePixmapImpl()
119 return EngineImplFactory::CreatePixmap(imageInfo, addr, rowBytes); in CreatePixmapImpl()
/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() function in OHOS::Rosen::Drawing::SkiaImplFactory
98 std::unique_ptr<PixmapImpl> SkiaImplFactory::CreatePixmap(const ImageInfo& imageInfo, const void* a… in CreatePixmap() function in OHOS::Rosen::Drawing::SkiaImplFactory
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/image_provider/
H A Dimage_provider_test_ng.cpp708 HWTEST_F(ImageProviderTestNg, CreatePixmap, TestSize.Level1)