Lines Matching full:with
41 /*Images pixels with this color will not be drawn if they are chroma keyed)*/
80 /*Default display refresh period. LVG will redraw changed areas with this period time*/
87 *It removes the need to manually update the tick with `lv_tick_inc()`)*/
128 * and blend it as an image with the given opacity.
137 * and can't be drawn in chunks. So these settings affects only widgets with opacity.
144 …*With complex image decoders (e.g. PNG or JPG) caching can save the continuous open/decode of imag…
224 /*Custom blend mode for mask drawing, disable if you need to link with older SDL2 lib*/
245 /*1: Print the log with 'printf';
246 *0: User need to register a callback with `lv_log_register_print_cb()`*/
335 /*Will be added where memories needs to be aligned (with -Os data might not be aligned to boundary …
351 /*Export integer constant to binding. This macro is used with constants in the form of LV_<CONST> t…
362 /*Montserrat fonts with ASCII range and some symbols using bpp = 4
404 /*Enable handling large font and/or fonts with a lot of characters.
415 …/*Set the pixel order of the display. Physical order of RGB channels. Doesn't matter with "normal"…
465 …*In these languages characters should be replaced with an other form based on their position in th…
693 *Supports all major image formats so do not enable other image decoder with it*/
744 /*Enable the examples to be built with the library*/
763 /*Use RGB565A8 images with 16 bit color depth instead of ARGB8565*/