Home | History | Annotate | Download | only in functional

Lines Matching refs:deCeilFloatToInt32

340 		const int	ix0		= deCeilFloatToInt32(ldru.x() * (float)region.w - 0.5f);
341 const int ix1 = deCeilFloatToInt32(ldru.z() * (float)region.w - 0.5f);
342 const int iy0 = deCeilFloatToInt32(ldru.y() * (float)region.h - 0.5f);
343 const int iy1 = deCeilFloatToInt32(ldru.w() * (float)region.h - 0.5f);