Lines Matching refs:fbh
1901 u16 fbw, fbh; in calc_dma_rotation_offset() local
1923 fbh = height; in calc_dma_rotation_offset()
1926 fbh = width; in calc_dma_rotation_offset()
1950 *offset1 = screen_width * (fbh - 1) * ps; in calc_dma_rotation_offset()
1955 *row_inc = pixinc(screen_width * (fbh * x_predecim - 1) + in calc_dma_rotation_offset()
1960 *offset1 = (screen_width * (fbh - 1) + fbw - 1) * ps; in calc_dma_rotation_offset()
1980 *row_inc = pixinc(-screen_width * (fbh * x_predecim - 1) - in calc_dma_rotation_offset()
2008 *row_inc = pixinc(-screen_width * (fbh * x_predecim - 1) + in calc_dma_rotation_offset()
2015 *offset1 = screen_width * (fbh - 1) * ps; in calc_dma_rotation_offset()
2031 *offset1 = (screen_width * (fbh - 1) + fbw - 1) * ps; in calc_dma_rotation_offset()
2036 *row_inc = pixinc(screen_width * (fbh * x_predecim - 1) - in calc_dma_rotation_offset()