HomeSort by: relevance | last modified time | path
    Searched defs:overscan (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/vgahw/
vgaCmap.c 93 unsigned char overscan = hwp->ModeReg.Attribute[OVERSCAN]; local
119 if (pdefs[i].pixel == overscan)
163 if (pdefs[i].pixel == overscan)
170 tmp_overscan = overscan;
186 overscan = i;
201 overscan = tmp_overscan;
203 hwp->ModeReg.Attribute[OVERSCAN] = overscan;
206 hwp->writeAttr(hwp, OVERSCAN, overscan)
    [all...]
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86cmap.c 101 int overscan; member in struct:__anon9939
290 pColPriv->overscan = -1;
548 pScrn->SetOverscan(pScrn, cmapPriv->overscan);
701 int overscan, tmpOverscan; local
704 overscan = pColPriv->overscan;
707 * Search for a new overscan index in the following cases:
722 /* Should only come here once. Initialise the overscan index to 0 */
723 overscan = 0;
728 * Only come here once, but search for the overscan in the same wa
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86cmap.c 102 int overscan; member in struct:__anon10538
288 pColPriv->overscan = -1;
550 pScrn->SetOverscan(pScrn, cmapPriv->overscan);
705 int overscan, tmpOverscan; local
708 overscan = pColPriv->overscan;
711 * Search for a new overscan index in the following cases:
726 /* Should only come here once. Initialise the overscan index to 0 */
727 overscan = 0;
732 * Only come here once, but search for the overscan in the same wa
    [all...]

Completed in 8 milliseconds