Subversion Repositories Kolibri OS

Rev

Rev 3175 | Only display areas with differences | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3175 Rev 9568
1
align 4
1
align 4
2
boxlib_import:
2
boxlib_import:
3
  dd alib_init2 ;ôóíêöèÿ çàïóñêàåòñÿ ìàêðîñîì 1 ðàç ïðè ïîäêëþ÷åíèè áèáèëèîòåêè, ïîòîìó â ïðîãðàììå ìåòêà íà íåå íå íóæíà
3
  dd alib_init2 ;ôóíêöèÿ çàïóñêàåòñÿ ìàêðîñîì 1 ðàç ïðè ïîäêëþ÷åíèè áèáèëèîòåêè, ïîòîìó â ïðîãðàììå ìåòêà íà íåå íå íóæíà
4
 
4
 
5
  edit_box_draw  dd aEdit_box_draw
5
  edit_box_draw  dd aEdit_box_draw
6
  edit_box_key	 dd aEdit_box_key
6
  edit_box_key	 dd aEdit_box_key
7
  edit_box_mouse dd aEdit_box_mouse
7
  edit_box_mouse dd aEdit_box_mouse
8
;  version_ed     dd aVersion_ed
8
;  version_ed     dd aVersion_ed
9
 
9
 
10
  init_checkbox   dd aInit_checkbox
10
  init_checkbox   dd aInit_checkbox
11
  check_box_draw  dd aCheck_box_draw
11
  check_box_draw  dd aCheck_box_draw
12
  check_box_mouse dd aCheck_box_mouse
12
  check_box_mouse dd aCheck_box_mouse
13
;  version_ch      dd aVersion_ch
13
;  version_ch      dd aVersion_ch
14
 
14
 
15
;  option_box_draw dd aOption_box_draw
15
;  option_box_draw dd aOption_box_draw
16
;  option_box_mouse dd aOption_box_mouse
16
;  option_box_mouse dd aOption_box_mouse
17
;  version_op dd aVersion_op
17
;  version_op dd aVersion_op
18
 
18
 
19
  scrollbar_ver_draw  dd aScrollbar_ver_draw
19
  scrollbar_ver_draw  dd aScrollbar_ver_draw
20
;  scrollbar_ver_mouse dd aScrollbar_ver_mouse
20
;  scrollbar_ver_mouse dd aScrollbar_ver_mouse
21
  scrollbar_hor_draw  dd aScrollbar_hor_draw
21
  scrollbar_hor_draw  dd aScrollbar_hor_draw
22
;  scrollbar_hor_mouse dd aScrollbar_hor_mouse
22
;  scrollbar_hor_mouse dd aScrollbar_hor_mouse
23
;  version_scrollbar   dd aVersion_scrollbar
23
;  version_scrollbar   dd aVersion_scrollbar
24
 
24
 
25
  tl_data_init dd sz_tl_data_init
25
  tl_data_init dd sz_tl_data_init
26
  tl_data_clear dd sz_tl_data_clear
26
  tl_data_clear dd sz_tl_data_clear
27
  tl_info_clear dd sz_tl_info_clear
27
  tl_info_clear dd sz_tl_info_clear
28
  tl_key dd sz_tl_key
28
  tl_key dd sz_tl_key
29
  tl_mouse dd sz_tl_mouse
29
  tl_mouse dd sz_tl_mouse
30
  tl_draw dd sz_tl_draw
30
  tl_draw dd sz_tl_draw
31
  tl_info_undo dd sz_tl_info_undo
31
  tl_info_undo dd sz_tl_info_undo
32
  tl_info_redo dd sz_tl_info_redo
32
  tl_info_redo dd sz_tl_info_redo
33
  tl_node_add dd sz_tl_node_add
33
  tl_node_add dd sz_tl_node_add
34
  tl_node_set_data dd sz_tl_node_set_data
34
  tl_node_set_data dd sz_tl_node_set_data
35
  tl_node_get_data dd sz_tl_node_get_data
