Searched refs:stripeRows (Results 1 – 1 of 1) sorted by relevance
215 int stripeRows = Math.min(mRowsPerStripe, (mYOffset + mHeight) - startRow); in run() local217 writeRgb(bitmap, stripeRows, outputStream); in run()