| /xsrc/external/mit/libX11/dist/src/ |
| DelProp.c | 36 Atom property) 43 req->property = property;
|
| ConvSel.c | 37 Atom property, 47 req->property = property;
|
| SetStCmap.c | 68 Atom property) /* XA_RGB_BEST_MAP, etc. */ 91 XSetRGBColormaps (dpy, w, &stdcmap, 1, property);
|
| SetTxtProp.c | 64 Atom property) 66 XChangeProperty (dpy, w, property, tp->encoding, tp->format,
|
| ChProp.c | 36 Atom property, 49 req->property = (CARD32) property;
|
| SetRGBCMap.c | 44 Atom property) /* XA_RGB_BEST_MAP, etc. */ 88 XChangeProperty (dpy, w, property, XA_RGB_COLOR_MAP, 32, mode, 96 XChangeProperty (dpy, w, property, XA_RGB_COLOR_MAP, 32,
|
| /xsrc/external/mit/glu/dist/src/libnurbs/internals/ |
| renderhints.cc | 85 Renderhints::isProperty( long property ) 87 switch ( property ) { 99 Renderhints::getProperty( long property ) 101 switch ( property ) { 117 Renderhints::setProperty( long property, REAL value ) 119 switch ( property ) {
|
| /xsrc/external/mit/xf86-input-vmmouse/dist/tools/ |
| hal-probe-vmmouse.in | 23 [ -x __HAL_BIN_PREFIX__/hal-set-property ] || exit 0 28 __HAL_BIN_PREFIX__/hal-set-property --direct --udi "$UDI" --key input.x11_driver --string "vmmouse" 29 __HAL_BIN_PREFIX__/hal-set-property --direct --udi "$UDI" --key input.tags --string "vmmouse"
|
| /xsrc/external/mit/fstobdf/dist/ |
| props.c | 76 FSPropOffset *property; local 86 for (property = &propOffsets[0]; nProperties--; property++) { 90 name = (char *) propData + property->name.position; 91 length = property->name.length; 106 for (property = &propOffsets[0]; nProperties--; property++) { 111 fwrite(propData + property->name.position, 1, property->name.length, 115 value = property->value.position [all...] |
| /xsrc/external/mit/xorg-server/dist/hw/xquartz/ |
| X11Controller.h | 50 @property (nonatomic, readwrite, strong) IBOutlet NSPanel *prefs_panel; 52 @property (nonatomic, readwrite, strong) IBOutlet NSButton *fake_buttons; 53 @property (nonatomic, readwrite, strong) IBOutlet NSButton *enable_fullscreen; 54 @property (nonatomic, readwrite, strong) IBOutlet NSButton *enable_fullscreen_menu; 55 @property (nonatomic, readwrite, strong) IBOutlet NSTextField *enable_fullscreen_menu_text; 56 @property (nonatomic, readwrite, strong) IBOutlet NSButton *enable_keyequivs; 57 @property (nonatomic, readwrite, strong) IBOutlet NSButton *sync_keymap; 58 @property (nonatomic, readwrite, strong) IBOutlet NSButton *option_sends_alt; 59 @property (nonatomic, readwrite, strong) IBOutlet NSButton *scroll_in_device_direction; 60 @property (nonatomic, readwrite, strong) IBOutlet NSButton *click_through [all...] |
| X11Application.h | 42 @property (nonatomic, readwrite, strong) X11Controller *controller; 43 @property (nonatomic, readonly, assign) OSX_BOOL x_active;
|
| /xsrc/external/mit/libXaw/dist/src/ |
| TextSink.c | 1015 SetXlfdDefaults(Display *display, XawTextProperty *property) 1021 if (XGetFontProperty(property->font, atom, &value)) { 1028 property->xlfd = XrmStringToQuark(xlfd); 1031 property->foundry = XrmStringToQuark(name); 1035 property->family = XrmStringToQuark(name); 1039 property->weight = XrmStringToQuark(name); 1043 property->slant = XrmStringToQuark(name); 1047 property->setwidth = XrmStringToQuark(name); 1051 property->addstyle = XrmStringToQuark(name); 1055 property->pixel_size = XrmStringToQuark(name) [all...] |
| AsciiSink.c | 343 XawTextProperty *property; local 347 property = NULL; 350 (property = XawTextSinkGetProperty((Widget)sink, 351 entity->property)) != NULL && 352 (property->mask & XAW_TPROP_FONT)) 353 font = property->font; 381 paint->property = property; 417 paint->property = property; 444 XawTextProperty *property; local 740 XawTextProperty *property; local 1151 XawTextProperty *property; local 1197 XawTextProperty *property; local 1266 XawTextProperty *property; local 1376 XawTextProperty *property; local 1487 XawTextProperty *property; local 1807 XawTextProperty *property = local [all...] |
| /xsrc/external/mit/libXi/dist/src/ |
| XDelDProp.c | 44 XDeleteDeviceProperty(Display* dpy, XDevice* dev, Atom property) 58 req->property = property;
|
| /xsrc/external/mit/libXmu/dist/src/ |
| DelCmap.c | 38 /* To remove any standard colormap property, use XmuDeleteStandardColormap(). 39 * XmuDeleteStandardColormap() will remove the specified property from the 41 * property if possible. 45 XmuDeleteStandardColormap(Display *dpy, int screen, Atom property) 48 * property - specifies the standard colormap property 55 property)) 65 XDeleteProperty(dpy, RootWindow(dpy, screen), property);
|
| LookupCmap.c | 52 * Given a screen, a visual, and a property, XmuLookupStandardColormap() 53 * will determine the best allocation for the property under the specified 58 * If replace is true, any previous definition of the property will be 59 * replaced. If retain is true, the property and the colormap will be 61 * pre-existing property definitions which are not replaced cannot be made 68 * standard colormap property on a monochrome visual, or, requesting an 74 unsigned int depth, Atom property, 81 * property - a standard colormap property 113 /* If the requested property already exists on this screen, and [all...] |
| /xsrc/external/mit/libXmu/dist/include/X11/Xmu/ |
| StdCmap.h | 54 Atom property 60 Atom property, 72 Atom property, 83 Atom property,
|
| /xsrc/external/mit/xorg-server/dist/randr/ |
| rrproviderproperty.c | 103 RRCreateProviderProperty(Atom property) 111 prop->propertyName = property; 123 RRDeleteProviderProperty(RRProviderPtr provider, Atom property) 128 if (prop->propertyName == property) { 136 RRChangeProviderProperty(RRProviderPtr provider, Atom property, Atom type, 151 /* first see if property already exists */ 152 prop = RRQueryProviderProperty(provider, property); 154 prop = RRCreateProviderProperty(property); 165 /* To append or prepend to a property the request format and type 166 must match those of the already defined property. Th 260 RRPropertyPtr property; local [all...] |
| rrproperty.c | 104 RRCreateOutputProperty(Atom property) 112 prop->propertyName = property; 124 RRDeleteOutputProperty(RROutputPtr output, Atom property) 129 if (prop->propertyName == property) { 137 RRNoticePropertyChange(RROutputPtr output, Atom property, RRPropertyValuePtr value) 142 if (property == non_desktop_prop) { 160 RRChangeOutputProperty(RROutputPtr output, Atom property, Atom type, 174 /* first see if property already exists */ 175 prop = RRQueryOutputProperty(output, property); 177 prop = RRCreateOutputProperty(property); 284 RRPropertyPtr property; local [all...] |
| /xsrc/external/mit/xorg-server/dist/Xi/ |
| xiproperty.c | 185 send_property_event(DeviceIntPtr dev, Atom property, int what) 192 .atom = property, 202 .property = property, 238 get_property(ClientPtr client, DeviceIntPtr dev, Atom property, Atom type, 248 if (!ValidAtom(property)) { 249 client->errorValue = property; 263 if (prop->propertyName == property) 275 rc = XIGetDeviceProperty(dev, property, &prop_value); 277 client->errorValue = property; [all...] |
| /xsrc/external/mit/freetype/dist/src/gxvalid/ |
| gxvprop.c | 109 /* Pass 0 as GLYPH to check the default property */ 111 gxv_prop_property_validate( FT_UShort property, 115 if ( glyph != 0 && ( property & GXV_PROP_FLOATER ) ) 118 if ( property & GXV_PROP_USE_COMPLEMENTARY_BRACKET ) 124 offset = (FT_UShort)( property & GXV_PROP_COMPLEMENTARY_BRACKET_OFFSET ); 127 GXV_TRACE(( " found zero offset to property\n" )); 154 if ( property & GXV_PROP_COMPLEMENTARY_BRACKET_OFFSET ) 160 if ( property & GXV_PROP_ATTACHING_TO_RIGHT ) 169 if ( property & GXV_PROP_RESERVED ) 175 if ( ( property & GXV_PROP_DIRECTIONALITY_CLASS ) > 11 [all...] |
| /xsrc/external/mit/libXrandr/dist/src/ |
| XrrProperty.c | 82 XRRQueryOutputProperty (Display *dpy, RROutput output, Atom property) 97 req->property = property; 137 XRRConfigureOutputProperty (Display *dpy, RROutput output, Atom property, 152 req->property = property; 169 Atom property, Atom type, 184 req->property = property; 231 XRRDeleteOutputProperty (Display *dpy, RROutput output, Atom property) [all...] |
| XrrProviderProperty.c | 82 XRRQueryProviderProperty (Display *dpy, RRProvider provider, Atom property) 97 req->property = property; 137 XRRConfigureProviderProperty (Display *dpy, RRProvider provider, Atom property, 152 req->property = property; 169 Atom property, Atom type, 184 req->property = property; 231 XRRDeleteProviderProperty (Display *dpy, RRProvider provider, Atom property) [all...] |
| /xsrc/external/mit/xorg-server.old/dist/Xi/ |
| xiproperty.c | 187 static void send_property_event(DeviceIntPtr dev, Atom property, int what) 201 event.atom = property; 212 xi2.property = property; 244 get_property(ClientPtr client, DeviceIntPtr dev, Atom property, Atom type, 254 if (!ValidAtom(property)) 256 client->errorValue = property; 272 if (prop->propertyName == property) 285 rc = XIGetDeviceProperty(dev, property, &prop_value); 288 client->errorValue = property; [all...] |
| /xsrc/external/mit/xf86-input-synaptics/dist/src/ |
| properties.c | 189 "Disabling property support.\n"); 344 /* only init product_id property if we actually know them */ 364 SetProperty(DeviceIntPtr dev, Atom property, XIPropertyValuePtr prop, 379 if (property == prop_edges) { 395 else if (property == prop_finger) { 408 else if (property == prop_tap_time) { 415 else if (property == prop_tap_move) { 421 else if (property == prop_tap_durations) { 433 else if (property == prop_clickpad) { 449 else if (property == prop_middle_timeout) [all...] |