Searched refs:mRowsPerStripe (Results 1 – 1 of 1) sorted by relevance
178 private final int mRowsPerStripe; field in PdfRenderService.RenderThread192 mRowsPerStripe = MAX_BYTES_PER_CHUNK / mWidth / 4; in RenderThread()193 mBuffer = ByteBuffer.allocate(mWidth * mRowsPerStripe * 4); in RenderThread()210 bitmap = Bitmap.createBitmap(mWidth, mRowsPerStripe, Bitmap.Config.ARGB_8888); in run()214 mRowsPerStripe) { in run()215 int stripeRows = Math.min(mRowsPerStripe, (mYOffset + mHeight) - startRow); in run()