35
  tl_node_get_data dd sz_tl_node_get_data
36
  tl_node_delete dd sz_tl_node_delete
36
  tl_node_delete dd sz_tl_node_delete
37
  tl_cur_beg dd sz_tl_cur_beg
37
  tl_cur_beg dd sz_tl_cur_beg
38
  tl_cur_next dd sz_tl_cur_next
38
  tl_cur_next dd sz_tl_cur_next
39
  tl_cur_perv dd sz_tl_cur_perv
39
  tl_cur_perv dd sz_tl_cur_perv
40
  tl_node_close_open dd sz_tl_node_close_open
40
  tl_node_close_open dd sz_tl_node_close_open
41
  tl_node_lev_inc dd sz_tl_node_lev_inc
41
  tl_node_lev_inc dd sz_tl_node_lev_inc
42
  tl_node_lev_dec dd sz_tl_node_lev_dec
42
  tl_node_lev_dec dd sz_tl_node_lev_dec
43
  tl_node_move_up dd sz_tl_node_move_up
43
  tl_node_move_up dd sz_tl_node_move_up
44
  tl_node_move_down dd sz_tl_node_move_down
44
  tl_node_move_down dd sz_tl_node_move_down
45
  tl_save_mem dd sz_tl_save_mem
45
  tl_save_mem dd sz_tl_save_mem
46
  tl_load_mem dd sz_tl_load_mem
46
  tl_load_mem dd sz_tl_load_mem
47
  tl_get_mem_size dd sz_tl_get_mem_size
47
  tl_get_mem_size dd sz_tl_get_mem_size
48
 
48
 
49
  dd 0,0
49
  dd 0,0
50
  alib_init2 db 'lib_init',0
50
  alib_init2 db 'lib_init',0
51
 
51
 
52
  aEdit_box_draw  db 'edit_box',0
52
  aEdit_box_draw  db 'edit_box_draw',0
53
  aEdit_box_key   db 'edit_box_key',0
53
  aEdit_box_key   db 'edit_box_key',0
54
  aEdit_box_mouse db 'edit_box_mouse',0
54
  aEdit_box_mouse db 'edit_box_mouse',0
55
;  aVersion_ed     db 'version_ed',0
55
;  aVersion_ed     db 'version_ed',0
56
 
56
 
57
  aInit_checkbox   db 'init_checkbox2',0
57
  aInit_checkbox   db 'init_checkbox2',0
58
  aCheck_box_draw  db 'check_box_draw2',0
58
  aCheck_box_draw  db 'check_box_draw2',0
59
  aCheck_box_mouse db 'check_box_mouse2',0
59
  aCheck_box_mouse db 'check_box_mouse2',0
60
;  aVersion_ch      db 'version_ch',0
60
;  aVersion_ch      db 'version_ch',0
61
 
61
 
62
;  aOption_box_draw db 'option_box_draw',0
62
;  aOption_box_draw db 'option_box_draw',0
63
;  aOption_box_mouse db 'option_box_mouse',0
63
;  aOption_box_mouse db 'option_box_mouse',0
64
;  aVersion_op db 'version_op',0
64
;  aVersion_op db 'version_op',0
65
 
65
 
66
  aScrollbar_ver_draw  db 'scrollbar_v_draw',0
66
  aScrollbar_ver_draw  db 'scrollbar_v_draw',0
67
;  aScrollbar_ver_mouse db 'scrollbar_v_mouse',0
67
;  aScrollbar_ver_mouse db 'scrollbar_v_mouse',0
68
  aScrollbar_hor_draw  db 'scrollbar_h_draw',0
68
  aScrollbar_hor_draw  db 'scrollbar_h_draw',0
69
;  aScrollbar_hor_mouse db 'scrollbar_h_mouse',0
69
;  aScrollbar_hor_mouse db 'scrollbar_h_mouse',0
70
;  aVersion_scrollbar   db 'version_scrollbar',0
70
;  aVersion_scrollbar   db 'version_scrollbar',0
71
 
71
 
