!1329 Drawing ndk语法整改

Merge pull request !1329 from yzj688/master
This commit is contained in:
openharmony_ci 2024-08-27 13:29:46 +00:00 committed by Gitee
commit 7d86324d03
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 4 additions and 3 deletions

View File

@ -51,14 +51,14 @@ extern "C" {
* @since 12
* @version 1.0
*/
struct NativePixelMap_;
typedef struct NativePixelMap_;
/**
* @brief Introduces the native pixel map information defined by image framework.
* @since 12
* @version 1.0
*/
struct OH_PixelmapNative;
typedef struct OH_PixelmapNative;
/**
* @brief Gets an <b>OH_Drawing_PixelMap</b> object.

View File

@ -40,8 +40,9 @@
* @version 1.0
*/
#include <stdint.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#ifdef __cplusplus
extern "C" {