Searched refs:X_Left (Results 1 – 2 of 2) sorted by relevance
| /bsp/nxp/lpc/lpc178x/drivers/ |
| A D | drv_glcd.c | 356 void GLCD_SetWindow(unsigned long X_Left, unsigned long Y_Up, in GLCD_SetWindow() argument 363 XL_Win = X_Left; in GLCD_SetWindow() 409 void LCD_SET_WINDOW (unsigned long X_Left, unsigned long X_Right, in LCD_SET_WINDOW() argument 412 pPix = pWind = ((unsigned long *)LCD_VRAM_BASE_ADDR) + X_Left + (Y_Up*C_GLCD_H_SIZE); in LCD_SET_WINDOW() 413 WindX_Size = X_Right - X_Left; in LCD_SET_WINDOW() 642 void GLCD_LoadPic (unsigned long X_Left, unsigned long Y_Up, Bmp_t * pBmp, unsigned long Mask) in GLCD_LoadPic() argument 645 unsigned long * pData = ((unsigned long *) LCD_VRAM_BASE_ADDR) + X_Left + (Y_Up * C_GLCD_H_SIZE); in GLCD_LoadPic() 663 X_LeftHold = X_Left; in GLCD_LoadPic()
|
| A D | drv_glcd.h | 101 void GLCD_SetWindow(U32 X_Left, U32 Y_Up, 105 static void LCD_SET_WINDOW (U32 X_Left, U32 X_Right, 111 void GLCD_LoadPic (U32 X_Left, U32 Y_Up, Bmp_t * pBmp, U32 Mask);
|
Completed in 5 milliseconds