Searched refs:point_decimal (Results 1 – 1 of 1) sorted by relevance
202 static gsl_DECIMAL_TYPE point_decimal[POINT_MAX]; variable1802 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 …]