Files
ladybird/Userland/Libraries/LibGfx
Nico Weber 924423c596 LibGfx/JBIG2: Make context index a u8
This value is at most 46, so a u8 is enough.

We have tens of thousands of these contexts.

(We could pack the is_mps bit into that u8 as well, but
then the I() and MPS() functions need to return helper objects
instead of a direct reference, so let's not do that part for now.)
2024-03-20 09:09:54 +01:00
..
2024-02-28 16:00:07 -05:00
2024-03-02 12:25:53 +01:00