mirror of
https://gitee.com/openharmony/interface_sdk_c
synced 2024-11-27 17:01:03 +00:00
commit
7d86324d03
@ -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.
|
||||
|
@ -40,8 +40,9 @@
|
||||
* @version 1.0
|
||||
*/
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
Loading…
Reference in New Issue
Block a user