Clean up the blit row code and add a Haxe alternative

This commit is contained in:
Joshua Granick
2017-05-05 14:39:59 -07:00
parent 71ab0b6e17
commit c72a05ab4a
4 changed files with 35 additions and 34 deletions

View File

@@ -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 ();