Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
da9590da
D
Docs
项目概览
OpenHarmony
/
Docs
大约 1 年 前同步成功
通知
159
Star
292
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看板
体验新版 GitCode,发现更多精彩内容 >>
未验证
提交
da9590da
编写于
6月 27, 2023
作者:
O
openharmony_ci
提交者:
Gitee
6月 27, 2023
浏览文件
操作
浏览文件
下载
差异文件
!20146 修改image ndk文档
Merge pull request !20146 from renhw001/master
上级
e0c7f7b3
ede8564a
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
20 addition
and
20 deletion
+20
-20
zh-cn/application-dev/reference/native-apis/_ohos_pixel_map_create_ops.md
...n-dev/reference/native-apis/_ohos_pixel_map_create_ops.md
+1
-1
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/_ohos_pixel_map_create_ops.md
浏览文件 @
da9590da
...
...
@@ -6,7 +6,7 @@
用于定义创建 pixel map 设置选项的相关信息.
**起始版本:**
9
10
**相关模块:**
...
...
zh-cn/application-dev/reference/native-apis/image.md
浏览文件 @
da9590da
...
...
@@ -85,7 +85,7 @@ typedef struct NativePixelMap
用于定义NativePixelMap数据类型名称。
**起始版本:**
9
10
## 枚举类型说明
...
...
@@ -143,7 +143,7 @@ PixelMap alpha 类型的枚举。
| OHOS_PIXEL_MAP_ALPHA_TYPE_UNPREMUL| 预除的格式 |
**起始版本:**
9
10
### anonymous enum
...
...
@@ -160,7 +160,7 @@ PixelMap 缩放类型的枚举。
| OHOS_PIXEL_MAP_SCALE_MODE_CENTER_CROP| 以中心进行缩放的格式 |
**起始版本:**
9
10
### anonymous enum
...
...
@@ -178,7 +178,7 @@ PixelMap 编辑类型的枚举。
| OHOS_PIXEL_MAP_EDITABLE| 可编辑的格式 |
**起始版本:**
9
10
## 函数说明
...
...
@@ -270,7 +270,7 @@ int32_t OH_PixelMap_CreateAlphaPixelMap (napi_env env, napi_value source, napi_v
CreateAlphaPixelMap
**起始版本:**
9
10
### OH_PixelMap_CreatePixelMap()
...
...
@@ -301,7 +301,7 @@ int32_t OH_PixelMap_CreatePixelMap (napi_env env, OhosPixelMapCreateOps info, vo
CreatePixelMap
**起始版本:**
9
10
### OH_PixelMap_Crop()
...
...
@@ -332,7 +332,7 @@ int32_t OH_PixelMap_Crop (const NativePixelMap * native, int32_t x, int32_t y, i
Crop
**起始版本:**
9
10
### OH_PixelMap_Flip()
...
...
@@ -361,7 +361,7 @@ int32_t OH_PixelMap_Flip (const NativePixelMap * native, int32_t x, int32_t y )
Flip
**起始版本:**
9
10
### OH_PixelMap_GetBytesNumberPerRow()
...
...
@@ -389,7 +389,7 @@ int32_t OH_PixelMap_GetBytesNumberPerRow (const NativePixelMap * native, int32_t
GetBytesNumberPerRow
**起始版本:**
9
10
### OH_PixelMap_GetDensity()
...
...
@@ -416,7 +416,7 @@ int32_t OH_PixelMap_GetDensity (const NativePixelMap * native, int32_t * density
GetDensity
**起始版本:**
9
10
### OH_PixelMap_GetIsEditable()
...
...
@@ -444,7 +444,7 @@ int32_t OH_PixelMap_GetIsEditable (const NativePixelMap * native, int32_t * edit
GetIsEditable
**起始版本:**
9
10
### OH_PixelMap_InitNativePixelMap()
...
...
@@ -472,7 +472,7 @@ NativePixelMap* OH_PixelMap_InitNativePixelMap (napi_env env, napi_value source
InitNativePixelMap
**起始版本:**
9
10
### OH_PixelMap_IsSupportAlpha()
...
...
@@ -500,7 +500,7 @@ int32_t OH_PixelMap_IsSupportAlpha (const NativePixelMap * native, int32_t * alp
IsSupportAlpha
**起始版本:**
9
10
...
...
@@ -529,7 +529,7 @@ int32_t OH_PixelMap_Rotate (const NativePixelMap * native, float angle )
Rotate
**起始版本:**
9
10
### OH_PixelMap_Scale()
...
...
@@ -558,7 +558,7 @@ int32_t OH_PixelMap_Scale (const NativePixelMap * native, float x, float y )
Scale
**起始版本:**
9
10
### OH_PixelMap_SetAlphaAble()
...
...
@@ -586,7 +586,7 @@ int32_t OH_PixelMap_SetAlphaAble (const NativePixelMap * native, int32_t alpha )
SetAlphaAble
**起始版本:**
9
10
### OH_PixelMap_SetDensity()
...
...
@@ -614,7 +614,7 @@ int32_t OH_PixelMap_SetDensity (const NativePixelMap * native, int32_t density )
GetDensity
**起始版本:**
9
10
### OH_PixelMap_SetOpacity()
...
...
@@ -642,7 +642,7 @@ int32_t OH_PixelMap_SetOpacity (const NativePixelMap * native, float opacity )
SetOpacity
**起始版本:**
9
10
### OH_PixelMap_Translate()
...
...
@@ -671,7 +671,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.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录