Searched defs:padding (Results 1 – 6 of 6) sorted by relevance
/lvgl-latest/src/core/ |
D | lv_obj_style.h | 258 int32_t padding = lv_obj_get_style_pad_left(obj, part); in lv_obj_get_style_space_left() local 266 int32_t padding = lv_obj_get_style_pad_right(obj, part); in lv_obj_get_style_space_right() local 274 int32_t padding = lv_obj_get_style_pad_top(obj, part); in lv_obj_get_style_space_top() local 282 int32_t padding = lv_obj_get_style_pad_bottom(obj, part); in lv_obj_get_style_space_bottom() local
|
/lvgl-latest/docs/details/base-widget/layouts/ |
D | grid.rst | 185 .. _grid_other:
|
D | flex.rst | 177 .. _flex_other:
|
/lvgl-latest/src/font/ |
D | lv_binfont_loader.c | 47 uint8_t padding; member 59 uint8_t padding; member 572 int32_t padding; in load_kern() local
|
/lvgl-latest/src/widgets/span/ |
D | lv_span.c | 1144 const lv_area_t padding, const int32_t indent) in make_span_coords()
|
/lvgl-latest/src/libs/tiny_ttf/ |
D | stb_truetype_htcw.h | 701 int padding; member 867 unsigned char type, padding; member 4313 int padding, void * alloc_context) 4990 …unsigned char * stbtt_GetGlyphSDF(const stbtt_fontinfo * info, float scale, int glyph, int padding, 5182 … char * stbtt_GetCodepointSDF(const stbtt_fontinfo * info, float scale, int codepoint, int padding,
|