72
  sz_tl_data_init db 'tl_data_init',0
72
  sz_tl_data_init db 'tl_data_init',0
73
  sz_tl_data_clear db 'tl_data_clear',0
73
  sz_tl_data_clear db 'tl_data_clear',0
74
  sz_tl_info_clear db 'tl_info_clear',0
74
  sz_tl_info_clear db 'tl_info_clear',0
75
  sz_tl_key db 'tl_key',0
75
  sz_tl_key db 'tl_key',0
76
  sz_tl_mouse db 'tl_mouse',0
76
  sz_tl_mouse db 'tl_mouse',0
77
  sz_tl_draw db 'tl_draw',0
77
  sz_tl_draw db 'tl_draw',0
78
  sz_tl_info_undo db 'tl_info_undo',0
78
  sz_tl_info_undo db 'tl_info_undo',0
79
  sz_tl_info_redo db 'tl_info_redo',0
79
  sz_tl_info_redo db 'tl_info_redo',0
80
  sz_tl_node_add db 'tl_node_add',0
80
  sz_tl_node_add db 'tl_node_add',0
81
  sz_tl_node_set_data db 'tl_node_set_data',0
81
  sz_tl_node_set_data db 'tl_node_set_data',0
82
  sz_tl_node_get_data db 'tl_node_get_data',0
82
  sz_tl_node_get_data db 'tl_node_get_data',0
83
  sz_tl_node_delete db 'tl_node_delete',0
83
  sz_tl_node_delete db 'tl_node_delete',0
84
  sz_tl_cur_beg db 'tl_cur_beg',0
84
  sz_tl_cur_beg db 'tl_cur_beg',0
85
  sz_tl_cur_next db 'tl_cur_next',0
85
  sz_tl_cur_next db 'tl_cur_next',0
86
  sz_tl_cur_perv db 'tl_cur_perv',0
86
  sz_tl_cur_perv db 'tl_cur_perv',0
87
  sz_tl_node_close_open db 'tl_node_close_open',0
87
  sz_tl_node_close_open db 'tl_node_close_open',0
88
  sz_tl_node_lev_inc db 'tl_node_lev_inc',0
88
  sz_tl_node_lev_inc db 'tl_node_lev_inc',0
89
  sz_tl_node_lev_dec db 'tl_node_lev_dec',0
89
  sz_tl_node_lev_dec db 'tl_node_lev_dec',0
90
  sz_tl_node_move_up db 'tl_node_move_up',0
90
  sz_tl_node_move_up db 'tl_node_move_up',0
91
  sz_tl_node_move_down db 'tl_node_move_down',0
91
  sz_tl_node_move_down db 'tl_node_move_down',0
92
  sz_tl_save_mem db 'tl_save_mem',0
92
  sz_tl_save_mem db 'tl_save_mem',0
93
  sz_tl_load_mem db 'tl_load_mem',0
93
  sz_tl_load_mem db 'tl_load_mem',0
94
  sz_tl_get_mem_size db 'tl_get_mem_size',0
94
  sz_tl_get_mem_size db 'tl_get_mem_size',0
95
 
95
 
96
align 4
96
align 4
97
libini_import:
97
libini_import:
98
	dd alib_init0
98
	dd alib_init0
99
	ini_get_str  dd aini_get_str
99
	ini_get_str  dd aini_get_str
100
dd 0,0
100
dd 0,0
101
	alib_init0   db 'lib_init',0
101
	alib_init0   db 'lib_init',0
102
	aini_get_str db 'ini_get_str',0
102
	aini_get_str db 'ini_get_str',0
103
 
103
 
104
align 4
104
align 4
105
proclib_import:
105
proclib_import:
106
	OpenDialog_Init dd aOpenDialog_Init
106
	OpenDialog_Init dd aOpenDialog_Init
107
	OpenDialog_Start dd aOpenDialog_Start
107
	OpenDialog_Start dd aOpenDialog_Start
108
dd 0,0
108
dd 0,0
109
	aOpenDialog_Init db 'OpenDialog_init',0
