# lv_draw_sw_private.h (/api/private/draw/sw/lv_draw_sw_private_h)



<RelatedHeaders name="lv_draw_sw.h" isPrivate="true" />

<ApiSummary structs="2" />

Structs [#structs]

<ApiMember kind="struct" name="lv_draw_sw_thread_dsc_t">
  lv_draw_sw_thread_dsc_t [#lv_draw_sw_thread_dsc_t]

  | Member           | Type                                                                 | Description |
  | ---------------- | -------------------------------------------------------------------- | ----------- |
  | `task_act`       | <ApiLink name="lv_draw_task_t" display="lv_draw_task_t *volatile" /> |             |
  | `thread`         | `lv_thread_t`                                                        |             |
  | `new_task_sync`  | `lv_thread_sync_t`                                                   |             |
  | `task_done_sync` | `lv_thread_sync_t`                                                   |             |
  | `draw_unit`      | <ApiLink name="lv_draw_unit_t" display="lv_draw_unit_t *" />         |             |
  | `idx`            | `uint32_t`                                                           |             |
  | `exit_status`    | `volatile bool`                                                      |             |
</ApiMember>

<ApiMember kind="struct" name="_lv_draw_sw_unit_t">
  \_lv_draw_sw_unit_t [#_lv_draw_sw_unit_t]

  | Member        | Type                              | Description |
  | ------------- | --------------------------------- | ----------- |
  | `base_unit`   | <ApiLink name="lv_draw_unit_t" /> |             |
  | `thread_dscs` | `lv_draw_sw_thread_dsc_t[1]`      |             |
</ApiMember>

Dependencies [#dependencies]

<FileIncludes includes="[&#x22;lv_draw_sw.h&#x22;, &#x22;lv_draw_private.h&#x22;]" includedBy="[&#x22;lv_global.h&#x22;, &#x22;lvgl_private.h&#x22;]" transitiveIncludes="[&#x22;lv_blend_neon.h&#x22;, &#x22;lv_cache.h&#x22;, &#x22;lv_cache_class.h&#x22;, &#x22;lv_cache_entry.h&#x22;, &#x22;lv_cache_lru_ll.h&#x22;, &#x22;lv_cache_lru_rb.h&#x22;, &#x22;lv_cache_sc_da.h&#x22;, &#x22;lv_draw_sw_blend.h&#x22;, &#x22;lv_draw_sw_blend_neon_to_rgb565.h&#x22;, &#x22;lv_draw_sw_blend_neon_to_rgb888.h&#x22;, &#x22;lv_image_cache.h&#x22;, &#x22;lv_iter_private.h&#x22;, &#x22;lv_os_private.h&#x22;]" />
