Lines Matching defs:OH_UdsPixelMap
90 typedef struct OH_UdsPixelMap OH_UdsPixelMap;
567 * @brief Creation a pointer to the instance of the {@link OH_UdsPixelMap}.
569 * @return If the operation is successful, a pointer to the instance of the {@link OH_UdsPixelMap}
571 * @see OH_UdsPixelMap
574 OH_UdsPixelMap* OH_UdsPixelMap_Create();
577 * @brief Destroy a pointer that points to the {@link OH_UdsPixelMap} instance.
579 * @param pThis Represents a pointer to an instance of {@link OH_UdsPixelMap}.
580 * @see OH_UdsPixelMap
583 void OH_UdsPixelMap_Destroy(OH_UdsPixelMap* pThis);
586 * @brief Get type id from the {@link OH_UdsPixelMap}.
588 * @param pThis Represents a pointer to an instance of {@link OH_UdsPixelMap}.
590 * @see OH_UdsPixelMap
593 const char* OH_UdsPixelMap_GetType(OH_UdsPixelMap* pThis);
596 * @brief Get pixel map from the {@link OH_UdsPixelMap}.
598 * @param pThis Represents a pointer to an instance of {@link OH_UdsPixelMap}.
600 * @see OH_UdsPixelMap
603 void OH_UdsPixelMap_GetPixelMap(OH_UdsPixelMap* pThis, OH_PixelmapNative* pixelmapNative);
606 * @brief Set pixel map to the {@link OH_UdsPixelMap}.
608 * @param pThis Represents a pointer to an instance of {@link OH_UdsPixelMap}.
613 * @see OH_UdsPixelMap Udmf_ErrCode
616 int OH_UdsPixelMap_SetPixelMap(OH_UdsPixelMap* pThis, OH_PixelmapNative* pixelmapNative);