Searched refs:X (Results 1 – 9 of 9) sorted by relevance
26 #define ALIGN(X) (((X) + 7) & ~7) argument28 #define ALIGN(X) (((X) + 3) & ~3) argument
64 - `offset_x` offset X to tell where to put the result data on destination canvas65 - `offset_y` offset X to tell where to put the result data on destination canvas66 - `pivot_x` pivot X of rotation. Relative to the source canvas. Set to `source width / 2` to rotate…
24 …rf=ALeKk01ddA4YB0WEgLLN1bZNSm8YER7pkg:1623080551559&source=lnms&tbm=isch&sa=X&ved=2ahUKEwiwoN6d7oX…
38 - `LV_GRID_FR(X)` tell what portion of the remaining space should be used by this track. Larger val…
190 my_font = lv_font_load(X/path/to/my_font.bin);233 dsc_out->ofs_x = 0; /*X offset of the bitmap in [pf]*/
61 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.
253 - X and Y translation
32 - `LV_CHART_TYPE_SCATTER` - X/Y chart drawing point's and lines between the points. .
2002 - `lv_chart` fix X tick drawing