HomeSort by: relevance | last modified time | path
    Searched refs:QueryBestSize (Results 1 - 25 of 86) sorted by relevancy

1 2 3 4

  /xsrc/external/mit/libX11/dist/src/
QuBest.c 45 GetReq(QueryBestSize, req);
QuCurShp.c 44 GetReq(QueryBestSize, req);
QuStipShp.c 44 GetReq(QueryBestSize, req);
QuTileShp.c 44 GetReq(QueryBestSize, req);
  /xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/
xprCursor.c 55 QueryBestSizeProcPtr QueryBestSize;
332 (*ScreenPriv->QueryBestSize)(class, width, height, pScreen);
361 ScreenPriv->QueryBestSize = pScreen->QueryBestSize;
362 pScreen->QueryBestSize = QuartzCursorQueryBestSize;
  /xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
xprCursor.c 56 QueryBestSizeProcPtr QueryBestSize;
348 (*ScreenPriv->QueryBestSize)(class, width, height, pScreen);
377 ScreenPriv->QueryBestSize = pScreen->QueryBestSize;
378 pScreen->QueryBestSize = QuartzCursorQueryBestSize;
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86xvpriv.h 60 QueryBestSizeFuncPtr QueryBestSize;
xf86xv.h 142 QueryBestSizeFuncPtr QueryBestSize;
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/ramdac/
xf86CursorPriv.h 25 QueryBestSizeProcPtr QueryBestSize;
xf86CursorRD.c 82 ScreenPriv->QueryBestSize = pScreen->QueryBestSize;
83 pScreen->QueryBestSize = xf86CursorQueryBestSize;
137 pScreen->QueryBestSize = ScreenPriv->QueryBestSize;
170 (*ScreenPriv->QueryBestSize) (class, width, height, pScreen);
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86xvpriv.h 59 QueryBestSizeFuncPtr QueryBestSize;
xf86xv.h 172 QueryBestSizeFuncPtr QueryBestSize;
  /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ramdac/
xf86CursorPriv.h 25 QueryBestSizeProcPtr QueryBestSize;
xf86Cursor.c 85 ScreenPriv->QueryBestSize = pScreen->QueryBestSize;
86 pScreen->QueryBestSize = xf86CursorQueryBestSize;
138 pScreen->QueryBestSize = ScreenPriv->QueryBestSize;
171 (*ScreenPriv->QueryBestSize)(class, width, height, pScreen);
  /xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
kxv.h 142 QueryBestSizeFuncPtr QueryBestSize;
169 QueryBestSizeFuncPtr QueryBestSize;
  /xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
ephyr_glamor_xv.c 156 adaptor->QueryBestSize = ephyr_glamor_xv_query_best_size;
  /xsrc/external/mit/xorg-server.old/dist/hw/xwin/
winvideo.c 172 adapt->QueryBestSize = I810QueryBestSize;
wincursor.c 596 if (pScreenPriv->cursor.QueryBestSize)
597 (*pScreenPriv->cursor.QueryBestSize)(class, width, height, pScreen);
611 pScreenPriv->cursor.QueryBestSize = pScreen->QueryBestSize;
612 pScreen->QueryBestSize = winCursorQueryBestSize;
  /xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
kxv.h 183 QueryBestSizeFuncPtr QueryBestSize;
250 QueryBestSizeFuncPtr QueryBestSize;
  /xsrc/external/mit/xorg-server/dist/hw/xwin/
wincursor.c 578 if (pScreenPriv->cursor.QueryBestSize)
579 (*pScreenPriv->cursor.QueryBestSize) (class, width, height,
595 pScreenPriv->cursor.QueryBestSize = pScreen->QueryBestSize;
596 pScreen->QueryBestSize = winCursorQueryBestSize;
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/glamor_egl/
glamor_xf86_xv.c 165 adapt->QueryBestSize = glamor_xf86_xv_query_best_size;
  /xsrc/external/mit/xorg-server/dist/fb/
fbscreen.c 107 pScreen->QueryBestSize = fbQueryBestSize;
  /xsrc/external/mit/xorg-server.old/dist/fb/
fbscreen.c 110 pScreen->QueryBestSize = fbQueryBestSize;
  /xsrc/external/mit/xorg-server.old/dist/include/
scrnintstr.h 440 QueryBestSizeProcPtr QueryBestSize;
  /xsrc/external/mit/xf86-video-intel/dist/src/uxa/
intel_uxa_video.c 363 adapt->QueryBestSize = intel_video_query_best_size;

Completed in 22 milliseconds

1 2 3 4