Searched defs:line_offset (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/Graphics/
H A DDevVGA.cpp1590 uint32_t start_addr, line_offset, line_compare; local
1593 line_offset = pThis->vbe_line_offset;
1599 /* compute line_offset in bytes */
1600 line_offset = pThis->cr[0x13];
1601 line_offset <<= 3;
1605 line_offset *= 2;
1616 *pline_offset = line_offset;
1621 /* update start_addr and line_offset. Return TRUE if modified */
1625 uint32_t start_addr, line_offset, line_compare; local
1627 pThis->get_offsets(pThis, &line_offset,
1710 int dup9, line_offset, depth_index, dscan; local
2274 int width, height, shift_control, line_offset, page0, page1, bwidth, bits; local
[all...]

Completed in 57 milliseconds