Lines Matching refs:fbh
1949 u16 fbw, fbh; in calc_dma_rotation_offset() local
1971 fbh = height; in calc_dma_rotation_offset()
1974 fbh = width; in calc_dma_rotation_offset()
1998 *offset1 = screen_width * (fbh - 1) * ps; in calc_dma_rotation_offset()
2003 *row_inc = pixinc(screen_width * (fbh * x_predecim - 1) + in calc_dma_rotation_offset()
2008 *offset1 = (screen_width * (fbh - 1) + fbw - 1) * ps; in calc_dma_rotation_offset()
2028 *row_inc = pixinc(-screen_width * (fbh * x_predecim - 1) - in calc_dma_rotation_offset()
2056 *row_inc = pixinc(-screen_width * (fbh * x_predecim - 1) + in calc_dma_rotation_offset()
2063 *offset1 = screen_width * (fbh - 1) * ps; in calc_dma_rotation_offset()
2079 *offset1 = (screen_width * (fbh - 1) + fbw - 1) * ps; in calc_dma_rotation_offset()
2084 *row_inc = pixinc(screen_width * (fbh * x_predecim - 1) - in calc_dma_rotation_offset()