Lines Matching refs:row_offset
781 uint32 row_offset, col_offset; in readContigTilesIntoBuffer() local
855 row_offset = row * dst_rowsize; in readContigTilesIntoBuffer()
857 bufp = buf + row_offset + col_offset; in readContigTilesIntoBuffer()
982 uint32 row_offset, col_offset; /* Output buffer offsets */ in readSeparateTilesIntoBuffer() local
1042 row_offset = row * (((imagewidth * spp * bps) + 7) / 8); in readSeparateTilesIntoBuffer()
1044 bufp = obuf + row_offset + col_offset; in readSeparateTilesIntoBuffer()
3713 uint32 row, col, col_offset, src_rowsize, dst_rowsize, row_offset; in combineSeparateSamplesBytes() local
3741 row_offset = row * src_rowsize; in combineSeparateSamplesBytes()
3744 col_offset = row_offset + (col * (bps / 8)); in combineSeparateSamplesBytes()
6659 uint32 src_offset, dst_offset, row_offset, col_offset; in extractImageSection() local
6727 row_offset = row * img_rowsize; in extractImageSection()
6728 src_offset = row_offset + col_offset; in extractImageSection()
6744 row_offset = row * img_rowsize; in extractImageSection()
6745 offset1 = row_offset + (first_col * bps / 8); in extractImageSection()
6746 offset2 = row_offset + (last_col * bps / 8); in extractImageSection()
9020 uint32 row, rowsize, row_offset; in mirrorImage() local
9056 row_offset = row * rowsize; in mirrorImage()
9057 src = ibuff + row_offset; in mirrorImage()
9058 dst = ibuff + row_offset + rowsize; in mirrorImage()
9081 row_offset = row * rowsize; in mirrorImage()
9082 src = ibuff + row_offset; in mirrorImage()