Searched refs:DE_PITCH_DESTINATION_SHIFT (Results 1 – 2 of 2) sorted by relevance
105 ((pitch / Bpp << DE_PITCH_DESTINATION_SHIFT) & in sm750_hw_fillrect()252 ((dest_pitch / Bpp << DE_PITCH_DESTINATION_SHIFT) & in sm750_hw_copyarea()356 ((dest_pitch / byte_per_pixel << DE_PITCH_DESTINATION_SHIFT) & in sm750_hw_imageblit()
102 #define DE_PITCH_DESTINATION_SHIFT 16 macro