Migrate image storage from PICT to BMP

This commit is contained in:
elasota
2020-01-18 21:15:07 -05:00
parent 69ef542969
commit 93b4554961
28 changed files with 438 additions and 344 deletions

View File

@@ -5,6 +5,8 @@
#include "PLBigEndian.h"
#include "RGBAColor.h"
struct BitmapImage;
struct Point
{
int16_t v;
@@ -63,13 +65,6 @@ struct BERegion
BERect rect;
};
struct Picture
{
uint8_t sizeLowBytes[2]; // Low-order bytes of size, deprecated
BERect picFrame;
};
struct BEBitMap
{
BERect m_bounds;