Subversion Repositories Kolibri OS

Rev

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

Rev 7739 Rev 7754
Line 48... Line 48...
48
 
48
 
49
void DrawBufer::Fill(dword start_pointer, i_fill_color)
49
void DrawBufer::Fill(dword start_pointer, i_fill_color)
50
{
50
{
51
	dword i;
51
	dword i;
52
	dword max_i = bufw * bufh * 4 + buf_data + 8;
52
	dword max_i = bufw * bufh * 4 + buf_data + 8;
-
 
53
	EDI = fill_color = i_fill_color;
53
	fill_color = i_fill_color;
54
	for (ESI=buf_data+start_pointer+8; ESI
54
	for (i=buf_data+start_pointer+8; i
55
	//for (i=buf_data+start_pointer+8; i
Line 55... Line 56...
55
}
56
}
56
 
57
 
57
void DrawBufer::DrawBar(dword x, y, w, h, color)
58
void DrawBufer::DrawBar(dword x, y, w, h, color)