Searched refs:value_atom (Results 1 - 3 of 3) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xnest/
H A DFont.c39 Atom name_atom, value_atom; local in function:xnestRealizeFont
48 value_atom = 0L;
55 value_atom = props[i].value;
59 if (!value_atom) return False;
61 name = NameForAtom(value_atom);
/xsrc/external/mit/xorg-server/dist/hw/xnest/
H A DFont.c40 Atom name_atom, value_atom; local in function:xnestRealizeFont
49 value_atom = 0L;
56 value_atom = props[i].value;
60 if (!value_atom)
63 name = NameForAtom(value_atom);
/xsrc/external/mit/xorg-server.old/dist/hw/dmx/
H A Ddmxfont.c253 Atom name_atom, value_atom; local in function:dmxBELoadFont
400 value_atom = 0L;
404 value_atom = pFont->info.props[i].value;
408 if (!value_atom) return FALSE;
410 name = NameForAtom(value_atom);

Completed in 4 milliseconds