lv_obj_draw_private.h
API reference for lv_obj_draw_private.h
See Also: Public APIThis is the private implementation. See the public header for the stable interface.lv_obj_draw.h
Summary
Functions
core/lv_obj_draw_private.h:36function
lv_obj_get_ext_draw_size
Get the extended draw area of an object.
int32_t lv_obj_get_ext_draw_size(const lv_obj_t *obj)| Name | Type | Description |
|---|---|---|
obj | const lv_obj_t * | pointer to an object |
Returns: int32_t — the size extended draw area around the real coordinates
core/lv_obj_draw_private.h:38function
lv_obj_get_layer_type
lv_layer_type_t lv_obj_get_layer_type(const lv_obj_t *obj)| Name | Type |
|---|---|
obj | const lv_obj_t * |
Dependencies
Indirect dependencies
lv_anim.hlv_area.hlv_array.hlv_assert.hlv_bidi.hlv_color.hlv_color_op.hlv_conf_internal.hlv_conf_kconfig.hlv_draw.hlv_draw_arc.hlv_draw_blur.hlv_draw_buf.hlv_draw_image.hlv_draw_label.hlv_draw_line.hlv_draw_rect.hlv_draw_triangle.hlv_event.hlv_ext_data.hlv_flex.hlv_font.hlv_fs.hlv_grad.hlv_grid.hlv_image_decoder.hlv_image_dsc.hlv_layout.hlv_ll.hlv_log.hlv_math.hlv_matrix.hlv_mem.hlv_obj_style.hlv_obj_style_gen.hlv_palette.hlv_profiler.hlv_profiler_builtin.hlv_sprintf.hlv_string.hlv_style.hlv_style_gen.hlv_symbol_def.hlv_text.hlv_tick.hlv_timer.hlv_types.h
How is this guide?
Last updated on