Lines Matching refs:Atom
49 Atom type;
185 send_property_event(DeviceIntPtr dev, Atom property, int what) in send_property_event()
213 list_atoms(DeviceIntPtr dev, int *natoms, Atom **atoms_return) in list_atoms()
216 Atom *atoms = NULL; in list_atoms()
222 Atom *a; in list_atoms()
224 atoms = xallocarray(nprops, sizeof(Atom)); in list_atoms()
238 get_property(ClientPtr client, DeviceIntPtr dev, Atom property, Atom type, in get_property()
240 int *bytes_after, Atom *type_return, int *format, int *nitems, in get_property()
322 check_change_property(ClientPtr client, Atom property, Atom type, int format, in check_change_property()
348 change_property(ClientPtr client, DeviceIntPtr dev, Atom property, Atom type, in change_property()
367 Atom
529 Atom property, in XIRegisterPropertyHandler()
533 Atom property), in XIRegisterPropertyHandler()
535 Atom property)) in XIRegisterPropertyHandler()
576 XICreateDeviceProperty(Atom property) in XICreateDeviceProperty()
596 XIFetchDeviceProperty(DeviceIntPtr dev, Atom property) in XIFetchDeviceProperty()
644 XIDeleteDeviceProperty(DeviceIntPtr device, Atom property, Bool fromClient) in XIDeleteDeviceProperty()
684 XIChangeDeviceProperty(DeviceIntPtr dev, Atom property, Atom type, in XIChangeDeviceProperty()
808 XIGetDeviceProperty(DeviceIntPtr dev, Atom property, XIPropertyValuePtr *value) in XIGetDeviceProperty()
839 XISetDevicePropertyDeletable(DeviceIntPtr dev, Atom property, Bool deletable) in XISetDevicePropertyDeletable()
853 Atom *atoms; in ProcXListDeviceProperties()
881 WriteSwappedDataToClient(client, natoms * sizeof(Atom), atoms); in ProcXListDeviceProperties()
948 Atom type; in ProcXGetDeviceProperty()
1092 Atom *atoms; in ProcXIListProperties()
1120 WriteSwappedDataToClient(client, natoms * sizeof(Atom), atoms); in ProcXIListProperties()
1188 Atom type; in ProcXIGetProperty()