drawing_pixel_map.h
Overview
The drawing_pixel_map.h file declares the functions related to the pixel map in the drawing module.
File to include: <native_drawing/drawing_pixel_map.h>
Library: libnative_drawing.so
Since: 12
Related module: Drawing
Summary
Functions
| Name | Description |
|---|---|
| OH_Drawing_PixelMap * OH_Drawing_PixelMapGetFromNativePixelMap (NativePixelMap_ *) | Obtains the pixel map defined by this module from a pixel map defined by the image framework. |
| OH_Drawing_PixelMap * OH_Drawing_PixelMapGetFromOhPixelMapNative (OH_PixelmapNative *) | Obtains the pixel map defined by this module from a pixel map defined by the image framework. |
| void OH_Drawing_PixelMapDissolve (OH_Drawing_PixelMap *) | Removes the relationship between a pixel map defined by this module and a pixel map defined by the image framework. The relationship is established by calling OH_Drawing_PixelMapGetFromNativePixelMap or OH_Drawing_PixelMapGetFromOhPixelMapNative. |