Home | History | Annotate | Download | only in common

Lines Matching refs:sZ

898 	float sZ = (float)src.getDepth() / (float)dst.getDepth();
911 dst.setPixel(src.sample3D(sampler, filter, (x+0.5f)*sX, (y+0.5f)*sY, (z+0.5f)*sZ), x, y, z);