Searched refs:nprop (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libXrandr/dist/src/
H A DXrrProperty.c37 XRRListOutputProperties (Display *dpy, RROutput output, int *nprop) argument
55 *nprop = 0;
68 *nprop = 0;
75 *nprop = rep.nAtoms;
H A DXrrProviderProperty.c37 XRRListProviderProperties (Display *dpy, RRProvider provider, int *nprop) argument
55 *nprop = 0;
68 *nprop = 0;
75 *nprop = rep.nAtoms;
/xsrc/external/mit/libXrandr/dist/include/X11/extensions/
H A DXrandr.h307 XRRListOutputProperties (Display *dpy, RROutput output, int *nprop);
527 XRRListProviderProperties (Display *dpy, RRProvider provider, int *nprop);
/xsrc/external/mit/xrandr/dist/
H A Dxrandr.c3708 int nprop; local in function:main
3848 &nprop);
3850 for (int j = 0; j < nprop; j++) {

Completed in 8 milliseconds