expo: Rename scene_dim to scene_obj_bbox
authorSimon Glass <sjg@chromium.org>
Fri, 2 May 2025 14:46:30 +0000 (08:46 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 30 May 2025 08:49:32 +0000 (09:49 +0100)
commit85a2954c29cf8631ccd0fb2c2c348711f8b5260e
tree6ee8832b6caea9ed48fd44eaa709ce5ab45ce1bf
parenta4ede5e0aced904efb17f3a3d5fb2c7f3c622133
expo: Rename scene_dim to scene_obj_bbox

At present we assume that each object is a simple box and that it fills
the whole box.

This is quite limiting for text objects, which we may want to centre
within the box. We need a position within the box where drawing starts.

Rename the scene_dim struct to indicate that it is a bounding box.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/scene.c
boot/scene_menu.c
boot/scene_textline.c
include/expo.h
test/boot/expo.c