Lines Matching refs:fbh
1903 u16 fbw, fbh; in calc_dma_rotation_offset() local
1925 fbh = height; in calc_dma_rotation_offset()
1928 fbh = width; in calc_dma_rotation_offset()
1952 *offset1 = screen_width * (fbh - 1) * ps; in calc_dma_rotation_offset()
1957 *row_inc = pixinc(screen_width * (fbh * x_predecim - 1) + in calc_dma_rotation_offset()
1962 *offset1 = (screen_width * (fbh - 1) + fbw - 1) * ps; in calc_dma_rotation_offset()
1982 *row_inc = pixinc(-screen_width * (fbh * x_predecim - 1) - in calc_dma_rotation_offset()
2010 *row_inc = pixinc(-screen_width * (fbh * x_predecim - 1) + in calc_dma_rotation_offset()
2017 *offset1 = screen_width * (fbh - 1) * ps; in calc_dma_rotation_offset()
2033 *offset1 = (screen_width * (fbh - 1) + fbw - 1) * ps; in calc_dma_rotation_offset()
2038 *row_inc = pixinc(screen_width * (fbh * x_predecim - 1) - in calc_dma_rotation_offset()