Lines Matching refs:source
30 Image source
33 To provide maximum flexibility, the source of the image can be:
39 To set the source of an image, use :cpp:expr:`lv_image_set_src(img, src)`.
42 and set the converted image as the image source with its pointer with
52 image as the image source with :cpp:expr:`lv_image_set_src(img, "S:folder1/my_img.bin")`.
54 You can also set a symbol as an image source similar to a :ref:`Labels <lv_label>`. In
57 "characters" instead of real images. You can set a symbol as an image source with
113 source size. Using the offset parameter a `Texture atlas <https://en.wikipedia.org/wiki/Texture_atl…
162 meaning that the Widget will be sized automatically to the size of its image source.
166 the image source is aligned inside the Widget.
183 Any ``offset`` value is applied after the image source is aligned. For example setting
185 move the image source up 10 pixels from the center of the Widget.