Searched refs:pixmapHeight (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | dgaproc.h | 34 int pixmapHeight; /* both fields ignored if no concurrent access */ member
|
| H A D | xf86DGA.c | 450 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 D | xf86str.h | 502 int pixmapHeight; /* both fields ignored if no concurrent access */ member
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/modes/ |
| H A D | xf86DiDGA.c | 92 mode->pixmapHeight = mode->imageHeight; in xf86_dga_get_modes()
|
| /OK3568_Linux_fs/external/xserver/mi/ |
| H A D | miarc.c | 896 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()
|