mScript = new ScriptC_mirror(mRS); mWidth = mInPixelsAllocation.getType().getX(); mHeight = mInPixelsAllocation.getType().getY(); mScript.set_gIn(mInPixelsAllocation); mScript.set_gWidth(mWidth); mScript.set_gHeight(mHeight);
mScript.forEach_mirror(mOutPixelsAllocation);