From 713d94e8fcd69a540c3207bf9630f8d868bc7d67 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=9B=E4=BA=9A=E8=8A=B3?= Date: Mon, 3 Jul 2023 04:28:51 +0000 Subject: [PATCH] update MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 葛亚芳 --- .../application-dev/reference/native-apis/_native_vsync.md | 2 +- .../application-dev/reference/native-apis/_native_window.md | 6 +++--- .../reference/native-apis/_o_h___native_buffer.md | 2 +- .../reference/native-apis/_o_h___native_image.md | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/zh-cn/application-dev/reference/native-apis/_native_vsync.md b/zh-cn/application-dev/reference/native-apis/_native_vsync.md index 4c25273d17..0487dbc7c2 100644 --- a/zh-cn/application-dev/reference/native-apis/_native_vsync.md +++ b/zh-cn/application-dev/reference/native-apis/_native_vsync.md @@ -95,7 +95,7 @@ OH_NativeVSync* OH_NativeVSync_Create (const char * name, unsigned int length ) | 名称 | 描述 | | -------- | -------- | -| name | 参数表示一个vsync连接的名字 | +| name | 表示一个名字,与创建的OH_NativeVSync实例关联 | | length | name的长度 | **返回:** diff --git a/zh-cn/application-dev/reference/native-apis/_native_window.md b/zh-cn/application-dev/reference/native-apis/_native_window.md index ca11ac9f6a..1b1b61149e 100644 --- a/zh-cn/application-dev/reference/native-apis/_native_window.md +++ b/zh-cn/application-dev/reference/native-apis/_native_window.md @@ -335,7 +335,7 @@ int32_t OH_NativeWindow_GetNativeObjectMagic (void * obj) | 名称 | 描述 | | -------- | -------- | -| obj | 一个NativeWindow or NativeWindowBuffer的结构体实例的指针 | +| obj | 一个NativeWindow或者NativeWindowBuffer的结构体实例的指针 | **返回:** @@ -359,7 +359,7 @@ int32_t OH_NativeWindow_NativeObjectReference (void * obj) | 名称 | 描述 | | -------- | -------- | -| obj | 一个NativeWindow or NativeWindowBuffer的结构体实例的指针 | +| obj | 一个NativeWindow或者NativeWindowBuffer的结构体实例的指针 | **返回:** @@ -383,7 +383,7 @@ int32_t OH_NativeWindow_NativeObjectUnreference (void * obj) | 名称 | 描述 | | -------- | -------- | -| obj | 一个NativeWindow or NativeWindowBuffer的结构体实例的指针 | +| obj | 一个NativeWindow或者NativeWindowBuffer的结构体实例的指针 | **返回:** diff --git a/zh-cn/application-dev/reference/native-apis/_o_h___native_buffer.md b/zh-cn/application-dev/reference/native-apis/_o_h___native_buffer.md index 92cc29be48..18e79e28c1 100644 --- a/zh-cn/application-dev/reference/native-apis/_o_h___native_buffer.md +++ b/zh-cn/application-dev/reference/native-apis/_o_h___native_buffer.md @@ -84,7 +84,7 @@ OH_NativeBuffer* OH_NativeBuffer_Alloc (const OH_NativeBuffer_Config * config) | 名称 | 描述 | | -------- | -------- | -| config | 一个指向OH_NativeBuffer属性的指针,类型为OH_NativeBuffer_Config。 | +| config | 一个指向OH_NativeBuffer_Config类型的指针。 | **返回:** diff --git a/zh-cn/application-dev/reference/native-apis/_o_h___native_image.md b/zh-cn/application-dev/reference/native-apis/_o_h___native_image.md index 21f7403a57..5f94b93251 100644 --- a/zh-cn/application-dev/reference/native-apis/_o_h___native_image.md +++ b/zh-cn/application-dev/reference/native-apis/_o_h___native_image.md @@ -120,7 +120,7 @@ GL_TEXTURE_EXTERNAL_OES, 并通过OH_NativeImage进行更新 | 名称 | 描述 | | -------- | -------- | | image | 指向OH_NativeImage实例的指针。 | -| textureId | OH_NativeImage要附加到的OPENGL ES纹理的id。 | +| textureId | OH_NativeImage要附加到的OpenGL ES纹理的id。 | **返回:** -- GitLab