Clean up the blit row code and add a Haxe alternative
This commit is contained in:
@@ -20,7 +20,6 @@ namespace lime {
|
||||
~ImageBuffer ();
|
||||
|
||||
void Blit (const unsigned char *data, int x, int y, int width, int height);
|
||||
void BlitRow (const unsigned char *data, int sourcePosition, int destPosition, int sourceW);
|
||||
void Resize (int width, int height, int bitsPerPixel = 32);
|
||||
int Stride ();
|
||||
value Value ();
|
||||
|
||||
Reference in New Issue
Block a user