HomeSort by: relevance | last modified time | path
    Searched defs:font_struct_list (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/libX11/dist/src/xlibi18n/
XDefaultOMIF.c 214 font_list = oc->core.font_info.font_struct_list;
238 XFontStruct **font_struct_list; local
246 font_struct_list = Xmalloc(sizeof(XFontStruct *));
247 if (font_struct_list == NULL)
260 oc->core.font_info.font_struct_list = font_struct_list;
264 *font_struct_list = font_set->font;
266 *font_struct_list = font_set->info;
277 Xfree(font_struct_list);
528 if ((font_list = oc->core.font_info.font_struct_list)) {
    [all...]
  /xsrc/external/mit/libX11/dist/modules/om/generic/
omGeneric.c 345 font_list = oc->core.font_info.font_struct_list;
414 XFontStruct **font_struct_list; local
433 font_struct_list = Xmalloc(sizeof(XFontStruct *) * count);
434 if (font_struct_list == NULL)
447 oc->core.font_info.font_struct_list = font_struct_list;
458 *font_struct_list++ = font_set->font;
460 *font_struct_list++ = font_set->info;
476 Xfree(font_struct_list);
1429 Xfree(oc->core.font_info.font_struct_list);
    [all...]
  /xsrc/external/mit/libX11/dist/include/X11/
Xlib.h 1137 XFontStruct **font_struct_list; member in struct:__anon5625
3634 XFontStruct*** /* font_struct_list */,

Completed in 9 milliseconds