Home
last modified time | relevance | path

Searched refs:ValidAtom (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/external/xserver/dix/
H A Dselection.c166 if (!ValidAtom(stuff->selection)) { in ProcSetSelectionOwner()
236 if (!ValidAtom(stuff->id)) { in ProcGetSelectionOwner()
275 paramsOkay = ValidAtom(stuff->selection) && ValidAtom(stuff->target); in ProcConvertSelection()
276 paramsOkay &= (stuff->property == None) || ValidAtom(stuff->property); in ProcConvertSelection()
H A Dproperty.c158 if (!ValidAtom(atoms[i])) { in ProcRotateProperties()
235 if (!ValidAtom(stuff->property)) { in ProcChangeProperty()
239 if (!ValidAtom(stuff->type)) { in ProcChangeProperty()
465 if (!ValidAtom(stuff->property)) { in ProcGetProperty()
473 if ((stuff->type != AnyPropertyType) && !ValidAtom(stuff->type)) { in ProcGetProperty()
629 if (!ValidAtom(stuff->property)) { in ProcDeleteProperty()
H A Datom.c144 ValidAtom(Atom atom) in ValidAtom() function
H A Ddixfonts.c2041 .valid_atom = ValidAtom,
/OK3568_Linux_fs/external/xserver/randr/
H A Drrproviderproperty.c526 if (!ValidAtom(stuff->property)) { in ProcRRChangeProviderProperty()
530 if (!ValidAtom(stuff->type)) { in ProcRRChangeProviderProperty()
556 if (!ValidAtom(stuff->property)) { in ProcRRDeleteProviderProperty()
596 if (!ValidAtom(stuff->property)) { in ProcRRGetProviderProperty()
604 if ((stuff->type != AnyPropertyType) && !ValidAtom(stuff->type)) { in ProcRRGetProviderProperty()
H A Drrproperty.c558 if (!ValidAtom(stuff->property)) { in ProcRRChangeOutputProperty()
562 if (!ValidAtom(stuff->type)) { in ProcRRChangeOutputProperty()
591 if (!ValidAtom(stuff->property)) { in ProcRRDeleteOutputProperty()
628 if (!ValidAtom(stuff->property)) { in ProcRRGetOutputProperty()
636 if ((stuff->type != AnyPropertyType) && !ValidAtom(stuff->type)) { in ProcRRGetOutputProperty()
H A Drrmonitor.c713 if (!ValidAtom(stuff->monitor.name)) in ProcRRSetMonitor()
756 if (!ValidAtom(stuff->name)) { in ProcRRDeleteMonitor()
/OK3568_Linux_fs/external/xserver/Xi/
H A Dxiproperty.c248 if (!ValidAtom(property)) { in get_property()
257 if ((type != AnyPropertyType) && !ValidAtom(type)) { in get_property()
335 if (!ValidAtom(property)) { in check_change_property()
339 if (!ValidAtom(type)) { in check_change_property()
931 if (!ValidAtom(stuff->property)) { in ProcXDeleteDeviceProperty()
1170 if (!ValidAtom(stuff->property)) { in ProcXIDeleteProperty()
/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyrvideo.c188 if (!ValidAtom(a_local_atom)) in ephyrLocalAtomToHost()
758 EPHYR_RETURN_VAL_IF_FAIL(ValidAtom(a_attr_name), BadMatch); in ephyrSetPortAttribute()
812 EPHYR_RETURN_VAL_IF_FAIL(ValidAtom(a_attr_name), BadMatch); in ephyrGetPortAttribute()
/OK3568_Linux_fs/external/xserver/include/
H A Ddix.h290 extern _X_EXPORT Bool ValidAtom(Atom /*atom */ );
/OK3568_Linux_fs/external/xserver/Xext/
H A Dxvdisp.c685 if (!ValidAtom(stuff->attribute)) { in ProcXvSetPortAttribute()
714 if (!ValidAtom(stuff->attribute)) { in ProcXvGetPortAttribute()
/OK3568_Linux_fs/external/xserver/xkb/
H A Dxkb.c77 if (((a)==None)||(!ValidAtom((a)))) {\
86 if (((a)!=None)&&(!ValidAtom((a)))) {\
93 if (((a)!=None)&&(!ValidAtom((a)))) {\
4065 if ((((Atom) *wire) != None) && (!ValidAtom((Atom) *wire))) { in _XkbCheckAtoms()
4085 if ((((Atom) *wire) != None) && (!ValidAtom(((Atom) *wire)))) { in _XkbCheckMaskedAtoms()