Lines Matching defs:OH_UdsPixelMap
87 typedef struct OH_UdsPixelMap OH_UdsPixelMap;
578 * @brief Creation a pointer to the instance of the {@link OH_UdsPixelMap}.
580 * @return If the operation is successful, a pointer to the instance of the {@link OH_UdsPixelMap}
582 * @see OH_UdsPixelMap
585 OH_UdsPixelMap* OH_UdsPixelMap_Create();
588 * @brief Destroy a pointer that points to the {@link OH_UdsPixelMap} instance.
590 * @param pThis Represents a pointer to an instance of {@link OH_UdsPixelMap}.
591 * @see OH_UdsPixelMap
594 void OH_UdsPixelMap_Destroy(OH_UdsPixelMap* pThis);
597 * @brief Get type id from the {@link OH_UdsPixelMap}.
599 * @param pThis Represents a pointer to an instance of {@link OH_UdsPixelMap}.
601 * @see OH_UdsPixelMap
604 const char* OH_UdsPixelMap_GetType(OH_UdsPixelMap* pThis);
607 * @brief Get pixel map from the {@link OH_UdsPixelMap}.
609 * @param pThis Represents a pointer to an instance of {@link OH_UdsPixelMap}.
611 * @see OH_UdsPixelMap
614 void OH_UdsPixelMap_GetPixelMap(OH_UdsPixelMap* pThis, OH_PixelmapNative* pixelmapNative);
617 * @brief Set pixel map to the {@link OH_UdsPixelMap}.
619 * @param pThis Represents a pointer to an instance of {@link OH_UdsPixelMap}.
624 * @see OH_UdsPixelMap Udmf_ErrCode
627 int OH_UdsPixelMap_SetPixelMap(OH_UdsPixelMap* pThis, OH_PixelmapNative* pixelmapNative);