Subversion Repositories Kolibri OS

Rev

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

Rev 5009 Rev 5010
Line 418... Line 418...
418
		inc eax
418
		inc eax
419
		add ebx,10
419
		add ebx,10
420
		cmp byte[txt_buf],0
420
		cmp byte[txt_buf],0
421
		jne .cycle_0
421
		jne .cycle_0
Line 422... Line 422...
422
 
422
 
423
	;áç¨â뢠¥¬ ¤®ç¥à­¨¥ ⥣¨ ¤«ï 0x8769
423
	;­ å®¤¨¬ app2
424
	stdcall [exif_get_app2], h_app1,h_child
424
	stdcall [exif_get_app2], h_app1,h_child
425
	cmp dword[h_child],0
425
	cmp dword[h_child],0
Line 426... Line 426...
426
	je .no_found_child
426
	je .no_found_child
Line 486... Line 486...
486
	call draw_file_2 ;¨­ä®à¬ æ¨ï ¯® GPS
486
	call draw_file_2 ;¨­ä®à¬ æ¨ï ¯® GPS
487
	ret
487
	ret
Line 488... Line 488...
488
 
488
 
489
align 4
489
align 4
490
but_3:
490
but_3:
491
	call draw_file_3 ;¥é¥ ª ª ï-â® ¨­ä®à¬ æ¨ï ...
491
	call draw_file_3 ;¨­ä®à¬ æ¨ï app2
Line 492... Line 492...
492
	ret
492
	ret
493
 
493
 
494
;¤ ­­ë¥ ¤«ï ¤¨ «®£  ®âªàëâ¨ï ä ©«®¢
494
;¤ ­­ë¥ ¤«ï ¤¨ «®£  ®âªàëâ¨ï ä ©«®¢
Line 652... Line 652...
652
dd 0,0
652
dd 0,0
653
	sz_exif_get_app1 db 'exif_get_app1',0
653
	sz_exif_get_app1 db 'exif_get_app1',0
654
	sz_exif_get_app1_tag db 'exif_get_app1_tag',0
654
	sz_exif_get_app1_tag db 'exif_get_app1_tag',0
655
	sz_exif_get_app1_child db 'exif_get_app1_child',0
655
	sz_exif_get_app1_child db 'exif_get_app1_child',0
656
	sz_exif_get_app2 db 'exif_get_app2',0
656
	sz_exif_get_app2 db 'exif_get_app2',0
657
	;exif_get_image_160_120
-
 
Line 658... Line 657...
658
 
657
 
Line 659... Line 658...
659
sc system_colors 
658
sc system_colors 
660
 
659
 
Line 679... Line 678...
679
	dd 144 ;+12 h
678
	dd 144 ;+12 h
680
	dd 0 ;+16 color
679
	dd 0 ;+16 color
681
	db 24 ;+20 bit in pixel
680
	db 24 ;+20 bit in pixel
Line 682... Line 681...
682
 
681
 
-
 
682
h_app1  dd 0,0,0 ;áâàãªâãà  ¤«ï § £®«®¢ª  £« ¢­ëå ⥣®¢
683
h_app1  dd 0,0,0 ;áâàãªâãà  ¤«ï § £®«®¢ª  £« ¢­ëå ⥣®¢
683
	dw 0
-
 
684
h_child dd 0,0,0 ;áâàãªâãà  ¤«ï § £®«®¢ª  ¤®ç¥à­¨å ⥣®¢
684
h_child dd 0,0,0 ;áâàãªâãà  ¤«ï § £®«®¢ª  ¤®ç¥à­¨å ⥣®¢
685
	dw 0
685
txt_openfile db 'Žâªà®©â¥ ä ©« ¨§®¡à ¦¥­¨ï ¢ ä®à¬ â¥ *.jpg.',0
686
txt_openfile db 'Žâªà®©â¥ ä ©« ¨§®¡à ¦¥­¨ï ¢ ä®à¬ â¥ *.jpg.',0
686
txt_nochild  db 'ˆ­ä®à¬ æ¨ï ¯® í⮩ ª­®¯ª¥ ­¥ ­ ©¤¥­ .',0
687
txt_nochild  db 'ˆ­ä®à¬ æ¨ï ¯® í⮩ ª­®¯ª¥ ­¥ ­ ©¤¥­ .',0
Line 687... Line 688...
687
txt_buf rb 80
688
txt_buf rb 80