Searched refs:QueryBestSize (Results 1 - 25 of 86) sorted by relevance

1234

/xsrc/external/mit/libX11/dist/src/
H A DQuBest.c45 GetReq(QueryBestSize, req);
H A DQuCurShp.c44 GetReq(QueryBestSize, req);
H A DQuStipShp.c44 GetReq(QueryBestSize, req);
H A DQuTileShp.c44 GetReq(QueryBestSize, req);
/xsrc/external/mit/xorg-server.old/dist/hw/xquartz/xpr/
H A DxprCursor.c56 QueryBestSizeProcPtr QueryBestSize; member in struct:__anon07745ea70108
348 (*ScreenPriv->QueryBestSize)(class, width, height, pScreen);
377 ScreenPriv->QueryBestSize = pScreen->QueryBestSize;
378 pScreen->QueryBestSize = QuartzCursorQueryBestSize;
/xsrc/external/mit/xorg-server/dist/hw/xquartz/xpr/
H A DxprCursor.c55 QueryBestSizeProcPtr QueryBestSize; member in struct:__anon2d121dba0108
332 (*ScreenPriv->QueryBestSize)(class, width, height, pScreen);
361 ScreenPriv->QueryBestSize = pScreen->QueryBestSize;
362 pScreen->QueryBestSize = QuartzCursorQueryBestSize;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86xvpriv.h59 QueryBestSizeFuncPtr QueryBestSize; member in struct:__anon60aeb3470208
H A Dxf86xv.h172 QueryBestSizeFuncPtr QueryBestSize; member in struct:__anone1cd51a60708
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/ramdac/
H A Dxf86CursorPriv.h25 QueryBestSizeProcPtr QueryBestSize; member in struct:__anon8ffc04960108
H A Dxf86Cursor.c85 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/xfree86/common/
H A Dxf86xvpriv.h60 QueryBestSizeFuncPtr QueryBestSize; member in struct:__anon8e6bc3da0208
H A Dxf86xv.h142 QueryBestSizeFuncPtr QueryBestSize; member in struct:__anon076b10b90508
/xsrc/external/mit/xorg-server/dist/hw/xfree86/ramdac/
H A Dxf86CursorPriv.h25 QueryBestSizeProcPtr QueryBestSize; member in struct:__anon802526a90108
H A Dxf86CursorRD.c82 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/dist/hw/kdrive/src/
H A Dkxv.h142 QueryBestSizeFuncPtr QueryBestSize; member in struct:__anon5c3f6a740408
169 QueryBestSizeFuncPtr QueryBestSize; member in struct:__anon5c3f6a740608
/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
H A Dephyr_glamor_xv.c156 adaptor->QueryBestSize = ephyr_glamor_xv_query_best_size;
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinvideo.c172 adapt->QueryBestSize = I810QueryBestSize;
H A Dwincursor.c596 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/
H A Dkxv.h183 QueryBestSizeFuncPtr QueryBestSize; member in struct:__anon30ce8c010708
250 QueryBestSizeFuncPtr QueryBestSize; member in struct:__anon30ce8c010908
/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwincursor.c578 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/
H A Dglamor_xf86_xv.c165 adapt->QueryBestSize = glamor_xf86_xv_query_best_size;
/xsrc/external/mit/xorg-server.old/dist/include/
H A Dscrnintstr.h440 QueryBestSizeProcPtr QueryBestSize; member in struct:_Screen
/xsrc/external/mit/xorg-server.old/dist/fb/
H A Dfbscreen.c110 pScreen->QueryBestSize = fbQueryBestSize;
/xsrc/external/mit/xorg-server/dist/fb/
H A Dfbscreen.c107 pScreen->QueryBestSize = fbQueryBestSize;
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
H A Dintel_uxa_video.c363 adapt->QueryBestSize = intel_video_query_best_size;

Completed in 34 milliseconds

1234