Слияние кода завершено, страница обновится автоматически
!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/
!_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/
!_TAG_PROGRAM_AUTHOR Darren Hiebert /dhiebert@users.sourceforge.net/
!_TAG_PROGRAM_NAME Exuberant Ctags //
!_TAG_PROGRAM_URL http://ctags.sourceforge.net /official site/
!_TAG_PROGRAM_VERSION 5.9~svn20110310 //
BITMAPFILEHEADER include/show_bmp.h /^} __attribute__ ((packed)) BITMAPFILEHEADER;$/;" t typeref:struct:__anon1
BITMAPINFOHEADER include/show_bmp.h /^} __attribute__ ((packed)) BITMAPINFOHEADER;$/;" t typeref:struct:__anon2
CC Makefile /^CC = arm-linux-gcc$/;" m
CFLAGS Makefile /^CFLAGS := -Wall -lpthread$/;" m
CPPFLAGS Makefile /^CPPFLAGS := -I$(INCLUDEDIR)$/;" m
DECIDE_POS_H_INCLUDED include/decide_pos.h 2;" d
FileHead include/show_bmp.h /^BITMAPFILEHEADER FileHead;$/;" v
INCLUDEDIR Makefile /^INCLUDEDIR := $(shell pwd)\/include\/$/;" m
InfoHead include/show_bmp.h /^BITMAPINFOHEADER InfoHead;$/;" v
KEY_EIGHT include/show_bmp.h 35;" d
KEY_ELEVEN include/show_bmp.h 38;" d
KEY_FIVE include/show_bmp.h 32;" d
KEY_FOUR include/show_bmp.h 31;" d
KEY_NINE include/show_bmp.h 36;" d
KEY_OFF include/show_bmp.h 42;" d
KEY_ON include/show_bmp.h 41;" d
KEY_ONE include/show_bmp.h 28;" d
KEY_SEVEN include/show_bmp.h 34;" d
KEY_SIX include/show_bmp.h 33;" d
KEY_TEN include/show_bmp.h 37;" d
KEY_THREE include/show_bmp.h 30;" d
KEY_TWELVE include/show_bmp.h 39;" d
KEY_TWO include/show_bmp.h 29;" d
LD Makefile /^LD = arm-linux-ld$/;" m
OBJCOPY Makefile /^OBJCOPY = arm-linux-objcopy$/;" m
OBJS Makefile /^OBJS := index.o \\$/;" m
PIANO_KEY_HEIGHT include/show_bmp.h 25;" d
PIANO_KEY_WIDTH include/show_bmp.h 24;" d
PIXEL include/show_bmp.h /^} __attribute__ ((packed)) PIXEL; \/\/颜色模式RGBA$/;" t typeref:struct:__anon3
__LCD_H include/lcd.h 2;" d
__MP3_PLAY_H include/mp3_play.h 2;" d
__SHOW_BMP_H include/show_bmp.h 2;" d
__SHOW_PIANO_H include/show_piano.h 2;" d
__TS_H include/ts.h 2;" d
bitmap_format_convert api/show_bmp.c /^bitmap_format_convert(int width, int height, uint32_t * dst, char *src)$/;" f
bits_per_pixel api/show_bmp.c /^static int bits_per_pixel = 0;$/;" v file:
blue include/show_bmp.h /^unsigned char blue; \/\/蓝色$/;" m struct:__anon3
cfReserved1 include/show_bmp.h /^ int16_t cfReserved1; \/\/保留,值为0$/;" m struct:__anon1
cfReserved2 include/show_bmp.h /^ int16_t cfReserved2; \/\/保留,值为0$/;" m struct:__anon1
cfSize include/show_bmp.h /^ int32_t cfSize; \/\/文件大小(字节)$/;" m struct:__anon1
cfType include/show_bmp.h /^char cfType[2]; \/\/文件类型,"BM"(0x4D42)$/;" m struct:__anon1
cfoffBits include/show_bmp.h /^ int32_t cfoffBits; \/\/数据区相对于文件头的偏移量(字节)$/;" m struct:__anon1
ciBitCount include/show_bmp.h /^ int16_t ciBitCount; \/\/每个像素的位数$/;" m struct:__anon2
ciClrImportant include/show_bmp.h /^ char ciClrImportant[4]; \/\/指定重要的颜色数,当该域的值等于颜色数时(或者等于0时),表示所有颜色都一样重要$/;" m struct:__anon2
ciClrUsed include/show_bmp.h /^ char ciClrUsed[4]; \/\/位图使用调色板的颜色数$/;" m struct:__anon2
ciCompress include/show_bmp.h /^ char ciCompress[4]; \/\/压缩说明$/;" m struct:__anon2
ciHeight include/show_bmp.h /^ uint32_t ciHeight; \/\/高度$/;" m struct:__anon2
ciPlanes include/show_bmp.h /^ char ciPlanes[2]; \/\/目标设备的位平面数,值为1$/;" m struct:__anon2
ciSize include/show_bmp.h /^char ciSize[4]; \/\/BITMAPFILEHEADER所占的字节数$/;" m struct:__anon2
ciSizeImage include/show_bmp.h /^ char ciSizeImage[4]; \/\/用字节表示的图像大小,该数据必须是4的倍数$/;" m struct:__anon2
ciWidth include/show_bmp.h /^ uint32_t ciWidth; \/\/宽度$/;" m struct:__anon2
ciXPelsPerMeter include/show_bmp.h /^ char ciXPelsPerMeter[4]; \/\/目标设备的水平像素数\/米$/;" m struct:__anon2
ciYPelsPerMeter include/show_bmp.h /^ char ciYPelsPerMeter[4]; \/\/目标设备的垂直像素数\/米$/;" m struct:__anon2
decide_pos api/decide_pos.c /^int decide_pos(void)$/;" f
draw_point api/show_bmp.c /^draw_point(char *fb_mem, int x, int y, uint32_t color)$/;" f
draw_rect_fill api/show_bmp.c /^draw_rect_fill(char *fb_mem, int x, int y, int width, int height,$/;" f
fbfd include/lcd.h /^int fbfd;$/;" v
fbp api/show_bmp.c /^static char *fbp = 0;$/;" v file:
get_pos api/ts.c /^get_pos(int *x,int *y)$/;" f
green include/show_bmp.h /^ unsigned char green; \/\/绿色$/;" m struct:__anon3
height api/show_bmp.c /^int width, height;$/;" v
key_num index.c /^int key_num;$/;" v
key_status include/show_bmp.h /^uint8_t key_status[12]; \/\/1-12个按钮的状态。$/;" v
lcd_close api/lcd.c /^lcd_close(void)$/;" f
lcd_init api/lcd.c /^lcd_init(void)$/;" f
main index.c /^main(int argc,char **argv)$/;" f
mp3_1 mp3_config/mp3.c /^const char mp3_1[] = "mp3\/d1.mp3";$/;" v
mp3_10 mp3_config/mp3.c /^const char mp3_10[] = "mp3\/d1.mp3";$/;" v
mp3_11 mp3_config/mp3.c /^const char mp3_11[] = "mp3\/d1.mp3";$/;" v
mp3_12 mp3_config/mp3.c /^const char mp3_12[] = "mp3\/d1.mp3";$/;" v
mp3_2 mp3_config/mp3.c /^const char mp3_2[] = "mp3\/d1.mp3";$/;" v
mp3_3 mp3_config/mp3.c /^const char mp3_3[] = "mp3\/d1.mp3";$/;" v
mp3_4 mp3_config/mp3.c /^const char mp3_4[] = "mp3\/d1.mp3";$/;" v
mp3_5 mp3_config/mp3.c /^const char mp3_5[] = "mp3\/d1.mp3";$/;" v
mp3_6 mp3_config/mp3.c /^const char mp3_6[] = "mp3\/d1.mp3";$/;" v
mp3_7 mp3_config/mp3.c /^const char mp3_7[] = "mp3\/d1.mp3";$/;" v
mp3_8 mp3_config/mp3.c /^const char mp3_8[] = "mp3\/d1.mp3";$/;" v
mp3_9 mp3_config/mp3.c /^const char mp3_9[] = "mp3\/d1.mp3";$/;" v
music_play api/mp3_play.c /^music_play(const char *mp3_path)$/;" f
music_set mp3_config/mp3.c /^const char *music_set[12] = {$/;" v
red include/show_bmp.h /^ unsigned char red; \/\/红色$/;" m struct:__anon3
reserved include/show_bmp.h /^ unsigned char reserved; \/\/APACHE$/;" m struct:__anon3
show_bmp api/show_bmp.c /^show_bmp(char *path, int x, int y)$/;" f
show_bmp_picture api/show_bmp.c /^show_bmp_picture(int fd, char *path,int x,int y)$/;" f
show_key_off api/show_piano.c /^int show_key_off(uint8_t key_num)$/;" f
show_key_on api/show_piano.c /^int show_key_on(uint8_t key_num)$/;" f
show_piano api/show_piano.c /^show_piano(void){$/;" f
thread_mp3_play api/mp3_play.c /^thread_mp3_play(const char *mp3)$/;" f
thread_show_bmp api/show_piano.c /^void thread_show_bmp(uint8_t key_num)$/;" f
width api/show_bmp.c /^int width, height;$/;" v
x api/decide_pos.c /^int x = 0;$/;" v
xres api/show_bmp.c /^static int xres = 0;$/;" v file:
y api/decide_pos.c /^int y = 0;$/;" v
yres api/show_bmp.c /^static int yres = 0;$/;" v file:
Вы можете оставить комментарий после Вход в систему
Неприемлемый контент может быть отображен здесь и не будет показан на странице. Вы можете проверить и изменить его с помощью соответствующей функции редактирования.
Если вы подтверждаете, что содержание не содержит непристойной лексики/перенаправления на рекламу/насилия/вульгарной порнографии/нарушений/пиратства/ложного/незначительного или незаконного контента, связанного с национальными законами и предписаниями, вы можете нажать «Отправить» для подачи апелляции, и мы обработаем ее как можно скорее.
Опубликовать ( 0 )