Home
last modified time | relevance | path

Searched refs:pixmapHeight (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Ddgaproc.h34 int pixmapHeight; /* both fields ignored if no concurrent access */ member
H A Dxf86DGA.c450 pMode->pixmapHeight, pMode->depth, in xf86SetDGAMode()
516 if (*y > (pMode->pixmapHeight - pMode->viewportHeight)) in DGAChangePixmapMode()
517 *y = pMode->pixmapHeight - pMode->viewportHeight; in DGAChangePixmapMode()
544 pPix->drawable.height = pMode->pixmapHeight; in DGAChangePixmapMode()
867 xmode->pixmapHeight = mode->pixmapHeight; in DGACopyModeInfo()
1383 info.pixmap_height = mode[i].pixmapHeight; in ProcXDGAQueryModes()
1509 info.pixmap_height = mode.pixmapHeight; in ProcXDGASetMode()
H A Dxf86str.h502 int pixmapHeight; /* both fields ignored if no concurrent access */ member
/OK3568_Linux_fs/external/xserver/hw/xfree86/modes/
H A Dxf86DiDGA.c92 mode->pixmapHeight = mode->imageHeight; in xf86_dga_get_modes()
/OK3568_Linux_fs/external/xserver/mi/
H A Dmiarc.c896 int pixmapWidth = 0, pixmapHeight = 0; in miWideArc() local
963 pixmapHeight = min(yMax, pDraw->height) - yOrg; in miWideArc()
966 if ((pixmapWidth <= 0) || (pixmapHeight <= 0)) in miWideArc()
998 (pDraw->pScreen, pixmapWidth, pixmapHeight, 1, in miWideArc()
1103 pixmapHeight, xOrg, yOrg); in miWideArc()