Searched refs:dst_blt_pitch (Results 1 – 1 of 1) sorted by relevance
3081 const unsigned dst_blt_pitch = ALIGN(map->w * mt->cpp, 64); in can_blit_slice() local3082 return src_blt_pitch < 32768 && dst_blt_pitch < 32768; in can_blit_slice()