Searched refs:property (Results 1 - 25 of 318) sorted by relevance

1234567891011>>

/xsrc/external/mit/xcb-util/dist/property/
H A DMakefile.am4 lib_LTLIBRARIES = libxcb-property.la
10 libxcb_property_la_SOURCES = property.c
15 pkgconfig_DATA = xcb-property.pc
17 EXTRA_DIST = xcb-property.pc.in
/xsrc/external/mit/libX11/dist/src/
H A DDelProp.c36 Atom property)
43 req->property = property;
33 XDeleteProperty(register Display * dpy,Window window,Atom property) argument
H A DConvSel.c37 Atom property,
47 req->property = property;
33 XConvertSelection(register Display * dpy,Atom selection,Atom target,Atom property,Window requestor,Time time) argument
H A DSetStCmap.c68 Atom property) /* XA_RGB_BEST_MAP, etc. */
91 XSetRGBColormaps (dpy, w, &stdcmap, 1, property);
64 XSetStandardColormap(Display * dpy,Window w,XStandardColormap * cmap,Atom property) argument
H A DSetTxtProp.c64 Atom property)
66 XChangeProperty (dpy, w, property, tp->encoding, tp->format,
60 XSetTextProperty(Display * dpy,Window w,XTextProperty * tp,Atom property) argument
H A DChProp.c36 Atom property,
49 req->property = (CARD32) property;
33 XChangeProperty(register Display * dpy,Window w,Atom property,Atom type,int format,int mode,_Xconst unsigned char * data,int nelements) argument
H A DSetRGBCMap.c44 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,
39 XSetRGBColormaps(Display * dpy,Window w,XStandardColormap * cmaps,int count,Atom property) argument
/xsrc/external/mit/glu/dist/src/libnurbs/internals/
H A Drenderhints.cc85 Renderhints::isProperty( long property ) argument
87 switch ( property ) {
99 Renderhints::getProperty( long property ) argument
101 switch ( property ) {
117 Renderhints::setProperty( long property, REAL value ) argument
119 switch ( property ) {
/xsrc/external/mit/xf86-input-vmmouse/dist/tools/
H A Dhal-probe-vmmouse.in23 [ -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/
H A Dprops.c76 FSPropOffset *property; local in function:EmitProperties
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
[all...]
/xsrc/external/mit/xorg-server/dist/hw/xquartz/
H A DX11Controller.h50 @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 (nonatomi
[all...]
H A DX11Application.h42 @property (nonatomic, readwrite, strong) X11Controller *controller;
43 @property (nonatomic, readonly, assign) OSX_BOOL x_active;
/xsrc/external/mit/xcb-util/dist/
H A DMakefile.am4 SUBDIRS = atom aux event property icccm image keysyms reply renderutil
/xsrc/external/mit/libXaw/dist/src/
H A DTextSink.c1015 SetXlfdDefaults(Display *display, XawTextProperty *property) argument
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
1148 _XawTextSinkGetProperty(XawTextPropertyList * list,XrmQuark property) argument
1164 XawTextSinkGetProperty(Widget w,XrmQuark property) argument
1173 XawTextSinkCopyProperty(Widget w,XrmQuark property) argument
1189 _XawTextSinkAddProperty(XawTextPropertyList * list,XawTextProperty * property,Bool replace) argument
1357 XawTextSinkAddProperty(Widget w,XawTextProperty * property) argument
1366 XawTextSinkCombineProperty(Widget w _X_UNUSED,XawTextProperty * property,XawTextProperty * combine,Bool override) argument
[all...]
H A DAsciiSink.c343 XawTextProperty *property; local in function:CalculateBearing
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 in function:AsciiPreparePaint
740 XawTextProperty *property; local in function:AsciiDoPaint
1151 XawTextProperty *property; local in function:GetCursorBounds
1197 XawTextProperty *property; local in function:FindCursorY
1266 XawTextProperty *property; local in function:InsertCursor
1376 XawTextProperty *property; local in function:FindDistance
1487 XawTextProperty *property; local in function:FindPosition
1807 XawTextProperty *property = local in function:XawAsciiSinkSetValues
[all...]
/xsrc/external/mit/libXi/dist/src/
H A DXDelDProp.c44 XDeleteDeviceProperty(Display* dpy, XDevice* dev, Atom property) argument
58 req->property = property;
/xsrc/external/mit/libXmu/dist/src/
H A DDelCmap.c38 /* 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) argument
48 * property - specifies the standard colormap property
55 property))
65 XDeleteProperty(dpy, RootWindow(dpy, screen), property);
H A DLookupCmap.c52 * 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 alread
73 XmuLookupStandardColormap(Display * dpy,int screen,VisualID visualid,unsigned int depth,Atom property,Bool replace,Bool retain) argument
199 lookup(Display * dpy,int screen,VisualID visualid,Atom property,XStandardColormap * cnew,Bool replace) argument
[all...]
/xsrc/external/mit/libXmu/dist/include/X11/Xmu/
H A DStdCmap.h54 Atom property
60 Atom property,
72 Atom property,
83 Atom property,
/xsrc/external/mit/xorg-server/dist/randr/
H A Drrproviderproperty.c103 RRCreateProviderProperty(Atom property) argument
111 prop->propertyName = property;
123 RRDeleteProviderProperty(RRProviderPtr provider, Atom property) argument
128 if (prop->propertyName == property) {
136 RRChangeProviderProperty(RRProviderPtr provider, Atom property, Atom type, argument
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
260 RRPropertyPtr property; local in function:RRPostProviderPendingProperties
296 RRQueryProviderProperty(RRProviderPtr provider,Atom property) argument
307 RRGetProviderProperty(RRProviderPtr provider,Atom property,Bool pending) argument
328 RRConfigureProviderProperty(RRProviderPtr provider,Atom property,Bool pending,Bool range,Bool immutable,int num_values,INT32 * values) argument
[all...]
/xsrc/external/mit/xorg-server/dist/Xi/
H A Dxiproperty.c185 send_property_event(DeviceIntPtr dev, Atom property, int what) argument
192 .atom = property,
202 .property = property,
238 get_property(ClientPtr client, DeviceIntPtr dev, Atom property, Atom type, argument
248 if (!ValidAtom(property)) {
249 client->errorValue = property;
263 if (prop->propertyName == property)
275 rc = XIGetDeviceProperty(dev, property, &prop_value);
277 client->errorValue = property;
322 check_change_property(ClientPtr client,Atom property,Atom type,int format,int mode,int nitems) argument
348 change_property(ClientPtr client,DeviceIntPtr dev,Atom property,Atom type,int format,int mode,int len,void * data) argument
527 XIRegisterPropertyHandler(DeviceIntPtr dev,int (* SetProperty)(DeviceIntPtr dev,Atom property,XIPropertyValuePtr prop,BOOL checkonly),int (* GetProperty)(DeviceIntPtr dev,Atom property),int (* DeleteProperty)(DeviceIntPtr dev,Atom property)) argument
576 XICreateDeviceProperty(Atom property) argument
596 XIFetchDeviceProperty(DeviceIntPtr dev,Atom property) argument
644 XIDeleteDeviceProperty(DeviceIntPtr device,Atom property,Bool fromClient) argument
684 XIChangeDeviceProperty(DeviceIntPtr dev,Atom property,Atom type,int format,int mode,unsigned long len,const void * value,Bool sendevent) argument
808 XIGetDeviceProperty(DeviceIntPtr dev,Atom property,XIPropertyValuePtr * value) argument
839 XISetDevicePropertyDeletable(DeviceIntPtr dev,Atom property,Bool deletable) argument
[all...]
/xsrc/external/mit/freetype/dist/src/gxvalid/
H A Dgxvprop.c109 /* Pass 0 as GLYPH to check the default property */
111 gxv_prop_property_validate( FT_UShort property, argument
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
[all...]
/xsrc/external/mit/xinput/dist/src/
H A DMakefile.am41 property.c \
/xsrc/external/mit/libXrandr/dist/src/
H A DXrrProperty.c82 XRRQueryOutputProperty (Display *dpy, RROutput output, Atom property) argument
97 req->property = property;
137 XRRConfigureOutputProperty (Display *dpy, RROutput output, Atom property, argument
152 req->property = property;
169 Atom property, Atom type,
184 req->property = property;
231 XRRDeleteOutputProperty (Display *dpy, RROutput output, Atom property) argument
168 XRRChangeOutputProperty(Display * dpy,RROutput output,Atom property,Atom type,int format,int mode,_Xconst unsigned char * data,int nelements) argument
249 XRRGetOutputProperty(Display * dpy,RROutput output,Atom property,long offset,long length,Bool delete,Bool pending,Atom req_type,Atom * actual_type,int * actual_format,unsigned long * nitems,unsigned long * bytes_after,unsigned char ** prop) argument
[all...]
H A DXrrProviderProperty.c82 XRRQueryProviderProperty (Display *dpy, RRProvider provider, Atom property) argument
97 req->property = property;
137 XRRConfigureProviderProperty (Display *dpy, RRProvider provider, Atom property, argument
152 req->property = property;
169 Atom property, Atom type,
184 req->property = property;
231 XRRDeleteProviderProperty (Display *dpy, RRProvider provider, Atom property) argument
168 XRRChangeProviderProperty(Display * dpy,RRProvider provider,Atom property,Atom type,int format,int mode,_Xconst unsigned char * data,int nelements) argument
249 XRRGetProviderProperty(Display * dpy,RRProvider provider,Atom property,long offset,long length,Bool delete,Bool pending,Atom req_type,Atom * actual_type,int * actual_format,unsigned long * nitems,unsigned long * bytes_after,unsigned char ** prop) argument
[all...]

Completed in 15 milliseconds

1234567891011>>