Lines Matching defs:om
172 XOM om;
179 om = XOpenOM(dpy, NULL, NULL, NULL);
180 if (om == NULL)
183 if ((oc = XCreateOC(om, XNBaseFontName, base_font_name_list, NULL))) {
187 list = &om->core.required_charset;
203 XCloseOM(om);
228 return font_set->core.om->core.lcd->core->name;
234 return font_set->core.om->core.context_dependent;
240 return font_set->core.om->core.directional_dependent;
246 return font_set->core.om->core.contextual_drawing;
262 XCloseOM(font_set->core.om);