Searched refs:LCDWIDTH (Results 1 – 2 of 2) sorted by relevance
20 pVideoBuffer =(unsigned long)rt_malloc(LCDWIDTH * LCDHEIGHT * 2); in sep4020_lcd_init()47 *(unsigned short *)(pVideoBuffer + 2*y*LCDWIDTH + 2*x) = p; in lcd_set_pixel()52 *c = rtgui_color_from_565p( *(unsigned short *)(pVideoBuffer+2*y*LCDWIDTH+2*x)); in lcd_get_pixel()64 *(unsigned short *)(pVideoBuffer+2*y*LCDWIDTH+2*x1)=p; in lcd_draw_hline()78 *(unsigned short *)(pVideoBuffer+2*y1*LCDWIDTH+2*x)=p; in lcd_draw_vline()92 *(unsigned short *)(pVideoBuffer+2*y*LCDWIDTH+2*x1)=*ptr; in lcd_draw_raw_hline()
19 #define LCDWIDTH 320 macro23 #define XMAX ((LCDWIDTH/16) << 20)
Completed in 11 milliseconds