Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dgsl_point_id.c202 static gsl_DECIMAL_TYPE point_decimal[POINT_MAX]; variable
1802 point_decimal[i].other.x += in PointStretch()
1805 point_decimal[i].other.y += in PointStretch()
1810 if (point_decimal[i].other.x > dc[0] && ps[1][i].other.x < 0xffff) in PointStretch()
1813 point_decimal[i].other.x = 0; in PointStretch()
1815 if (point_decimal[i].other.x < -dc[0] && ps[1][i].other.x > 0) in PointStretch()
1818 point_decimal[i].other.x = 0; in PointStretch()
1820 if (point_decimal[i].other.y > dc[0] && ps[1][i].other.y < 0xffff) in PointStretch()
1823 point_decimal[i].other.y = 0; in PointStretch()
1825 if (point_decimal[i].other.y < -dc[0] && ps[1][i].other.y > 0) in PointStretch()
[all …]