Lines Matching defs:sx
98 double sx, sy;
124 sx = sx1;
130 if (floor2 (sx) == floor2 (sx1))
132 xportion = 1.0 - (sx - floor2 (sx));
137 sx = floor2 (sx);
139 else if (sx == floor2 (sx2))
151 (int) sx + srcX,
158 sx += 1.0;
160 while (sx < sx2);
254 FIXEDPOINT sx = sx1;
260 if (FIXEDPOINT_FLOOR (sx) == FIXEDPOINT_FLOOR (sx1))
262 xportion = INT_TO_FIXEDPOINT(1) - FIXEDPOINT_FRACTION(sx);
268 sx = FIXEDPOINT_FLOOR (sx);
270 else if (sx == FIXEDPOINT_FLOOR (sx2))
281 p = *(uint32_t *)(pu8SrcLine + FIXEDPOINT_TO_INT(sx) * 4);
287 sx += INT_TO_FIXEDPOINT(1);
288 } while (sx < sx2);