Lines Matching full:set
91 * Set the image data to display on the object
100 * Set an offset for the source of an image so the image will be displayed from the new origin.
107 * Set an offset for the source of an image.
115 * Set the rotation angle of the image.
116 * The image will be rotated around the set pivot set by `lv_image_set_pivot()`
121 * rotation will be set to 0 automatically.
127 * Set the rotation center of the image.
129 …* x, y can be set with value of LV_PCT, lv_image_get_pivot will return the true pixel coordinate o…
137 * Set the zoom factor of the image.
150 * Set the horizontal zoom factor of the image.
163 * Set the vertical zoom factor of the image.
176 * Set the blend mode of an image.
191 * Set the image object size mode.
200 * Set an A8 bitmap mask for the image.
236 * rotation will be set to 0 automatically.
242 * If pivot is set with LV_PCT, convert it to px before return.