Home | History | Annotate | Download | only in skin

Lines Matching refs:sx2

250             int  sx2 = sx1 + ix;
258 /* the current destination pixel maps to the (sx1,sy1)-(sx2,sy2)
265 for ( gsx = 0; gsx < sx2; gsx += 65536 ) {
272 if (xmax > sx2) xmax = sx2;
292 sx1 = sx2;
346 int sx2 = sx1 + ix;
354 int fx2 = sx2 & 0xffff;
358 int center_x = ((sx1 >> 16) + 1) < ((sx2-1) >> 16);
438 sx1 = sx2;