109
	aOpenDialog_Init db 'OpenDialog_init',0
110
	aOpenDialog_Start db 'OpenDialog_start',0
110
	aOpenDialog_Start db 'OpenDialog_start',0
111
 
111
 
112
align 4
112
align 4
113
libimg_import:
113
libimg_import:
114
  dd alib_init1
114
  dd alib_init1
115
  img_is_img  dd aimg_is_img
115
  img_is_img  dd aimg_is_img
116
  img_info    dd aimg_info
116
  img_info    dd aimg_info
117
  img_from_file dd aimg_from_file
117
  img_from_file dd aimg_from_file
118
  img_to_file dd aimg_to_file
118
  img_to_file dd aimg_to_file
119
  img_from_rgb dd aimg_from_rgb
119
  img_from_rgb dd aimg_from_rgb
120
  img_to_rgb  dd aimg_to_rgb
120
  img_to_rgb  dd aimg_to_rgb
121
  img_to_rgb2 dd aimg_to_rgb2
121
  img_to_rgb2 dd aimg_to_rgb2
122
  img_decode  dd aimg_decode
122
  img_decode  dd aimg_decode
123
  img_encode  dd aimg_encode
123
  img_encode  dd aimg_encode
124
  img_create  dd aimg_create
124
  img_create  dd aimg_create
125
  img_destroy dd aimg_destroy
125
  img_destroy dd aimg_destroy
126
  img_destroy_layer dd aimg_destroy_layer
126
  img_destroy_layer dd aimg_destroy_layer
127
  img_count   dd aimg_count
127
  img_count   dd aimg_count
128
  img_lock_bits dd aimg_lock_bits
128
  img_lock_bits dd aimg_lock_bits
129
  img_unlock_bits dd aimg_unlock_bits
129
  img_unlock_bits dd aimg_unlock_bits
130
  img_flip    dd aimg_flip
130
  img_flip    dd aimg_flip
131
  img_flip_layer dd aimg_flip_layer
131
  img_flip_layer dd aimg_flip_layer
132
  img_rotate  dd aimg_rotate
132
  img_rotate  dd aimg_rotate
133
  img_rotate_layer dd aimg_rotate_layer
133
  img_rotate_layer dd aimg_rotate_layer
134
  img_draw    dd aimg_draw
134
  img_draw    dd aimg_draw
135
 
135
 
136
  dd 0,0
136
  dd 0,0
137
 
137
 
138
  alib_init1   db 'lib_init',0
138
  alib_init1   db 'lib_init',0
139
  aimg_is_img  db 'img_is_img',0 ;îïðåäåëÿåò ïî äàííûì, ìîæåò ëè áèáëèîòåêà ñäåëàòü èç íèõ èçîáðàæåíèå
139
  aimg_is_img  db 'img_is_img',0 ;îïðåäåëÿåò ïî äàííûì, ìîæåò ëè áèáëèîòåêà ñäåëàòü èç íèõ èçîáðàæåíèå
140
  aimg_info    db 'img_info',0
140
  aimg_info    db 'img_info',0
141
  aimg_from_file db 'img_from_file',0
141
  aimg_from_file db 'img_from_file',0
142
  aimg_to_file db 'img_to_file',0
142
  aimg_to_file db 'img_to_file',0
143
  aimg_from_rgb db 'img_from_rgb',0
143
  aimg_from_rgb db 'img_from_rgb',0
144
  aimg_to_rgb  db 'img_to_rgb',0 ;ïðåîáðàçîâàíèå èçîáðàæåíèÿ â äàííûå RGB
144
  aimg_to_rgb  db 'img_to_rgb',0 ;ïðåîáðàçîâàíèå èçîáðàæåíèÿ â äàííûå RGB
145
  aimg_to_rgb2 db 'img_to_rgb2',0
145
  aimg_to_rgb2 db 'img_to_rgb2',0
