Subversion Repositories Kolibri OS

Rev

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

Rev 8102 Rev 8541
Line 60... Line 60...
60
	img_unlock_bits, 'img_unlock_bits', \
60
	img_unlock_bits, 'img_unlock_bits', \
61
	img_flip, 'img_flip', \
61
	img_flip, 'img_flip', \
62
	img_flip_layer, 'img_flip_layer', \
62
	img_flip_layer, 'img_flip_layer', \
63
	img_rotate, 'img_rotate', \
63
	img_rotate, 'img_rotate', \
64
	img_rotate_layer, 'img_rotate_layer', \
64
	img_rotate_layer, 'img_rotate_layer', \
65
	img_draw, 'img_draw'
65
	img_draw, 'img_draw', \ 
-
 
66
	img_blend, 'img_blend', \
-
 
67
	img_convert, 'img_convert', \
-
 
68
    img_resize_data, 'img_resize_data', \
-
 
69
    img_scale, 'img_scale'
Line 66... Line 70...
66
	
70
	
67
public libimg_init as  'libimg_init'
-
 
68
;	public img_is_img as  '_img_is_img'
-
 
69
;public img_info as  '_img_info'
-
 
70
;public img_from_file as  '_img_from_file'
-
 
71
;public img_to_file as  '_img_to_file'
-
 
72
;public img_from_rgb as  '_img_from_rgb'
71
public libimg_init as  'libimg_init'
73
public img_to_rgb as  'img_to_rgb'
72
public img_to_rgb as  'img_to_rgb'
74
public img_to_rgb2 as  'img_to_rgb2'
73
public img_to_rgb2 as  'img_to_rgb2'
75
public img_decode as  'img_decode'
74
public img_decode as  'img_decode'
76
public img_encode as  'img_encode'
75
public img_encode as  'img_encode'
77
public img_create as  'img_create'
76
public img_create as  'img_create'
78
public img_destroy as  'img_destroy'
77
public img_destroy as  'img_destroy'
79
public img_destroy_layer as  'img_destroy_layer'
78
public img_destroy_layer as  'img_destroy_layer'
80
public img_count as  'img_count'
-
 
81
;public img_lock_bits as  '_img_lock_bits'
-
 
82
;public img_unlock_bits as  '_img_unlock_bits'
79
public img_count as  'img_count'
83
public img_flip as  'img_flip'
80
public img_flip as  'img_flip'
84
public img_flip_layer as  'img_flip_layer'
81
public img_flip_layer as  'img_flip_layer'
85
public img_rotate as  'img_rotate'
82
public img_rotate as  'img_rotate'
86
public img_rotate_layer as  'img_rotate_layer'
83
public img_rotate_layer as  'img_rotate_layer'
-
 
84
public img_draw as  'img_draw'
-
 
85
public img_blend as 'img_blend'
-
 
86
public img_convert as 'img_convert'
-
 
87
public img_resize_data as 'img_resize_data'