Searched refs:tmpRow (Results 1 – 2 of 2) sorted by relevance
85 final double[] tmpRow = previousRow; in integrate() local87 currentRow = tmpRow; in integrate()
1792 void* tmpRow = scratch.get(); in onReadPixels() local1798 memcpy(tmpRow, top, tightRowBytes); in onReadPixels()1800 memcpy(bottom, tmpRow, tightRowBytes); in onReadPixels()