feat(obj) save self_size in the obejct to save a lot of recalculations

This commit is contained in:
Gabor Kiss-Vamosi
2021-04-29 09:52:49 +02:00
parent ff2c2e5d33
commit 1b93668df7
16 changed files with 43 additions and 37 deletions

View File

@@ -61,7 +61,6 @@ void lv_draw_img_dsc_init(lv_draw_img_dsc_t * dsc)
dsc->opa = LV_OPA_COVER;
dsc->zoom = LV_IMG_ZOOM_NONE;
dsc->antialias = LV_COLOR_DEPTH > 8 ? 1 : 0;
}
/**