expo: Support setting the size and bounds of an object
authorSimon Glass <sjg@chromium.org>
Fri, 2 May 2025 14:46:35 +0000 (08:46 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 30 May 2025 08:49:32 +0000 (09:49 +0100)
commite3c3f83cb6ce85ef541359fa46fd802e1b53494b
treef2f267f113099d89950b5bf17cdc8f306c076e2f
parentbaaf0907345558db58982445579e7d445ee60f21
expo: Support setting the size and bounds of an object

Add a function to allow the size of an object to be set independently
of its position.

Also add a function to permit the object's bounding box to be set
independently of its dimensions.

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