Lines Matching refs:drawableDescriptor

70  * @return Returns the pointer to the drawableDescriptor.
80 * @return Returns the pointer to the drawableDescriptor.
87 * @brief Destroys the pointer to the drawableDescriptor.
89 * @param drawableDescriptor Indicates the pointer to the drawableDescriptor.
92 void OH_ArkUI_DrawableDescriptor_Dispose(ArkUI_DrawableDescriptor* drawableDescriptor);
97 * @param drawableDescriptor Indicates the pointer to the drawableDescriptor.
101 OH_PixelmapNativeHandle OH_ArkUI_DrawableDescriptor_GetStaticPixelMap(ArkUI_DrawableDescriptor* drawableDescriptor);
106 * @param drawableDescriptor Indicates the pointer to the drawableDescriptor.
111 ArkUI_DrawableDescriptor* drawableDescriptor);
116 * @param drawableDescriptor Indicates the pointer to the drawableDescriptor.
120 int32_t OH_ArkUI_DrawableDescriptor_GetAnimatedPixelMapArraySize(ArkUI_DrawableDescriptor* drawableDescriptor);
125 * @param drawableDescriptor Indicates the pointer to the drawableDescriptor.
129 void OH_ArkUI_DrawableDescriptor_SetAnimationDuration(ArkUI_DrawableDescriptor* drawableDescriptor, int32_t duration);
134 * @param drawableDescriptor Indicates the pointer to the drawableDescriptor.
138 int32_t OH_ArkUI_DrawableDescriptor_GetAnimationDuration(ArkUI_DrawableDescriptor* drawableDescriptor);
143 * @param drawableDescriptor Indicates the pointer to the drawableDescriptor.
148 ArkUI_DrawableDescriptor* drawableDescriptor, int32_t iteration);
153 * @param drawableDescriptor Indicates the pointer to the drawableDescriptor.
157 int32_t OH_ArkUI_DrawableDescriptor_GetAnimationIteration(ArkUI_DrawableDescriptor* drawableDescriptor);