Lines Matching full:set

45  * Set the position of an object relative to the set alignment.
52 * @note The values can be set in pixel or in percentage of parent size with `lv_pct(v)`
57 * Set the x coordinate of an object
63 * @note The values can be set in pixel or in percentage of parent size with `lv_pct(v)`
68 * Set the y coordinate of an object
74 * @note The values can be set in pixel or in percentage of parent size with `lv_pct(v)`
79 * Set the size of an object.
84 * pixel simple set the size accordingly
85 * LV_SIZE_CONTENT set the size to involve all children in the given direction
86 …* lv_pct(x) to set size in percentage of the parent's content area size…
99 * Set the width of an object
103 * pixel simple set the size accordingly
104 * LV_SIZE_CONTENT set the size to involve all children in the given direction
105 …* lv_pct(x) to set size in percentage of the parent's content area size…
111 * Set the height of an object
115 * pixel simple set the size accordingly
116 * LV_SIZE_CONTENT set the size to involve all children in the given direction
117 …* lv_pct(x) to set size in percentage of the parent's content area size…
123 * Set the width reduced by the left and right padding and the border width.
130 * Set the height reduced by the top and bottom padding and the border width.
137 * Set a layout for an object
139 * @param layout pointer to a layout descriptor to set
170 * Change the alignment of an object and set new coordinates.
201 * Set the transform matrix of an object
203 * @param matrix pointer to a matrix to set
271 * Get the actually set x coordinate of object, i.e. the offset from the set alignment
273 * @return the set x coordinate
278 * Get the actually set y coordinate of object, i.e. the offset from the set alignment
280 * @return the set y coordinate
363 * @return pointer to the transform matrix or NULL if not set
423 * Set the size of an extended clickable area