Home | History | Annotate | Download | only in Device

Lines Matching refs:sWidth

1443 			Int sWidth = *Pointer<Int>(blit + OFFSET(BlitData,sWidth));
1520 X = Clamp(X, 0, sWidth - 1);
1548 X = Clamp(X, 0, sWidth - 1);
1566 X = Min(Max(x, 0.5f), Float(sWidth) - 0.5f);
1578 X1 = IfThenElse(X1 >= sWidth, X0, X1);
1705 data.sWidth = source->getWidth();