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

  /xsrc/external/mit/libX11/dist/src/
Geom.c 59 unsigned int pwidth, pheight; /* returned values from parse */ local
64 pmask = XParseGeometry(pos, &px, &py, &pwidth, &pheight);
78 if (pmask & HeightValue) *height = pheight;
  /xsrc/external/mit/xorg-server/dist/hw/sun/
sunCursor.c 254 sunQueryBestSize(int class, unsigned short *pwidth, unsigned short *pheight, ScreenPtr pScreen)
263 if (*pheight > pCurPriv->height)
264 *pheight = pCurPriv->height;
267 if (*pheight > pScreen->height)
268 *pheight = pScreen->height;
271 fbQueryBestSize (class, pwidth, pheight, pScreen);
  /xsrc/external/mit/xorg-server.old/dist/hw/sun/
sunCursor.c 254 sunQueryBestSize(int class, unsigned short *pwidth, unsigned short *pheight, ScreenPtr pScreen)
263 if (*pheight > pCurPriv->height)
264 *pheight = pCurPriv->height;
267 if (*pheight > pScreen->height)
268 *pheight = pScreen->height;
271 fbQueryBestSize (class, pwidth, pheight, pScreen);
  /xsrc/external/mit/xf86-video-geode/dist/src/
lx_video.c 115 short pwidth, pheight; member in struct:__anon6981
520 (drawW != pPriv->pwidth || drawH != pPriv->pheight)) {
530 pPriv->pheight = drawH;
740 pPriv->pheight = 0;

Completed in 8 milliseconds