Lines Matching full:with
37 /*Images pixels with this color will not be drawn if they are chroma keyed)*/
76 /*Default display refresh period. LVG will redraw changed areas with this period time*/
84 *It removes the need to manually update the tick with `lv_tick_inc()`)*/
135 * and blend it as an image with the given opacity.
144 * and can't be drawn in chunks. So these settings affects only widgets with opacity.
151 …*With complex image decoders (e.g. PNG or JPG) caching can save the continuous open/decode of imag…
233 /*1: Print the log with 'printf';
234 *0: User need to register a callback with `lv_log_register_print_cb()`*/
323 /*Will be added where memories needs to be aligned (with -Os data might not be aligned to boundary …
339 /*Export integer constant to binding. This macro is used with constants in the form of LV_<CONST> t…
350 /*Montserrat fonts with ASCII range and some symbols using bpp = 4
392 /*Enable handling large font and/or fonts with a lot of characters.
403 …/*Set the pixel order of the display. Physical order of RGB channels. Doesn't matter with "normal"…
453 …*In these languages characters should be replaced with an other form based on their position in th…
668 *Supports all major image formats so do not enable other image decoder with it*/
699 /*Enable the examples to be built with the library*/
713 /*Use RGB565A8 images with 16 bit color depth instead of ARGB8565*/