Subversion Repositories Kolibri OS

Rev

Rev 6535 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6535 Rev 8545
Line 43... Line 43...
43
	img_flip, 'img_flip', \
43
	img_flip, 'img_flip', \
44
	img_flip_layer, 'img_flip_layer', \
44
	img_flip_layer, 'img_flip_layer', \
45
	img_rotate, 'img_rotate', \
45
	img_rotate, 'img_rotate', \
46
	img_rotate_layer, 'img_rotate_layer', \
46
	img_rotate_layer, 'img_rotate_layer', \
47
	img_draw, 'img_draw'
47
	img_draw, 'img_draw', \ 
48
	
48
	img_blend, 'img_blend', \
-
 
49
	img_convert, 'img_convert', \
-
 
50
    img_resize_data, 'img_resize_data', \
-
 
51
    img_scale, 'img_scale'
-
 
52
	
Line 49... Line 53...
49
public libimg_init as  '_libimg_init'
53
public libimg_init as  '_libimg_init'
50
;	public img_is_img as  '_img_is_img'
-
 
51
;public img_info as  '_img_info'
-
 
52
;public img_from_file as  '_img_from_file'
-
 
53
;public img_to_file as  '_img_to_file'
-
 
54
;public img_from_rgb as  '_img_from_rgb'
-
 
55
public img_to_rgb as  '_img_to_rgb'
54
public img_to_rgb as  '_img_to_rgb'
56
public img_to_rgb2 as  '_img_to_rgb2'
55
public img_to_rgb2 as  '_img_to_rgb2'
57
public img_decode as  '_img_decode'
56
public img_decode as  '_img_decode'
58
public img_encode as  '_img_encode'
57
public img_encode as  '_img_encode'
59
public img_create as  '_img_create'
58
public img_create as  '_img_create'
60
public img_destroy as  '_img_destroy'
59
public img_destroy as  '_img_destroy'
61
public img_destroy_layer as  '_img_destroy_layer'
60
public img_destroy_layer as  '_img_destroy_layer'
62
public img_count as  '_img_count'
61
public img_count as  '_img_count'
63
;public img_lock_bits as  '_img_lock_bits'
-
 
64
;public img_unlock_bits as  '_img_unlock_bits'
-
 
65
public img_flip as  '_img_flip'
62
public img_flip as  '_img_flip'
66
public img_flip_layer as  '_img_flip_layer'
63
public img_flip_layer as  '_img_flip_layer'
67
public img_rotate as  '_img_rotate'
64
public img_rotate as  '_img_rotate'
68
public img_rotate_layer as  '_img_rotate_layer'
65
public img_rotate_layer as  '_img_rotate_layer'
69
public img_draw as  '_img_draw'
66
public img_draw as  '_img_draw'
-
 
67
public img_blend as '_img_blend'
-
 
68
public img_convert as '_img_convert'
-
 
69
public img_resize_data as '_img_resize_data'
-
 
70
public img_scale as '_img_scale'