Lines Matching defs:image
117 * @brief Enumerates source of the uesd image.
133 * @brief Represents the image in PNG format.
140 void *image;
148 /** Represents the number of pixels of the width of the image. */
150 /** Represents the number of pixels of the height of the image. */
184 /** The image is placed in the label area. */
185 TEE_TUIImage image;
186 /** X-coordinate of the upper left corner of the image to be displayed. */
188 /** Y-coordinate of the upper left corner of the image to be displayed. */
200 /** The image to associate with the button. */
201 TEE_TUIImage image;
230 * If the text or image on the button cannot be customized, the value is <b>0</b>.
234 * If the text or image on the button cannot be customized, the value is <b>0</b>.
239 /** If the image on the button cannot be customized, the value is true. */
375 * Returns {@code TEE_ERROR_ITEM_NOT_FOUND} if at least one image provided by the TA refers to a storage
377 * Returns {@code TEE_ERROR_ACCESS_CONFLICT} if at least one image provided by the TA refers to a data
379 * Returns {@code TEE_ERROR_BAD_FORMAT} if at least one input image is not compliant with PNG format.
436 * @brief Setting the TUI background image.
438 * @param label Configure the background image information in the label variable.
439 * The image must be a PNG image in array format.