Home
last modified time | relevance | path

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

/TwlSDK-5.1.0/build/libraries/spi/ARM9/src/
Dtp.c427 x2 = info->ncd.tp.raw_x2; in TP_GetUserInfo()
924 u16 dx1, u16 dy1, u16 raw_x2, u16 raw_y2, u16 dx2, u16 dy2) in TP_CalcCalibrateParam() argument
941 if (raw_x1 >= TP_RAW_MAX || raw_y1 >= TP_RAW_MAX || raw_x2 >= TP_RAW_MAX in TP_CalcCalibrateParam()
951 if (dx1 == dx2 || dy1 == dy2 || raw_x1 == raw_x2 || raw_y1 == raw_y2) in TP_CalcCalibrateParam()
956 rx_width = raw_x1 - raw_x2; in TP_CalcCalibrateParam()
976 tmp32 = (s16)((((s32)(raw_x1 + raw_x2) << TP_CALIBRATE_DOT_SCALE_SHIFT) in TP_CalcCalibrateParam()
/TwlSDK-5.1.0/include/nitro/spi/common/
DuserInfo_ts_200.h113 u16 raw_x2; // TP-obtained x value of the second calibration point member
DuserInfo_ts_300.h147 u16 raw_x2; // TP-obtained x value of the second calibration point member
/TwlSDK-5.1.0/include/nitro/spi/ARM9/
Dtp.h140 u16 dx1, u16 dy1, u16 raw_x2, u16 raw_y2, u16 dx2, u16 dy2);