Gallery2: fix display abnormal when tap sharpness in filtershow
In Android4.3 version, it using stride to pad row layouts in script, and can't do 1D indexing of 2D objects, this make the resulting pixel values are not the corresponding coordinates' pixel value. We change to use rsGetElementAt() not gPixels() to get the correct pixel values. Change-Id: I4ba074d70866c0c0e362cf6dc82158de0aeb7be4 CRs-Fixed: 899874
Loading
Please register or sign in to comment