Searched refs:NameForAtom (Results 1 – 19 of 19) sorted by relevance
| /OK3568_Linux_fs/external/xserver/xkb/ |
| H A D | xkbfmisc.c | 253 tmp = NameForAtom(old_names->types); in XkbWriteXKBKeymapForNames() 263 tmp = NameForAtom(old_names->compat); in XkbWriteXKBKeymapForNames() 273 tmp = NameForAtom(old_names->symbols); in XkbWriteXKBKeymapForNames() 279 tmp = NameForAtom(old_names->keycodes); in XkbWriteXKBKeymapForNames() 289 tmp = NameForAtom(old_names->geometry); in XkbWriteXKBKeymapForNames()
|
| H A D | xkbtext.c | 81 atmstr = NameForAtom(atm); in XkbAtomText() 124 tmp = NameForAtom(vmodNames[ndx]); in XkbVModIndexText()
|
| H A D | xkbout.c | 241 fprintf(file, " indicator \"%s\" {\n", NameForAtom(name)); in WriteXKBIndicatorMap()
|
| H A D | xkb.c | 4112 str = NameForAtom(name); in _XkbCheckTypeName()
|
| /OK3568_Linux_fs/external/xserver/hw/xnest/ |
| H A D | Font.c | 63 name = NameForAtom(value_atom); in xnestRealizeFont()
|
| /OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/ |
| H A D | ephyrvideo.c | 191 atom_name = NameForAtom(a_local_atom); in ephyrLocalAtomToHost() 762 (int) a_attr_name, NameForAtom(a_attr_name), a_attr_value); in ephyrSetPortAttribute() 772 NameForAtom(a_attr_name), in ephyrSetPortAttribute() 775 NameForAtom(a_attr_name)); in ephyrSetPortAttribute() 783 NameForAtom(a_attr_name)); in ephyrSetPortAttribute() 816 (int) a_attr_name, NameForAtom(a_attr_name)); in ephyrGetPortAttribute()
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | atom.c | 150 NameForAtom(Atom atom) in NameForAtom() function
|
| H A D | dixfonts.c | 2042 .name_for_atom = NameForAtom,
|
| H A D | dispatch.c | 1074 if ((str = NameForAtom(stuff->id))) { in ProcGetAtomName()
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | xselinux_label.c | 99 const char *name = NameForAtom(atom); in SELinuxAtomToSIDLookup()
|
| H A D | xselinux_hooks.c | 270 propertyName = audit->property ? NameForAtom(audit->property) : NULL; in SELinuxAudit() 271 selectionName = audit->selection ? NameForAtom(audit->selection) : NULL; in SELinuxAudit()
|
| H A D | security.c | 862 rec->client->index, NameForAtom(name), name, in SecurityProperty()
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/ |
| H A D | dmxfont.c | 424 name = NameForAtom(value_atom); in dmxBELoadFont()
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | dix.h | 292 extern _X_EXPORT const char *NameForAtom(Atom /*atom */ );
|
| /OK3568_Linux_fs/external/xserver/xfixes/ |
| H A D | cursor.c | 471 str = NameForAtom(pCursor->name); in ProcXFixesGetCursorName() 531 name = pCursor->name ? NameForAtom(pCursor->name) : ""; in ProcXFixesGetCursorImageAndName()
|
| /OK3568_Linux_fs/external/xserver/randr/ |
| H A D | rrmonitor.c | 450 const char *str = NameForAtom(name); in RRMonitorMatchesOutputName()
|
| /OK3568_Linux_fs/external/xserver/hw/xwayland/ |
| H A D | xwayland.c | 182 NameForAtom(prop->propertyName)); in xwl_window_set_allow_commits_from_property()
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | drmmode_display.c | 3211 if (!(name = NameForAtom(atom))) in drmmode_output_set_property()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 14395 actually name an atom NameForAtom() will return NULL, and strcmp() will 116711 xkb: remove XkbAtomGetString, replace with NameForAtom. 134398 Changes MakeAtom to take a const char * and NameForAtom to return them,
|