Home | History | Annotate | Download | only in functional

Lines Matching full:srcwidth

1629 	const int				srcWidth	= refTexture.getWidth();
1639 const float dudx = (trans10.x() - trans00.x()) * (float)srcWidth / dstSize.x();
1640 const float dudy = (trans01.x() - trans00.x()) * (float)srcWidth / dstSize.y();