Home
last modified time | relevance | path

Searched refs:dy1 (Results 1 – 4 of 4) sorted by relevance

/TwlSDK-5.3.1/build/libraries/spi/ARM9/src/
Dtp.c419 u16 x1, y1, x2, y2, dx1, dy1, dx2, dy2; in TP_GetUserInfo() local
426 dy1 = (u16)(info->ncd.tp.dy1); in TP_GetUserInfo()
434 (TP_CalcCalibrateParam(calibrate, x1, y1, dx1, dy1, x2, y2, dx2, dy2) != 0)) in TP_GetUserInfo()
924 u16 dx1, u16 dy1, u16 raw_x2, u16 raw_y2, u16 dx2, u16 dy2) in TP_CalcCalibrateParam() argument
946 if (dx1 >= GX_LCD_SIZE_X || dx2 >= GX_LCD_SIZE_X || dy1 >= GX_LCD_SIZE_Y in TP_CalcCalibrateParam()
951 if (dx1 == dx2 || dy1 == dy2 || raw_x1 == raw_x2 || raw_y1 == raw_y2) in TP_CalcCalibrateParam()
965 dy_width = dy1 - dy2; in TP_CalcCalibrateParam()
996 - ((s32)(dy1 + dy2) * calibrate->yDotSize)) >> (TP_CALIBRATE_DOT_SCALE_SHIFT - in TP_CalcCalibrateParam()
/TwlSDK-5.3.1/include/nitro/spi/common/
DuserInfo_ts_200.h112 u8 dy1; // LCD y coordinate of the first calibration point member
DuserInfo_ts_300.h146 u8 dy1; // LCD y coordinate of the first calibration point member
/TwlSDK-5.3.1/include/nitro/spi/ARM9/
Dtp.h140 u16 dx1, u16 dy1, u16 raw_x2, u16 raw_y2, u16 dx2, u16 dy2);