Subversion Repositories Kolibri OS

Rev

Rev 9594 | Rev 9643 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9594 Rev 9632
Line 31... Line 31...
31
//dword img_to_rgb2   = #aimg_to_rgb2;
31
//dword img_to_rgb2   = #aimg_to_rgb2;
32
//dword img_scale     = #aimg_scale;
32
//dword img_scale     = #aimg_scale;
33
dword img_flip      = #aimg_flip;
33
dword img_flip      = #aimg_flip;
34
dword img_rotate    = #aimg_rotate;
34
dword img_rotate    = #aimg_rotate;
35
dword img_to_rgb    = #aimg_to_rgb;
35
dword img_to_rgb    = #aimg_to_rgb;
-
 
36
dword resize        = #aresize;
Line 36... Line 37...
36
 
37
 
Line 37... Line 38...
37
$DD 2 dup 0
38
$DD 2 dup 0
38
 
39
 
Line 50... Line 51...
50
//char aimg_to_rgb2[]   = "img_to_rgb2";
51
//char aimg_to_rgb2[]   = "img_to_rgb2";
51
//char aimg_scale[]     = "img_scale";
52
//char aimg_scale[]     = "img_scale";
52
char aimg_flip[]      = "img_flip";
53
char aimg_flip[]      = "img_flip";
53
char aimg_rotate[]    = "img_rotate";
54
char aimg_rotate[]    = "img_rotate";
54
char aimg_to_rgb[]    = "img_to_rgb";
55
char aimg_to_rgb[]    = "img_to_rgb";
-
 
56
char aresize[]        = "img_resize_data";
Line 55... Line 57...
55
 
57
 
56
#define LIBIMG_FORMAT_BMP       1
58
#define LIBIMG_FORMAT_BMP       1
57
#define LIBIMG_FORMAT_ICO       2
59
#define LIBIMG_FORMAT_ICO       2
58
#define LIBIMG_FORMAT_CUR       3
60
#define LIBIMG_FORMAT_CUR       3