Lines Matching refs:fbh
1960 u16 fbw, fbh; in calc_dma_rotation_offset() local
1982 fbh = height; in calc_dma_rotation_offset()
1985 fbh = width; in calc_dma_rotation_offset()
2009 *offset1 = screen_width * (fbh - 1) * ps; in calc_dma_rotation_offset()
2014 *row_inc = pixinc(screen_width * (fbh * x_predecim - 1) + in calc_dma_rotation_offset()
2019 *offset1 = (screen_width * (fbh - 1) + fbw - 1) * ps; in calc_dma_rotation_offset()
2039 *row_inc = pixinc(-screen_width * (fbh * x_predecim - 1) - in calc_dma_rotation_offset()
2067 *row_inc = pixinc(-screen_width * (fbh * x_predecim - 1) + in calc_dma_rotation_offset()
2074 *offset1 = screen_width * (fbh - 1) * ps; in calc_dma_rotation_offset()
2090 *offset1 = (screen_width * (fbh - 1) + fbw - 1) * ps; in calc_dma_rotation_offset()
2095 *row_inc = pixinc(screen_width * (fbh * x_predecim - 1) - in calc_dma_rotation_offset()