| /xsrc/external/mit/libX11/dist/src/ |
| ScrResStr.c | 35 Atom prop_name; local 42 prop_name = XInternAtom(screen->display, "SCREEN_RESOURCES", True); 43 if (prop_name && 44 XGetWindowProperty(screen->display, screen->root, prop_name,
|
| /xsrc/external/mit/freetype/dist/include/freetype/internal/services/ |
| svbdf.h | 38 const char* prop_name,
|
| /xsrc/external/mit/freetype/dist/include/freetype/ |
| ftbdf.h | 202 const char* prop_name,
|
| /xsrc/external/mit/freetype/dist/src/base/ |
| ftbdf.c | 63 const char* prop_name, 82 error = service->get_property( face, prop_name, aproperty );
|
| /xsrc/external/mit/xwininfo/dist/ |
| dsimple.c | 308 const char *prop_name = xcb_get_property_value (prop); local 313 memcmp (prop_name, name, namelen) == 0) { 346 const char *prop_name = xcb_get_property_value (prop); 351 memcmp (prop_name, name, namelen) == 0) {
|
| /xsrc/external/mit/xf86-input-synaptics/dist/tools/ |
| synclient.c | 70 char *prop_name; /* Property name */ member in struct:Parameter 327 prop = XInternAtom(dpy, par->prop_name, True); 406 a = XInternAtom(dpy, par->prop_name, True);
|
| /xsrc/external/mit/libpciaccess/dist/src/ |
| solx_devfs.c | 320 const char *prop_name = di_prop_name(prop); local 323 fprintf(stderr, " property: %s\n", prop_name); 326 if (strcmp(prop_name, "device_type") == 0) { 340 else if (strcmp(prop_name, "class-code") == 0) { 344 else if (strcmp(prop_name, "bus-range") == 0) { 357 else if (strcmp(prop_name, "pciseg") == 0) {
|
| /xsrc/external/mit/freetype/dist/src/pcf/ |
| pcfdrivr.c | 590 const char* prop_name, 596 prop = pcf_find_property( face, prop_name );
|
| /xsrc/external/mit/freetype/dist/src/bdf/ |
| bdfdrivr.c | 883 const char* prop_name, 891 prop = bdf_get_font_property( face->bdffont, prop_name );
|
| /xsrc/external/mit/xf86-video-amdgpu/dist/src/ |
| drmmode_display.c | 746 static enum drmmode_cm_prop get_cm_enum_from_str(const char *prop_name) 751 if (!strcmp(prop_name, cm_prop_names[ret]))
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/ |
| drmmode_display.c | 3166 const char* prop_name = "VRR_CAPABLE"; local 3177 if (strcasecmp(drm_prop->name, prop_name) == 0) {
|
| /xsrc/external/mit/xterm/dist/ |
| charproc.c | 11993 const char *prop_name) 12005 TRACE(("getProperty %s(%s)\n", prop_name, 12007 property = CachedInternAtom(dpy, prop_name); 12020 TRACE((".. Cannot get %s property.\n", prop_name));
|