HomeSort by: relevance | last modified time | path
    Searched refs:fontdir (Results 1 - 8 of 8) sorted by relevancy

  /src/external/mit/xorg/lib/libXfont2/
Makefile 42 fontdir.c \
  /src/external/mit/xorg/lib/libXfont/
Makefile 28 dirfile.c fileio.c filewr.c fontdir.c fontencc.c fontfile.c \
  /src/external/gpl3/binutils/dist/binutils/
windint.h 243 struct rc_fontdir *fontdir; member in union:rc_res_resource::__anon9933
691 /* A fontdir resource is a list of rc_fontdir. */
resrc.c 993 /* For each font resource, we must add an entry in the FONTDIR
994 resource. The FONTDIR resource includes some strings in the font
1073 r->u.fontdir = fontdirs;
1140 r->u.fontdir = fd_first;
2102 case RT_FONTDIR: s = "fontdir"; break;
2411 write_rc_fontdir (e, res->u.fontdir);
2729 write_rc_fontdir (FILE *e, const rc_fontdir *fontdir)
2734 for (c = 0, fc = fontdir; fc != NULL; fc = fc->next, c++)
2739 for (c = 1, fc = fontdir; fc != NULL; fc = fc->next, c++)
resbin.c 758 /* Convert a fontdir resource from binary. */
770 toosmall (_("fontdir header"));
787 toosmall (_("fontdir"));
795 /* To work out the length of the fontdir data, we must get the
807 toosmall (_("fontdir device name"));
816 toosmall (_("fontdir face name"));
837 r->u.fontdir = first;
1549 return res_to_bin_fontdir (wrbfd, off, res->u.fontdir);
1865 /* Convert a fontdir resource to binary. */
  /src/external/gpl3/binutils.old/dist/binutils/
windint.h 243 struct rc_fontdir *fontdir; member in union:rc_res_resource::__anon11413
691 /* A fontdir resource is a list of rc_fontdir. */
resrc.c 993 /* For each font resource, we must add an entry in the FONTDIR
994 resource. The FONTDIR resource includes some strings in the font
1073 r->u.fontdir = fontdirs;
1140 r->u.fontdir = fd_first;
2102 case RT_FONTDIR: s = "fontdir"; break;
2411 write_rc_fontdir (e, res->u.fontdir);
2729 write_rc_fontdir (FILE *e, const rc_fontdir *fontdir)
2734 for (c = 0, fc = fontdir; fc != NULL; fc = fc->next, c++)
2739 for (c = 1, fc = fontdir; fc != NULL; fc = fc->next, c++)
resbin.c 758 /* Convert a fontdir resource from binary. */
770 toosmall (_("fontdir header"));
787 toosmall (_("fontdir"));
795 /* To work out the length of the fontdir data, we must get the
807 toosmall (_("fontdir device name"));
816 toosmall (_("fontdir face name"));
837 r->u.fontdir = first;
1543 return res_to_bin_fontdir (wrbfd, off, res->u.fontdir);
1859 /* Convert a fontdir resource to binary. */

Completed in 83 milliseconds