1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-23 00:00:06 +01:00
libwebsockets/minimal-examples-lowlevel/api-tests/api-test-lhp-dlo
Andy Green 4a443c3e2e lhp: add DLO layout support
Add a dlo-based layout callback for use with lhp.

If lhp_dl_render() is used as the Lws Html/CSS parser callback, it
produces a display_list representation of the Html as DLOs, referencing the
appropriate CSS to drive the layout as best it can.

The display list can be rasterized on to an lws_display using the display's
state object

  lds->disp->blit(lds, (uint8_t *)&dl, &box);
2022-05-04 08:43:26 +01:00
..
CMakeLists.txt lhp: add DLO layout support 2022-05-04 08:43:26 +01:00
main.c lhp: add DLO layout support 2022-05-04 08:43:26 +01:00
test.html lhp: add DLO layout support 2022-05-04 08:43:26 +01:00