Home | History | Annotate | Download | only in Renderer

Lines Matching refs:sWidth

1203 			Int sWidth = *Pointer<Int>(blit + OFFSET(BlitData,sWidth));
1280 X = Clamp(X, 0, sWidth - 1);
1308 X = Clamp(X, 0, sWidth - 1);
1326 X = Min(Max(x, 0.5f), Float(sWidth) - 0.5f);
1338 X1 = IfThenElse(X1 >= sWidth, X0, X1);
1465 data.sWidth = source->getWidth();