Searched refs:dest_row_pitch (Results 1 – 2 of 2) sorted by relevance
61 int dest_row_pitch, /* Bytes between adjacent horizontal output pixels. */ in framebuffer_update_display() argument93 if (dest_row_pitch < 0) { in framebuffer_update_display()94 dest -= dest_row_pitch * (rows - 1); in framebuffer_update_display()100 dest += i * dest_row_pitch; in framebuffer_update_display()114 dest += dest_row_pitch; in framebuffer_update_display()
57 int dest_row_pitch,