Home
last modified time | relevance | path

Searched refs:PixelMap (Results 1 – 25 of 1526) sorted by relevance

12345678910>>...62

/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/mock/
H A Dmock_pixel_map.cpp33 PixelMap::~PixelMap() in ~PixelMap()
45 std::unique_ptr<PixelMap> PixelMap::Create(const uint32_t *colors, uint32_t colorLength, in Create()
63 std::unique_ptr<PixelMap> PixelMap::Create(const InitializationOptions &opts) in Create()
72 std::unique_ptr<PixelMap> PixelMap::Create(PixelMap &source, const InitializationOptions &opts) in Create()
77 std::unique_ptr<PixelMap> PixelMap::Create(PixelMap &source, const Rect &srcRect, const Initializat… in Create()
98 bool PixelMap::CopyPixelMap(PixelMap &source, PixelMap &dstPixelMap) in CopyPixelMap()
193 int32_t PixelMap::GetWidth() in GetWidth()
198 int32_t PixelMap::GetHeight() in GetHeight()
251 bool PixelMap::IsSameImage(const PixelMap &other) in IsSameImage()
314 void *PixelMap::GetFd() const in GetFd()
[all …]
/ohos5.0/docs/zh-cn/application-dev/media/image/
H A Dimage-pixelmap-operation.md1 # 使用PixelMap完成位图操作
17 2. 从PixelMap位图对象中获取信息。
36 // 按照PixelMap的像素格式,读取PixelMap的图像像素数据,并写入缓冲区中。
43 // 按照PixelMap的像素格式,读取缓冲区中的图像像素数据,并写入PixelMap
71 ## 开发示例-复制(深拷贝)新的PixelMap
75 2. 复制(深拷贝)一个新的PixelMap
77 > 创建新PixelMap时,必须将`srcPixelFormat`指定为原PixelMap的像素格式,否则新PixelMap的图像会出现异常。
84 * @param desiredPixelFormat - 新PixelMap的像素格式。如果不指定,则仍使用原PixelMap的像素格式。
85 * @returns 新PixelMap
90 // 读取当前PixelMap的图像像素数据,并按照当前PixelMap的像素格式写入缓冲区数组。
[all …]
H A Dimage-pixelmap-operation-native.md1 # 使用Image处理PixelMap数据
49 1. 创建一个 **PixelMap** 对象。
105 3. 对 **PixelMap** 数据进行处理。
130 // 获取PixelMap对象每行字节数。
134 // 获取PixelMap对象是否可编辑的状态。
142 // 设置PixelMap对象的Alpha通道。
146 // 获取PixelMap对象像素密度。
150 // 设置PixelMap对象像素密度。
154 // 设置PixelMap对象的透明度。
198 // 释放PixelMap对象数据的内存锁。
[all …]
H A Dimage-transformation-native.md47 1. 获取**PixelMap**的信息,并记录信息到**OhosPixelMapInfo**结构中。
67 2. 获取**PixelMap**对象数据的内存地址,并锁定该内存。
87 3. 释放**PixelMap**对象数据的内存锁。
112 export const add:(a: number, b: number) => image.PixelMap;
113 export const transform: (a: image.PixelMap) => image.PixelMap;
114 export const testGetImageInfo: (a: image.PixelMap) => image.PixelMap;
115 export const testAccessPixels: (a: image.PixelMap) => image.PixelMap;
116 export const testUnAccessPixels: (a: image.PixelMap) => image.PixelMap;
129 @State _PixelMap : image.PixelMap | undefined = undefined;
141 .then( (pixelmap : image.PixelMap) => {
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libwebpplugin/include/
H A Dwebp_encoder.h30 uint32_t AddImage(Media::PixelMap &pixelMap) override;
37 bool CheckEncodeFormat(Media::PixelMap &pixelMap);
40 uint32_t DoEncodeForICC(Media::PixelMap &pixelMap);
41 bool DoTransform(Media::PixelMap &pixelMap, char* dst, int componentsNum);
44 Media::ColorSpace GetColorSpace(Media::PixelMap &pixelMap);
45 Media::PixelFormat GetPixelFormat(Media::PixelMap &pixelMap);
46 Media::AlphaType GetAlphaType(Media::PixelMap &pixelMap);
47 bool GetIcc(Media::PixelMap &pixelMap);
48 bool IsOpaque(Media::PixelMap &pixelMap);
52 static bool DoTransformRGBX(Media::PixelMap &pixelMap, char* dst, int componentsNum);
[all …]
/ohos5.0/docs/en/application-dev/media/image/
H A Dimage-pixelmap-operation.md1 # Using PixelMap for PixelMap Operations
7 **Figure 1** PixelMap operation
9 ![PixelMap operation](figures/bitmap-operation.png)
37 …// Read the pixel data of the PixelMap based on the PixelMap's pixel format and write the data to …
44 …Read the pixel data in the buffer based on the PixelMap's pixel format and write the data to the P…
76 2. Clone (deep copy) this **PixelMap** object to obtain a new PixelMap.
79 …> When creating a PixelMap, you must set **srcPixelFormat** to the pixel format of the original Pi…
83 * Clone (deep copy) a PixelMap.
87 * @return Returns a new PixelMap.
89 clonePixelMap(pixelMap: PixelMap, desiredPixelFormat?: image.PixelMapFormat): PixelMap {
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/platform/image_native/
H A Dpixel_map.cpp21 std::unique_ptr<PixelMap> PixelMap::Create(const InitializationOptions &opts) in Create()
26 int32_t PixelMap::GetRowBytes() in GetRowBytes()
31 int32_t PixelMap::GetByteCount() in GetByteCount()
36 int32_t PixelMap::GetWidth() in GetWidth()
41 int32_t PixelMap::GetHeight() in GetHeight()
46 const uint32_t *PixelMap::GetPixel32(int32_t x, int32_t y) in GetPixel32()
51 void PixelMap::GetImageInfo(ImageInfo &imageInfo) in GetImageInfo()
55 const uint8_t *PixelMap::GetPixels() in GetPixels()
60 AllocatorType PixelMap::GetAllocatorType() in GetAllocatorType()
65 PixelMap *PixelMap::Unmarshalling(Parcel &data) in Unmarshalling()
[all …]
/ohos5.0/docs/zh-cn/application-dev/reference/apis-image-kit/
H A Dimage__pixel__map__mdk_8h.md6 声明可以锁定并访问PixelMap数据的方法,声明解锁的方法。
24 | struct [OhosPixelMapInfos](_ohos_pixel_map_infos.md) | 用于定义PixelMap的相关信息。 |
25 | struct [OhosPixelMapCreateOps](_ohos_pixel_map_create_ops.md) | 用于定义创建PixelMap设置选项的相关信息。 |
32 | typedef struct NativePixelMap_ [NativePixelMap](image.md#nativepixelmap) | 定义native层PixelMap数据类型名…
33 …(_ohos_pixel_map_infos.md) [OhosPixelMapInfos](image.md#ohospixelmapinfos) | 用于定义PixelMap的相关信息。 |
41 …xelmap-编辑类型) = 0,<br/>[OHOS_PIXEL_MAP_EDITABLE](image.md#pixelmap-编辑类型) = 1 } | PixelMap编辑类型的枚举。 |
50 …, size_t len, int32_t rowStride, napi_value \*res) | 创建**PixelMap**对象。当前只支持输入流为BGRA格式的流。PixelMap内存…
59 …onst [NativePixelMap](image.md#nativepixelmap) \*native, float opacity) | 设置**PixelMap**对象的透明度。 |
60 …st [NativePixelMap](image.md#nativepixelmap) \*native, float x, float y) | 设置**PixelMap**对象的缩放。 |
63 … (const [NativePixelMap](image.md#nativepixelmap) \*native, float angle) | 设置**PixelMap**对象的旋转。 |
[all …]
H A Djs-apis-sendableImage.md71 | [PixelMap](#pixelmap) | 成功同步返回PixelMap对象,失败抛出异常。 |
167 | Promise\<[PixelMap](#pixelmap)> | 成功同步返回PixelMap对象,失败抛出异常。 |
199 通过属性创建PixelMap,同步返回PixelMap结果。
213 | [PixelMap](#pixelmap) | 成功同步返回PixelMap对象,失败抛出异常。 |
239 convertFromPixelMap(pixelMap: image.PixelMap): PixelMap
241 通过image下的PixelMap创建出一个sendableImage下的PixelMap,同步返回PixelMap结果。原PixelMap的方法均不可再调用。
281 convertToPixelMap(pixelMap: PixelMap): image.PixelMap
283 通过sendableImage下的PixelMap创建出一个image下的PixelMap,同步返回PixelMap结果。原PixelMap的方法均不可再调用。
321 ## PixelMap section
867 设置PixelMap的透明比率,初始化PixelMap
[all …]
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dpixel_astc_test.cpp133 std::unique_ptr<PixelMap> pixelAstc = std::unique_ptr<PixelMap>();
160 std::unique_ptr<PixelMap> pixelAstc = std::unique_ptr<PixelMap>();
187 std::unique_ptr<PixelMap> pixelAstc = std::unique_ptr<PixelMap>();
212 std::unique_ptr<PixelMap> pixelAstc = std::unique_ptr<PixelMap>();
236 std::unique_ptr<PixelMap> pixelAstc = std::unique_ptr<PixelMap>();
289 std::unique_ptr<PixelMap> pixelAstc = std::unique_ptr<PixelMap>();
310 std::unique_ptr<PixelMap> pixelAstc = std::unique_ptr<PixelMap>();
331 std::unique_ptr<PixelMap> pixelAstc = std::unique_ptr<PixelMap>();
353 std::unique_ptr<PixelMap> pixelAstc = std::unique_ptr<PixelMap>();
374 std::unique_ptr<PixelMap> pixelAstc = std::unique_ptr<PixelMap>();
[all …]
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dpixel_map_ohos.cpp77 RefPtr<PixelMap> PixelMap::Create(std::unique_ptr<Media::PixelMap>&& pixmap) in Create()
82 RefPtr<PixelMap> PixelMap::CreatePixelMap(void* rawPtr) in CreatePixelMap()
92 RefPtr<PixelMap> PixelMap::CopyPixelMap(const RefPtr<PixelMap>& pixelMap) in CopyPixelMap()
97 std::unique_ptr<Media::PixelMap> uniquePixelMap = Media::PixelMap::Create(*mediaPixelMap, opts); in CopyPixelMap()
106 RefPtr<PixelMap> PixelMap::DecodeTlv(std::vector<uint8_t>& buff) in DecodeTlv()
108 Media::PixelMap* pixelMapRelease = OHOS::Media::PixelMap::DecodeTlv(buff); in DecodeTlv()
121 RefPtr<PixelMap> PixelMap::GetFromDrawable(void* ptr) in GetFromDrawable()
128 bool PixelMap::GetPxielMapListFromAnimatedDrawable(void* ptr, std::vector<RefPtr<PixelMap>>& pixelM… in GetPxielMapListFromAnimatedDrawable()
147 RefPtr<PixelMap> PixelMap::CreatePixelMapFromDataAbility(void* ptr) in CreatePixelMapFromDataAbility()
282 RefPtr<PixelMap> PixelMap::ConvertSkImageToPixmap( in ConvertSkImageToPixmap()
[all …]
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/converter/include/
H A Dpost_proc.h32 uint32_t DecodePostProc(const DecodeOptions &opts, PixelMap &pixelMap,
37 bool RotatePixelMap(float rotateDegrees, PixelMap &pixelMap);
38 bool ScalePixelMap(const Size &size, PixelMap &pixelMap);
39 bool ScalePixelMap(float scaleX, float scaleY, PixelMap &pixelMap);
40 bool TranslatePixelMap(float tX, float tY, PixelMap &pixelMap);
41 bool CenterScale(const Size &size, PixelMap &pixelMap);
44 bool ScalePixelMapWithSLR(const Size &desiredSize, PixelMap &pixelMap);
45 bool ScalePixelMapEx(const Size &desiredSize, PixelMap &pixelMap,
52 void GetDstImageInfo(const DecodeOptions &opts, PixelMap &pixelMap,
60 void ConvertPixelMapToPixmapInfo(PixelMap &pixelMap, PixmapInfo &pixmapInfo);
[all …]
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/
H A Dpixel_map_preview.cpp23 RefPtr<PixelMap> PixelMap::CreatePixelMap(void* rawPtr) in CreatePixelMap()
28 RefPtr<PixelMap> PixelMap::GetFromDrawable(void* ptr) in GetFromDrawable()
33 bool PixelMap::GetPxielMapListFromAnimatedDrawable(void* ptr, std::vector<RefPtr<PixelMap>>& pixelM… in GetPxielMapListFromAnimatedDrawable()
39 RefPtr<PixelMap> PixelMap::CreatePixelMapFromDataAbility(void* uniquePtr) in CreatePixelMapFromDataAbility()
44 RefPtr<PixelMap> PixelMap::ConvertSkImageToPixmap( in ConvertSkImageToPixmap()
50 RefPtr<PixelMap> PixelMap::DecodeTlv(std::vector<uint8_t>& buff) in DecodeTlv()
H A Dpixel_map_preview.h22 class PixelMapPreview : public PixelMap {
23 DECLARE_ACE_TYPE(PixelMapPreview, PixelMap) in DECLARE_ACE_TYPE() argument
26 … explicit PixelMapPreview(std::shared_ptr<Media::PixelMap> pixmap) : pixmap_(std::move(pixmap)) {} in DECLARE_ACE_TYPE()
27 static RefPtr<PixelMap> CreatePixelMap(void* sptrAddr);
28 static RefPtr<PixelMap> CreatePixelMapFromDataAbility(void* uniquePtr);
29 static RefPtr<PixelMap> ConvertSkImageToPixmap(
46 std::shared_ptr<Media::PixelMap> GetPixelMapSharedPtr() override in GetPixelMapSharedPtr()
53 std::shared_ptr<Media::PixelMap> pixmap_;
/ohos5.0/foundation/arkui/ace_engine/frameworks/base/image/
H A Dpixel_map.h33 class PixelMap; variable
141 class ACE_FORCE_EXPORT PixelMap : public AceType {
142 DECLARE_ACE_TYPE(PixelMap, AceType)
145 static RefPtr<PixelMap> Create(std::unique_ptr<Media::PixelMap>&& pixmap);
146 static RefPtr<PixelMap> CreatePixelMap(void* sptrAddr);
147 static RefPtr<PixelMap> CopyPixelMap(const RefPtr<PixelMap>& pixelMap);
148 static RefPtr<PixelMap> DecodeTlv(std::vector<uint8_t>& buff);
153 static RefPtr<PixelMap> GetFromDrawable(void* ptr);
157 static RefPtr<PixelMap> ConvertSkImageToPixmap(
177 static void* GetReleaseContext(const RefPtr<PixelMap>& pixelMap);
[all …]
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/pixel_map_test/
H A Dpixel_map_test.cpp46 std::unique_ptr<PixelMap> pixelMap = std::make_unique<PixelMap>(); in ConstructPixmap()
76 std::unique_ptr<PixelMap> pixelMap = std::make_unique<PixelMap>(); in ConstructPixmap()
114 std::unique_ptr<PixelMap> pixelMap = PixelMap::Create(opts); in ConstructPixmap()
122 std::unique_ptr<PixelMap> pixelMap = std::make_unique<PixelMap>(); in ConstructPixelMap()
680 std::unique_ptr<PixelMap> pixelMap1 = PixelMap::Create(opts1);
1356 std::unique_ptr<PixelMap> pixelMap = PixelMap::Create(opts);
1387 std::unique_ptr<PixelMap> pixelMap = PixelMap::Create(opts);
1415 std::unique_ptr<PixelMap> pixelMap = PixelMap::Create(opts);
1447 PixelMap *pixelMap2 = PixelMap::Unmarshalling(data);
2456 PixelMap* newPixelMap = PixelMap::Unmarshalling(parcel);
[all …]
H A Dimage_pixel_map_switch_test.cpp139 std::unique_ptr<PixelMap> newPixelMap = PixelMap::Create(opts);
163 std::unique_ptr<PixelMap> newPixelMap = PixelMap::Create(opts);
213 PixelMap pixelMap;
238 PixelMap pixelMap;
263 PixelMap pixelMap;
289 PixelMap pixelMap;
315 PixelMap pixelMap;
341 PixelMap pixelMap;
735 std::unique_ptr<PixelMap> newPixelMap = PixelMap::Create(opts);
758 std::unique_ptr<PixelMap> newPixelMap = PixelMap::Create(opts);
[all …]
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/common/src/
H A Dpixel_map.cpp118 PixelMap::~PixelMap() in ~PixelMap()
750 unique_ptr<PixelMap> PixelMap::Create(PixelMap &source, const InitializationOptions &opts) in Create()
757 unique_ptr<PixelMap> PixelMap::Create(PixelMap &source, const Rect &srcRect, const InitializationOp… in Create()
764 unique_ptr<PixelMap> PixelMap::Create(PixelMap &source, const Rect &srcRect, const InitializationOp… in Create()
921 bool PixelMap::CopyPixelMap(PixelMap &source, PixelMap &dstPixelMap) in CopyPixelMap()
950 bool PixelMap::CopyPixelMap(PixelMap &source, PixelMap &dstPixelMap, int32_t &error) in CopyPixelMap()
1491 bool PixelMap::IsSameImage(const PixelMap &other) in IsSameImage()
2509 bool PixelMap::ReadAstcRealSize(Parcel &parcel, PixelMap *pixelMap) in ReadAstcRealSize()
2665 PixelMap *PixelMap::Unmarshalling(Parcel &parcel) in Unmarshalling()
2917 PixelMap *PixelMap::DecodeTlv(std::vector<uint8_t> &buff) in DecodeTlv()
[all …]
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/test/unittest/
H A Dsk_image_chain_unittest.cpp39 auto uniPixelMap = Media::PixelMap::Create(opts);
46 std::shared_ptr<Media::PixelMap> dstPixelMap = nullptr;
65 auto uniPixelMap = Media::PixelMap::Create(opts);
93 auto uniPixelMap = Media::PixelMap::Create(opts);
123 auto uniPixelMap = Media::PixelMap::Create(opts);
193 auto uniPixelMap = Media::PixelMap::Create(opts);
222 auto uniPixelMap = Media::PixelMap::Create(opts);
255 auto uniPixelMap = Media::PixelMap::Create(opts);
317 auto uniPixelMap = Media::PixelMap::Create(opts);
422 auto uniPixelMap = Media::PixelMap::Create(opts);
[all …]
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dpicture.h37 NATIVEEXPORT static std::unique_ptr<Picture> Create(std::shared_ptr<PixelMap> &PixelMap);
39 …NATIVEEXPORT static std::unique_ptr<PixelMap> SurfaceBuffer2PixelMap(sptr<SurfaceBuffer> &surfaceB…
40 NATIVEEXPORT std::shared_ptr<PixelMap> GetMainPixel();
41 NATIVEEXPORT void SetMainPixel(std::shared_ptr<PixelMap> PixelMap);
42 NATIVEEXPORT std::unique_ptr<PixelMap> GetHdrComposedPixelMap();
43 NATIVEEXPORT std::shared_ptr<PixelMap> GetGainmapPixelMap();
57 std::shared_ptr<PixelMap> mainPixelMap_;
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_image_util_test/
H A Dans_image_util_unit_test.cpp81 std::shared_ptr<Media::PixelMap> pixelMap = std::make_shared<Media::PixelMap>();
119 std::shared_ptr<Media::PixelMap> pixelMap = std::make_shared<Media::PixelMap>();
140 std::shared_ptr<Media::PixelMap> pixelMap = std::make_shared<Media::PixelMap>();
164 std::shared_ptr<Media::PixelMap> res = imageUtil->UnPackImage(pixelMapStr);
184 std::shared_ptr<Media::PixelMap> res = imageUtil->UnPackImage(pixelMapStr);
204 std::shared_ptr<Media::PixelMap> res = imageUtil->UnPackImage(pixelMapStr);
282 std::shared_ptr<Media::PixelMap> pixelMap = std::make_shared<Media::PixelMap>();
303 std::shared_ptr<Media::PixelMap> pixelMap = nullptr;
324 std::shared_ptr<Media::PixelMap> pixelMap = std::make_shared<Media::PixelMap>();
345 std::shared_ptr<Media::PixelMap> pixelMap = std::make_shared<Media::PixelMap>();
[all …]
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Djs-apis-screenshot-sys.md47 save(options: ScreenshotOptions, callback: AsyncCallback&lt;image.PixelMap&gt;): void
62 …lback | AsyncCallback&lt;[image.PixelMap](../apis-image-kit/js-apis-image.md#pixelmap7)&gt; | …
101 pixelMap.release(); // PixelMap使用完后及时释放内存
110 save(callback: AsyncCallback&lt;image.PixelMap&gt;): void
124 …lback | AsyncCallback&lt;[image.PixelMap](../apis-image-kit/js-apis-image.md#pixelmap7)&gt; | …
143 screenshot.save((err: BusinessError, pixelMap: image.PixelMap) => {
149 pixelMap.release(); // PixelMap使用完后及时释放内存
158 save(options?: ScreenshotOptions): Promise&lt;image.PixelMap&gt;
178 | Promise&lt;[image.PixelMap](../apis-image-kit/js-apis-image.md#pixelmap7)&gt; | Promise对象。返回一个Pix…
212 promise.then((pixelMap: image.PixelMap) => {
[all …]
H A Ddrawable__descriptor_8h.md34 …le](_ark_u_i___native_module.md#oh_pixelmapnativehandle) pixelMap) | 使用 PixelMap 创建 DrawableDescri…
35 …__native_module.md#oh_pixelmapnativehandle) \*array, int32_t size) | 使用 PixelMap 图片数组创建DrawableDes…
37 …rk_u_i___native_module.md#arkui_drawabledescriptor) \*drawableDescriptor) | 获取 PixelMap 图片对象指针。 |
38 …__native_module.md#arkui_drawabledescriptor) \*drawableDescriptor) | 获取用于播放动画的 PixelMap 图片数组数据。 |
39 …__native_module.md#arkui_drawabledescriptor) \*drawableDescriptor) | 获取用于播放动画的 PixelMap 图片数组数据。 |
40 …e.md#arkui_drawabledescriptor) \*drawableDescriptor, int32_t duration) | 设置 PixelMap 图片数组播放总时长。 |
41 …u_i___native_module.md#arkui_drawabledescriptor) \*drawableDescriptor) | 获取 PixelMap 图片数组播放总时长。 |
42 …e.md#arkui_drawabledescriptor) \*drawableDescriptor, int32_t iteration) | 设置 PixelMap 图片数组播放次数。 |
43 …_u_i___native_module.md#arkui_drawabledescriptor) \*drawableDescriptor) | 获取 PixelMap 图片数组播放次数。 |
/ohos5.0/foundation/multimedia/image_framework/frameworks/kits/cj/src/
H A Dpixel_map_impl.cpp21 std::shared_ptr<PixelMap> PixelMapImpl::GetRealPixelMap() in GetRealPixelMap()
26 std::unique_ptr<PixelMap> PixelMapImpl::CreatePixelMap(const InitializationOptions &opts) in CreatePixelMap()
33 std::unique_ptr<PixelMap> ptr_ = PixelMap::Create(opts); in CreatePixelMap()
40 std::unique_ptr<PixelMap> PixelMapImpl::CreatePixelMap(uint32_t *colors, uint32_t colorLength, in CreatePixelMap()
48 std::unique_ptr<PixelMap> ptr_ = PixelMap::Create(colors, colorLength, opts); in CreatePixelMap()
55 std::unique_ptr<PixelMap> PixelMapImpl::CreateAlphaPixelMap(PixelMap &source, InitializationOptions… in CreateAlphaPixelMap()
57 std::unique_ptr<PixelMap> ptr_ = PixelMap::Create(source, opts); in CreateAlphaPixelMap()
64 PixelMapImpl::PixelMapImpl(std::shared_ptr<PixelMap> ptr_) in PixelMapImpl()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/render/
H A Drs_pixel_map_util.h37 const std::shared_ptr<Media::PixelMap>& pixelMap);
38 …static std::shared_ptr<Drawing::Image> ExtractDrawingImage(std::shared_ptr<Media::PixelMap> pixelM…
39 static void TransformDataSetForAstc(std::shared_ptr<Media::PixelMap> pixelMap,
41 static void DrawPixelMap(Drawing::Canvas& canvas, Media::PixelMap& pixelMap,
43 static bool IsYUVFormat(std::shared_ptr<Media::PixelMap> pixelMap);
44 …static bool IsSupportZeroCopy(std::shared_ptr<Media::PixelMap> pixelMap, const Drawing::SamplingOp…
46 std::shared_ptr<Drawing::GPUContext> gpuContext, std::shared_ptr<Media::PixelMap> pixelMap);

12345678910>>...62