Lines Matching refs:expr
39 To set the source of an image, use :cpp:expr:`lv_image_set_src(img, src)`.
43 :cpp:expr:`lv_image_set_src(img1, &converted_img_var)`.
45 :cpp:expr:`LV_IMAGE_DECLARE(converted_img_var)`.
52 image as the image source with :cpp:expr:`lv_image_set_src(img, "S:folder1/my_img.bin")`.
58 :cpp:expr:`lv_image_set_src(img1, LV_SYMBOL_OK)`.
110 With :cpp:expr:`lv_image_set_offset_x(img, x_ofs)` and
111 :cpp:expr:`lv_image_set_offset_y(img, y_ofs)`, you can add some offset to the
119 You can zoom images in or out by using :cpp:expr:`lv_image_set_scale(img, factor)`.
125 :cpp:expr:`lv_image_set_scale_x(img, factor)` and
126 :cpp:expr:`lv_image_set_scale_y(img, factor)` can also be used to
129 To rotate the image use :cpp:expr:`lv_image_set_rotation(img, angle_x10)`.
134 This can be changed with :cpp:expr:`lv_image_set_pivot(img, pivot_x, pivot_y)` where
138 :cpp:expr:`lv_image_set_antialias(img, true)`. Enabling anti-aliasing
148 transformation. That is :cpp:expr:`lv_obj_get_width/height/x/y()` will return
165 property (set using :cpp:expr:`lv_image_set_inner_align(widget, align)`) governs how