Searched refs:DE_PITCH_DESTINATION_SHIFT (Results 1 – 2 of 2) sorted by relevance
92 ((pitch / bpp << DE_PITCH_DESTINATION_SHIFT) & in sm750_hw_fillrect()239 ((dest_pitch / bpp << DE_PITCH_DESTINATION_SHIFT) & in sm750_hw_copyarea()344 ((dest_pitch / byte_per_pixel << DE_PITCH_DESTINATION_SHIFT) & in sm750_hw_imageblit()
102 #define DE_PITCH_DESTINATION_SHIFT 16 macro