Home
last modified time | relevance | path

Searched refs:X (Results 1 – 9 of 9) sorted by relevance

/lvgl-3.7.0/src/draw/sw/
Dlv_draw_sw_gradient.c26 #define ALIGN(X) (((X) + 7) & ~7) argument
28 #define ALIGN(X) (((X) + 3) & ~3) argument
/lvgl-3.7.0/docs/widgets/core/
Dcanvas.md64 - `offset_x` offset X to tell where to put the result data on destination canvas
65 - `offset_y` offset X to tell where to put the result data on destination canvas
66 - `pivot_x` pivot X of rotation. Relative to the source canvas. Set to `source width / 2` to rotate…
/lvgl-3.7.0/src/extra/
DREADME.md24 …rf=ALeKk01ddA4YB0WEgLLN1bZNSm8YER7pkg:1623080551559&source=lnms&tbm=isch&sa=X&ved=2ahUKEwiwoN6d7oX…
/lvgl-3.7.0/docs/layouts/
Dgrid.md38 - `LV_GRID_FR(X)` tell what portion of the remaining space should be used by this track. Larger val…
/lvgl-3.7.0/docs/overview/
Dfont.md190 my_font = lv_font_load(X/path/to/my_font.bin);
233 dsc_out->ofs_x = 0; /*X offset of the bitmap in [pf]*/
Dstyle-props.md61 Set the X coordinate of the object considering the set `align`. Pixel and percentage values can be …
79 Set the alignment which tells from which point of the parent the X and Y coordinates should be inte…
106 Move the object with this value in X direction. Applied after layouts, aligns and other positioning…
142 Set the pivot point's X coordinate for transformations. Relative to the object's top left corner'
436 Set an offset on the shadow in pixels in X direction.
Dstyle.md253 - X and Y translation
/lvgl-3.7.0/docs/widgets/extra/
Dchart.md32 - `LV_CHART_TYPE_SCATTER` - X/Y chart drawing point's and lines between the points. .
/lvgl-3.7.0/docs/
DCHANGELOG.md2002 - `lv_chart` fix X tick drawing