Subversion Repositories Kolibri OS

Rev

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

Rev 2523 Rev 2574
Line 233... Line 233...
233
	cld
233
	cld
234
	@@:
234
	@@:
235
		mov eax,[esi]
235
		mov eax,[esi]
236
		add esi,4
236
		add esi,4
237
		stdcall convert_int_to_str
237
		stdcall convert_int_to_str
238
		stdcall [buf2d_draw_text], buf_0, buf_font,edi,5,ebx,color_caption ;à¨á㥬 㪠§ â¥«¨ ­  ¬ áᨢë â®ç¥ª
238
		stdcall [buf2d_draw_text], buf_0, buf_font,edi,5,ebx,[color_captions] ;à¨á㥬 㪠§ â¥«¨ ­  ¬ áᨢë â®ç¥ª
239
		add ebx,9
239
		add ebx,9
240
		loop @b
240
		loop @b
241
	.end_dr:
241
	.end_dr:
242
	mov ecx,4
242
	mov ecx,4
243
	cld
243
	cld
Line 563... Line 563...
563
;description:
563
;description:
564
; äã­ªæ¨ï à¨á®¢ ­¨ï í«¥¬¥­â  ­  ¯®«¥
564
; äã­ªæ¨ï à¨á®¢ ­¨ï í«¥¬¥­â  ­  ¯®«¥
565
align 4
565
align 4
566
proc el_draw, h_elem:dword
566
proc el_draw, h_elem:dword
567
	pushad
567
	pushad
568
;el_offs_nam
568
 
569
	mov edi,[h_elem]
569
	mov edi,[h_elem]
570
	mov eax,[edi] ;coord x
570
	mov eax,[edi] ;coord x
571
	mov ebx,[edi+4] ;coord y
571
	mov ebx,[edi+4] ;coord y
Line 572... Line 572...
572
 
572
 
Line 695... Line 695...
695
 
695
 
696
	movzx esi,byte[zoom]
696
	movzx esi,byte[zoom]
697
	cmp esi,3
697
	cmp esi,3
698
	jl @f
698
	jl @f
699
		;à¨á®¢ ­¨¥ à ¬ª¨, ¢®ªà㣠§ ­ï⮩ â®çª¨
699
		;à¨á®¢ ­¨¥ à ¬ª¨, ¢®ªà㣠§ ­ï⮩ â®çª¨
700
		stdcall draw_point_border, eax,ebx, color_caption
700
		stdcall draw_point_border, eax,ebx, [color_captions]
Line 701... Line 701...
701
	@@:
701
	@@:
702
 
702
 
Line 717... Line 717...
717
	@@:
717
	@@:
Line 718... Line 718...
718
 
718
 
719
	add edi,capt_offs ;edi - 㪠§ â¥«ì ­  ¯®«­ãî ¯®¤¯¨áì (á ª®®à¤¨­ â ¬¨)
719
	add edi,capt_offs ;edi - 㪠§ â¥«ì ­  ¯®«­ãî ¯®¤¯¨áì (á ª®®à¤¨­ â ¬¨)
720
	call str_next_val
720
	call str_next_val
721
	call str_next_val
721
	call str_next_val
722
	stdcall [buf2d_draw_text], buf_0, buf_font,edi,eax,ebx,color_caption ;à¨á㥬 áâபã á ⥪á⮬
722
	stdcall [buf2d_draw_text], buf_0, buf_font,edi,eax,ebx,[color_captions] ;à¨á㥬 áâபã á ⥪á⮬
723
	ret
723
	ret
Line 724... Line 724...
724
endp
724
endp
725
 
725