Lines Matching defs:text
177 char *text;
178 /** X-coordinate of the upper left corner of the text information. */
180 /** Y-coordinate of the upper left corner of the text information. */
182 /** RGB color used for displaying the text information. */
199 char *text;
227 /** Defaut label value of the button text. If the value is NULL means the parameter is unavailable. */
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>.
237 /** If the text on the button cannot be customized, the value is true. */
330 * @brief Allows a TA to check whether a given text can be rendered by the current implementation and
333 * @param text Indicates the string to be checked.
334 * @param width Indicates the width in pixels needed to render the text.
335 * @param height Indicates the height in pixels needed to render the text.
340 * in the text string cannot be rendered.
345 TEE_Result TEE_TUICheckTextFormat(const char *text, uint32_t *width, uint32_t *height, uint32_t *last_index);