harmony 鸿蒙drawing_pixel_map.h

  • 2025-06-12
  • 浏览 (5)

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.

你可能感兴趣的鸿蒙文章

harmony 鸿蒙ArkGraphics 2D

harmony 鸿蒙BufferHandle

harmony 鸿蒙ColorSpacePrimaries

harmony 鸿蒙DisplaySoloist_ExpectedRateRange

harmony 鸿蒙_drawing

harmony 鸿蒙NativeColorSpaceManager

harmony 鸿蒙NativeDisplaySoloist

harmony 鸿蒙NativeVsync

harmony 鸿蒙NativeWindow

harmony 鸿蒙OH_Drawing_BitmapFormat

0  赞