Subversion Repositories Kolibri OS

Rev

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

Rev 7663 Rev 9520
Line 1102... Line 1102...
1102
		stdcall [buf2d_set_pixel], [pbuf], [GrafX],[GrafY], 0xff0000
1102
		stdcall [buf2d_set_pixel], [pbuf], [GrafX],[GrafY], 0xff0000
1103
		cmp ecx,[ebx+Figure.PoiCount]
1103
		cmp ecx,[ebx+Figure.PoiCount]
1104
		je @f
1104
		je @f
1105
			stdcall [buf2d_line_sm], [pbuf], [PervX],[PervY], [GrafX],[GrafY], 0x80
1105
			stdcall [buf2d_line_sm], [pbuf], [PervX],[PervY], [GrafX],[GrafY], 0x80
1106
			;sub esp,24
1106
		@@:
1107
			;call [buf2d_line]
-
 
1108
			stdcall [buf2d_line], [pbuf], [PervX],[PervY], [GrafX],[GrafY], 0x80
-
 
1109
		@@:
-
 
1110
		mov eax,[GrafX]
1107
		mov eax,[GrafX]
1111
		mov [PervX],eax
1108
		mov [PervX],eax
1112
		mov eax,[GrafY]
1109
		mov eax,[GrafY]
1113
		mov [PervY],eax
1110
		mov [PervY],eax
1114
		add edi,sizeof.Point
1111
		add edi,sizeof.Point
Line 1212... Line 1209...
1212
		@@:
1209
		@@:
1213
		cmp ecx,[ebx+Figure.PoiCount]
1210
		cmp ecx,[ebx+Figure.PoiCount]
1214
		je @f
1211
		je @f
1215
			stdcall [buf2d_line_sm], buf_0, [PervX],[PervY], [GrafX],[GrafY], [col_lin]
1212
			stdcall [buf2d_line_sm], buf_0, [PervX],[PervY], [GrafX],[GrafY], [col_lin]
1216
			stdcall [buf2d_line], buf_0, [PervX],[PervY], [GrafX],[GrafY], [col_lin]
1213
		@@:
1217
		@@:
-
 
1218
		mov eax,[GrafX]
1214
		mov eax,[GrafX]
1219
		mov [PervX],eax
1215
		mov [PervX],eax
1220
		mov edx,[GrafY]
1216
		mov edx,[GrafY]
1221
		mov [PervY],edx
1217
		mov [PervY],edx
1222
		add edi,sizeof.Point
1218
		add edi,sizeof.Point