Lines Matching refs:coor
138 gsl_POINT_TYPE coor; member
345 unsigned int coor[GESTURE_SIZE_NUM/2]; member
1355 unsigned int coor; in KeyMap() member
1366 *sen = key_range[i].coor >> 16; in KeyMap()
1367 *drv = key_range[i].coor & 0xffff; in KeyMap()
1368 return key_range[i].coor; in KeyMap()
1704 point_edge.coor.all = ps[0][i].all; in PointStretch()
1705 if (point_edge.coor.other.x < (unsigned int)((edge_first >> 24) & 0xff)) in PointStretch()
1706 point_edge.coor.other.x = ((edge_first >> 24) & 0xff); in PointStretch()
1707 if (point_edge.coor.other.x > drv_num_nokey * 64 - ((edge_first >> 16) & 0xff)) in PointStretch()
1708 point_edge.coor.other.x = drv_num_nokey * 64 - ((edge_first >> 16) & 0xff); in PointStretch()
1709 if (point_edge.coor.other.y < (unsigned int)((edge_first >> 8) & 0xff)) in PointStretch()
1710 point_edge.coor.other.y = ((edge_first >> 8) & 0xff); in PointStretch()
1711 if (point_edge.coor.other.y > sen_num_nokey * 64 - ((edge_first >> 0) & 0xff)) in PointStretch()
1712 point_edge.coor.other.y = sen_num_nokey * 64 - ((edge_first >> 0) & 0xff); in PointStretch()
1713 if(point_edge.coor.all != ps[0][i].all) in PointStretch()
1715 point_edge.dis = PointDistance(&ps[0][i],&point_edge.coor); in PointStretch()
1722 temp = PointDistance(&ps[0][i],&point_edge.coor); in PointStretch()
1734 ps[0][i].other.x = point_edge.coor.other.x + in PointStretch()
1735 (ps[0][i].other.x - point_edge.coor.other.x) * in PointStretch()
1737 ps[0][i].other.y = point_edge.coor.other.y + in PointStretch()
1738 (ps[0][i].other.y - point_edge.coor.other.y) * in PointStretch()
2896 model_coor.all = model[j].coor[i/2] & 0x00ff00ff; in GestureModel()
2898 model_coor.all = (model[j].coor[i/2]>>8) & 0x00ff00ff; in GestureModel()