Home | History | Annotate | Download | only in common

Lines Matching refs:sY

897 	float sY = (float)src.getHeight() / (float)dst.getHeight();
904 dst.setPixel(src.sample2D(sampler, filter, (x+0.5f)*sX, (y+0.5f)*sY, 0), x, y);
911 dst.setPixel(src.sample3D(sampler, filter, (x+0.5f)*sX, (y+0.5f)*sY, (z+0.5f)*sZ), x, y, z);