Lines Matching full:to
45 * Set the position of an object relative to the set alignment.
46 * @param obj pointer to an object
58 * @param obj pointer to an object
69 * @param obj pointer to an object
80 * @param obj pointer to an object
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…
93 * @param obj pointer to an object
100 * @param obj pointer to an object
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…
112 * @param obj pointer to an object
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…
124 * @param obj pointer to an object
131 * @param obj pointer to an object
138 * @param obj pointer to an object
139 * @param layout pointer to a layout descriptor to set
145 * @param obj pointer to an object to test
152 * @param obj pointer to an object whose children need to be updated
158 * @param obj pointer to an object whose position and size needs to be updated
164 * @param obj pointer to an object to align
171 * Equivalent to:
174 * @param obj pointer to an object to align
182 * Align an object to another object.
183 * @param obj pointer to an object to align
184 …* @param base pointer to another object (if NULL `obj`s parent is used). 'obj' will be aligne…
188 …* @note if the position or size of `base` changes `obj` needs to be aligned manually ag…
194 * Align an object to the center on its parent.
195 * @param obj pointer to an object to align
196 * @note if the parent size changes `obj` needs to be aligned manually again
202 * @param obj pointer to an object
203 * @param matrix pointer to a matrix to set
204 * @note `LV_DRAW_TRANSFORM_USE_MATRIX` needs to be enabled.
209 * Reset the transform matrix of an object to identity matrix
210 * @param obj pointer to an object
211 * @note `LV_DRAW_TRANSFORM_USE_MATRIX` needs to be enabled.
216 * Copy the coordinates of an object to an area
217 * @param obj pointer to an object
218 * @param coords pointer to an area to store the coordinates
224 * @param obj pointer to an object
226 …* @note The position of the object is recalculated only on the next redraw. To force co…
236 * @param obj pointer to an object
238 …* @note The position of the object is recalculated only on the next redraw. To force co…
248 * @param obj pointer to an object
250 …* @note The position of the object is recalculated only on the next redraw. To force co…
260 * @param obj pointer to an object
262 …* @note The position of the object is recalculated only on the next redraw. To force co…
272 * @param obj pointer to an object
279 * @param obj pointer to an object
286 * @param obj pointer to an object
287 …* @note The position of the object is recalculated only on the next redraw. To force co…
295 * @param obj pointer to an object
296 …* @note The position of the object is recalculated only on the next redraw. To force co…
304 * @param obj pointer to an object
305 …* @note The position of the object is recalculated only on the next redraw. To force co…
313 * @param obj pointer to an object
314 …* @note The position of the object is recalculated only on the next redraw. To force co…
322 * @param obj pointer to an object
323 …* @note The position of the object is recalculated only on the next redraw. To force co…
331 * @param obj pointer to an objects
340 * @param obj pointer to an objects
349 * @param obj pointer to an object
362 * @param obj pointer to an object
363 * @return pointer to the transform matrix or NULL if not set
369 * @param obj pointer to an object whose style properties should be used
370 * @param p a point to transform, the result will be written back here too
377 * @param obj pointer to an object whose style properties should be used
378 * @param points the array of points to transform, the result will be written back here too
387 * @param obj pointer to an object whose style properties should be used
388 * @param area an area to transform, the result will be written back here too
395 * The area will be truncated to the object's area and marked for redraw.
396 * @param obj pointer to an object
397 * @param area the area to redraw
402 * Mark the object as invalid to redrawn its area
403 * @param obj pointer to an object
409 * @param obj pointer to an object
410 * @param area the are to check. The visible part of the area will be written back here.
417 * @param obj pointer to an object
424 * @param obj pointer to an object
430 * Get the an area where to object can be clicked.
432 * @param obj pointer to an object
439 * @param obj object to hit-test
447 * @param width width to clamp
457 * @param height height to clamp