HomeSort by: relevance | last modified time | path
    Searched refs:preRefresh (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/hw/xfree86/shadowfb/
shadowfb.c 36 RefreshAreaFuncPtr preRefresh;
70 pPriv->preRefresh = preRefreshArea;
105 pPriv->preRefresh(pPriv->pScrn, RegionNumRects(reg), RegionRects(reg));
142 if (pPriv->preRefresh) {
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/shadowfb/
shadow.c 61 RefreshAreaFuncPtr preRefresh;
168 pPriv->preRefresh = preRefreshArea;
285 if(pPriv->preRefresh)
286 (*pPriv->preRefresh)(pPriv->pScrn, num, RegionRects(&rgnDst));
340 if (pPriv->preRefresh)
341 (*pPriv->preRefresh)(pPriv->pScrn, 1, &box);
513 if(pPriv->preRefresh)
514 (*pPriv->preRefresh)(pPriv->pScrn, 1, &box);
569 if(pPriv->preRefresh)
570 (*pPriv->preRefresh)(pPriv->pScrn, 1, &box)
    [all...]

Completed in 12 milliseconds