146
  aimg_decode  db 'img_decode',0 ;àâòîìàòè÷åñêè îïðåäåëÿåò ôîðìàò ãðàôè÷åñêèõ äàííûõ
146
  aimg_decode  db 'img_decode',0 ;àâòîìàòè÷åñêè îïðåäåëÿåò ôîðìàò ãðàôè÷åñêèõ äàííûõ
147
  aimg_encode  db 'img_encode',0
147
  aimg_encode  db 'img_encode',0
148
  aimg_create  db 'img_create',0
148
  aimg_create  db 'img_create',0
149
  aimg_destroy db 'img_destroy',0
149
  aimg_destroy db 'img_destroy',0
150
  aimg_destroy_layer db 'img_destroy_layer',0
150
  aimg_destroy_layer db 'img_destroy_layer',0
151
  aimg_count   db 'img_count',0
151
  aimg_count   db 'img_count',0
152
  aimg_lock_bits db 'img_lock_bits',0
152
  aimg_lock_bits db 'img_lock_bits',0
153
  aimg_unlock_bits db 'img_unlock_bits',0
153
  aimg_unlock_bits db 'img_unlock_bits',0
154
  aimg_flip    db 'img_flip',0
154
  aimg_flip    db 'img_flip',0
155
  aimg_flip_layer db 'img_flip_layer',0
155
  aimg_flip_layer db 'img_flip_layer',0
156
  aimg_rotate  db 'img_rotate',0
156
  aimg_rotate  db 'img_rotate',0
157
  aimg_rotate_layer db 'img_rotate_layer',0
157
  aimg_rotate_layer db 'img_rotate_layer',0
158
  aimg_draw    db 'img_draw',0
158
  aimg_draw    db 'img_draw',0
159
 
159
 
160
align 4
160
align 4
161
strlib_import:
161
strlib_import:
162
  str_copy dd astr_copy
162
  str_copy dd astr_copy
163
  str_cat dd astr_cat
163
  str_cat dd astr_cat
164
  str_catchar dd astr_catchar
164
  str_catchar dd astr_catchar
165
  str_inschar dd astr_inschar
165
  str_inschar dd astr_inschar
166
  str_lowcase dd astr_lowcase
166
  str_lowcase dd astr_lowcase
167
  str_upcase dd astr_upcase
167
  str_upcase dd astr_upcase
168
 
168
 
169
  str_len dd astr_len
169
  str_len dd astr_len
170
  str_cmp dd astr_cmp
170
  str_cmp dd astr_cmp
171
  str_cmpi dd astr_cmpi
171
  str_cmpi dd astr_cmpi
172
  str_poschar dd astr_poschar
172
  str_poschar dd astr_poschar
173
 
173
 
174
  dd 0,0
174
  dd 0,0
175
  astr_copy    db 'str_copy',0
175
  astr_copy    db 'str_copy',0
176
  astr_cat     db 'str_cat',0
176
  astr_cat     db 'str_cat',0
177
  astr_catchar db 'str_catchar',0
177
  astr_catchar db 'str_catchar',0
178
;  str_ins     db 'str_ins',0
178
;  str_ins     db 'str_ins',0
179
  astr_inschar db 'str_inschar',0
179
  astr_inschar db 'str_inschar',0
180
;  str_sub     db 'str_sub',0
180
;  str_sub     db 'str_sub',0
181
  astr_lowcase db 'str_lowcase',0
181
  astr_lowcase db 'str_lowcase',0
182
  astr_upcase db 'str_upcase',0
182
  astr_upcase db 'str_upcase',0
183
 
183
 
184
  astr_len  db 'str_len',0
184
  astr_len  db 'str_len',0
185
  astr_cmp  db 'str_cmp',0
185
  astr_cmp  db 'str_cmp',0
186
  astr_cmpi db 'str_cmpi',0
186
  astr_cmpi db 'str_cmpi',0
187
;  str_pos  db 'str_pos',0
187
;  str_pos  db 'str_pos',0
188
  astr_poschar db 'str_poschar',0
188
  astr_poschar db 'str_poschar',0