Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
6972c3bf
D
Docs
项目概览
OpenHarmony
/
Docs
大约 2 年 前同步成功
通知
161
Star
293
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
6972c3bf
编写于
6月 26, 2023
作者:
R
renhw001
提交者:
Gitee
6月 26, 2023
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update zh-cn/application-dev/reference/native-apis/image.md.
Signed-off-by:
N
renhw001
<
renhongwei9@huawei.com
>
上级
d71bb5b2
变更
1
显示空白变更内容
内联
并排
Showing
1 changed file
with
19 addition
and
19 deletion
+19
-19
zh-cn/application-dev/reference/native-apis/image.md
zh-cn/application-dev/reference/native-apis/image.md
+19
-19
未找到文件。
zh-cn/application-dev/reference/native-apis/image.md
浏览文件 @
6972c3bf
...
...
@@ -87,7 +87,7 @@ typedef struct NativePixelMap
用于定义NativePixelMap数据类型名称。
**起始版本:**
9
10
## 枚举类型说明
...
...
@@ -145,7 +145,7 @@ PixelMap alpha 类型的枚举。
| OHOS_PIXEL_MAP_ALPHA_TYPE_UNPREMUL| 预除的格式 |
**起始版本:**
9
10
### anonymous enum
...
...
@@ -162,7 +162,7 @@ PixelMap 缩放类型的枚举。
| OHOS_PIXEL_MAP_SCALE_MODE_CENTER_CROP| 以中心进行缩放的格式 |
**起始版本:**
9
10
### anonymous enum
...
...
@@ -180,7 +180,7 @@ PixelMap 编辑类型的枚举。
| OHOS_PIXEL_MAP_EDITABLE| 可编辑的格式 |
**起始版本:**
9
10
## 函数说明
...
...
@@ -272,7 +272,7 @@ int32_t OH_PixelMap_CreateAlphaPixelMap (napi_env env, napi_value source, napi_v
CreateAlphaPixelMap
**起始版本:**
9
10
### OH_PixelMap_CreatePixelMap()
...
...
@@ -303,7 +303,7 @@ int32_t OH_PixelMap_CreatePixelMap (napi_env env, OhosPixelMapCreateOps info, vo
CreatePixelMap
**起始版本:**
9
10
### OH_PixelMap_Crop()
...
...
@@ -334,7 +334,7 @@ int32_t OH_PixelMap_Crop (const NativePixelMap * native, int32_t x, int32_t y, i
Crop
**起始版本:**
9
10
### OH_PixelMap_Flip()
...
...
@@ -363,7 +363,7 @@ int32_t OH_PixelMap_Flip (const NativePixelMap * native, int32_t x, int32_t y )
Flip
**起始版本:**
9
10
### OH_PixelMap_GetBytesNumberPerRow()
...
...
@@ -391,7 +391,7 @@ int32_t OH_PixelMap_GetBytesNumberPerRow (const NativePixelMap * native, int32_t
GetBytesNumberPerRow
**起始版本:**
9
10
### OH_PixelMap_GetDensity()
...
...
@@ -418,7 +418,7 @@ int32_t OH_PixelMap_GetDensity (const NativePixelMap * native, int32_t * density
GetDensity
**起始版本:**
9
10
### OH_PixelMap_GetIsEditable()
...
...
@@ -446,7 +446,7 @@ int32_t OH_PixelMap_GetIsEditable (const NativePixelMap * native, int32_t * edit
GetIsEditable
**起始版本:**
9
10
### OH_PixelMap_InitNativePixelMap()
...
...
@@ -474,7 +474,7 @@ NativePixelMap* OH_PixelMap_InitNativePixelMap (napi_env env, napi_value source
InitNativePixelMap
**起始版本:**
9
10
### OH_PixelMap_IsSupportAlpha()
...
...
@@ -502,7 +502,7 @@ int32_t OH_PixelMap_IsSupportAlpha (const NativePixelMap * native, int32_t * alp
IsSupportAlpha
**起始版本:**
9
10
...
...
@@ -531,7 +531,7 @@ int32_t OH_PixelMap_Rotate (const NativePixelMap * native, float angle )
Rotate
**起始版本:**
9
10
### OH_PixelMap_Scale()
...
...
@@ -560,7 +560,7 @@ int32_t OH_PixelMap_Scale (const NativePixelMap * native, float x, float y )
Scale
**起始版本:**
9
10
### OH_PixelMap_SetAlphaAble()
...
...
@@ -588,7 +588,7 @@ int32_t OH_PixelMap_SetAlphaAble (const NativePixelMap * native, int32_t alpha )
SetAlphaAble
**起始版本:**
9
10
### OH_PixelMap_SetDensity()
...
...
@@ -616,7 +616,7 @@ int32_t OH_PixelMap_SetDensity (const NativePixelMap * native, int32_t density )
GetDensity
**起始版本:**
9
10
### OH_PixelMap_SetOpacity()
...
...
@@ -644,7 +644,7 @@ int32_t OH_PixelMap_SetOpacity (const NativePixelMap * native, float opacity )
SetOpacity
**起始版本:**
9
10
### OH_PixelMap_Translate()
...
...
@@ -673,7 +673,7 @@ int32_t OH_PixelMap_Translate (const NativePixelMap * native, float x, float y )
Translate
**起始版本:**
9
10
### OH_UnAccessPixels()
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录