Home
last modified time | relevance | path

Searched refs:VBESetGetLogicalScanlineLength (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/vbe/
H A Dvbe.h251 VBESetGetLogicalScanlineLength(pVbe, SCANWID_SET, width, \
254 VBESetGetLogicalScanlineLength(pVbe, SCANWID_SET_BYTES, width, \
257 VBESetGetLogicalScanlineLength(pVbe, SCANWID_GET, 0, \
260 VBESetGetLogicalScanlineLength(pVbe, SCANWID_GET_MAX, 0, \
262 extern _X_EXPORT Bool VBESetGetLogicalScanlineLength(vbeInfoPtr pVbe,
H A Dvbe.c668 VBESetGetLogicalScanlineLength(vbeInfoPtr pVbe, vbeScanwidthCommand command, in VBESetGetLogicalScanlineLength() function