ruffle/core
Aaron Hill 3bef8c4fd6 render: Remove `get_bitmap_pixels` and store data in `Character::Bitmap`
We only called `get_bitmap_pixels` when creating a `BitmapData`
for an SWF-provided `Bitmap`. We now store the initial pixels
in `Character::Bitmap`, and use them to initialize a `BitmapData`
when needed.

This lets us simplify the wgpu backend, which no longer needs
to store a `Bitmap` object. In addition to saving space for
`BitmapData` objects that lack an SWF `Bitmap`, this will make
it easier to move data from `bitmap_registry` into `BitmapHandle`
itself.
2022-11-25 16:08:42 -07:00
..
assets core: Extend the embedded fake device font with more characters 2022-02-09 20:09:52 +01:00
build_playerglobal avm2: Partially implement StaticText (#8343) 2022-11-23 18:30:47 -05:00
macros core: Fix clippy format string lint 2022-10-27 08:49:39 +03:00
src render: Remove `get_bitmap_pixels` and store data in `Character::Bitmap` 2022-11-25 16:08:42 -07:00
Cargo.toml build(deps): bump indexmap from 1.9.1 to 1.9.2 2022-11-21 18:27:58 -07:00
build.rs avm2: Allow implementing classes in ActionScript in custom `playerglobal` 2022-06-15 22:00:17 +03:00