Lines Matching full:framebuffer
6 /* Framebuffer device helper routines. */
10 /* framebuffer_update_memory_section: Update framebuffer
11 * #MemoryRegionSection, for example if the framebuffer is switched to
16 * @root: #MemoryRegion within which the framebuffer lies
17 * @base: Base address of the framebuffer within @root.
19 * @src_width: Number of bytes in framebuffer memory between two rows.
28 /* framebuffer_update_display: Draw the framebuffer on a surface.
35 * @src_width: Number of bytes in framebuffer memory between two rows.
37 * Negative if the framebuffer is stored in the opposite order (e.g.
38 * bottom-to-top) compared to the framebuffer.
40 * Negative if the framebuffer is stored in the opposite order (e.g.
41 * right-to-left) compared to the framebuffer.