Searched refs:fpe (Results 1 - 25 of 50) sorted by relevance

12

/xsrc/external/mit/libXfont/dist/src/fontfile/
H A Dbitsource.c39 FontFileRegisterBitmapSource (FontPathElementPtr fpe) argument
46 if (FontFileBitmapSources.fpe[i] == fpe)
51 new = realloc (FontFileBitmapSources.fpe, newsize * sizeof *new);
55 FontFileBitmapSources.fpe = new;
57 FontFileBitmapSources.fpe[FontFileBitmapSources.count++] = fpe;
62 FontFileUnregisterBitmapSource (FontPathElementPtr fpe) argument
67 if (FontFileBitmapSources.fpe[i] == fpe)
104 FontFileMatchBitmapSource(FontPathElementPtr fpe,FontPtr * pFont,int flags,FontEntryPtr entry,FontNamePtr zeroPat,FontScalablePtr vals,fsBitmapFormat format,fsBitmapFormatMask fmask,Bool noSpecificSize) argument
[all...]
H A Dcatalogue.c40 static int CatalogueFreeFPE (FontPathElementPtr fpe);
55 CatalogueAddFPE (CataloguePtr cat, FontPathElementPtr fpe) argument
73 cat->fpeList[cat->fpeCount++] = fpe;
106 CatalogueUnrefFPEs (FontPathElementPtr fpe) argument
108 CataloguePtr cat = fpe->private;
130 CatalogueRescan (FontPathElementPtr fpe, Bool forceScan) argument
132 CataloguePtr cat = fpe->private;
144 path = fpe->name + strlen(CataloguePrefix);
158 CatalogueUnrefFPEs (fpe);
191 * what the catalogue fpe wa
237 CatalogueInitFPE(FontPathElementPtr fpe) argument
255 CatalogueResetFPE(FontPathElementPtr fpe) argument
262 CatalogueFreeFPE(FontPathElementPtr fpe) argument
284 CatalogueOpenFont(pointer client,FontPathElementPtr fpe,Mask flags,const char * name,int namelen,fsBitmapFormat format,fsBitmapFormatMask fmask,XID id,FontPtr * pFont,char ** aliasName,FontPtr non_cachable_font) argument
310 CatalogueCloseFont(FontPathElementPtr fpe,FontPtr pFont) argument
319 CatalogueListFonts(pointer client,FontPathElementPtr fpe,const char * pat,int len,int max,FontNamesPtr names) argument
343 CatalogueStartListFonts(pointer client,FontPathElementPtr fpe,const char * pat,int len,int max,pointer * privatep,int mark_aliases) argument
379 CatalogueStartListFontsWithInfo(pointer client,FontPathElementPtr fpe,const char * pat,int len,int max,pointer * privatep) argument
387 CatalogueListNextFontWithInfo(pointer client,FontPathElementPtr fpe,char ** namep,int * namelenp,FontInfoPtr * pFontInfo,int * numFonts,pointer private) argument
417 CatalogueStartListFontsAndAliases(pointer client,FontPathElementPtr fpe,const char * pat,int len,int max,pointer * privatep) argument
425 CatalogueListNextFontOrAlias(pointer client,FontPathElementPtr fpe,char ** namep,int * namelenp,char ** resolvedp,int * resolvedlenp,pointer private) argument
[all...]
H A Dfontfile.c65 static int FontFileOpenBitmapNCF (FontPathElementPtr fpe, FontPtr *pFont,
89 FontFileInitFPE (FontPathElementPtr fpe) argument
94 status = FontFileReadDirectory (fpe->name, &dir);
98 if (!FontFileRegisterBitmapSource (fpe))
100 FontFileFreeFPE (fpe);
103 fpe->private = (pointer) dir;
110 FontFileResetFPE (FontPathElementPtr fpe) argument
114 dir = (FontDirectoryPtr) fpe->private;
127 if (!FontFileRegisterBitmapSource (fpe))
136 FontFileFreeFPE (FontPathElementPtr fpe) argument
256 FontFileOpenFont(pointer client,FontPathElementPtr fpe,Mask flags,const char * name,int namelen,fsBitmapFormat format,fsBitmapFormatMask fmask,XID id,FontPtr * pFont,char ** aliasName,FontPtr non_cachable_font) argument
491 FontFileCloseFont(FontPathElementPtr fpe,FontPtr pFont) argument
513 FontFileOpenBitmapNCF(FontPathElementPtr fpe,FontPtr * pFont,int flags,FontEntryPtr entry,fsBitmapFormat format,fsBitmapFormatMask fmask,FontPtr non_cachable_font) argument
543 FontFileOpenBitmap(FontPathElementPtr fpe,FontPtr * pFont,int flags,FontEntryPtr entry,fsBitmapFormat format,fsBitmapFormatMask fmask) argument
552 FontFileGetInfoBitmap(FontPathElementPtr fpe,FontInfoPtr pFontInfo,FontEntryPtr entry) argument
690 _FontFileListFonts(pointer client,FontPathElementPtr fpe,const char * pat,int len,int max,FontNamesPtr names,int mark_aliases) argument
797 FontFileListFonts(pointer client,FontPathElementPtr fpe,const char * pat,int len,int max,FontNamesPtr names) argument
804 FontFileStartListFonts(pointer client,FontPathElementPtr fpe,const char * pat,int len,int max,pointer * privatep,int mark_aliases) argument
835 FontFileStartListFontsWithInfo(pointer client,FontPathElementPtr fpe,const char * pat,int len,int max,pointer * privatep) argument
844 FontFileListOneFontWithInfo(pointer client,FontPathElementPtr fpe,char ** namep,int * namelenp,FontInfoPtr * pFontInfo) argument
1040 FontFileListNextFontWithInfo(pointer client,FontPathElementPtr fpe,char ** namep,int * namelenp,FontInfoPtr * pFontInfo,int * numFonts,pointer private) argument
1069 FontFileStartListFontsAndAliases(pointer client,FontPathElementPtr fpe,const char * pat,int len,int max,pointer * privatep) argument
1077 FontFileListNextFontOrAlias(pointer client,FontPathElementPtr fpe,char ** namep,int * namelenp,char ** resolvedp,int * resolvedlenp,pointer private) argument
[all...]
/xsrc/external/mit/libXfont2/dist/src/fontfile/
H A Dbitsource.c41 FontFileRegisterBitmapSource (FontPathElementPtr fpe) argument
48 if (FontFileBitmapSources.fpe[i] == fpe)
53 new = reallocarray (FontFileBitmapSources.fpe, newsize, sizeof *new);
57 FontFileBitmapSources.fpe = new;
59 FontFileBitmapSources.fpe[FontFileBitmapSources.count++] = fpe;
64 FontFileUnregisterBitmapSource (FontPathElementPtr fpe) argument
69 if (FontFileBitmapSources.fpe[i] == fpe)
106 FontFileMatchBitmapSource(FontPathElementPtr fpe,FontPtr * pFont,int flags,FontEntryPtr entry,FontNamePtr zeroPat,FontScalablePtr vals,fsBitmapFormat format,fsBitmapFormatMask fmask,Bool noSpecificSize) argument
[all...]
H A Dcatalogue.c42 static int CatalogueFreeFPE (FontPathElementPtr fpe);
57 CatalogueAddFPE (CataloguePtr cat, FontPathElementPtr fpe) argument
76 cat->fpeList[cat->fpeCount++] = fpe;
109 CatalogueUnrefFPEs (FontPathElementPtr fpe) argument
111 CataloguePtr cat = fpe->private;
133 CatalogueRescan (FontPathElementPtr fpe, Bool forceScan) argument
135 CataloguePtr cat = fpe->private;
147 path = fpe->name + strlen(CataloguePrefix);
154 CatalogueUnrefFPEs (fpe);
192 * what the catalogue fpe wa
238 CatalogueInitFPE(FontPathElementPtr fpe) argument
256 CatalogueResetFPE(FontPathElementPtr fpe) argument
263 CatalogueFreeFPE(FontPathElementPtr fpe) argument
285 CatalogueOpenFont(pointer client,FontPathElementPtr fpe,Mask flags,const char * name,int namelen,fsBitmapFormat format,fsBitmapFormatMask fmask,XID id,FontPtr * pFont,char ** aliasName,FontPtr non_cachable_font) argument
311 CatalogueCloseFont(FontPathElementPtr fpe,FontPtr pFont) argument
320 CatalogueListFonts(pointer client,FontPathElementPtr fpe,const char * pat,int len,int max,FontNamesPtr names) argument
344 CatalogueStartListFonts(pointer client,FontPathElementPtr fpe,const char * pat,int len,int max,pointer * privatep,int mark_aliases) argument
380 CatalogueStartListFontsWithInfo(pointer client,FontPathElementPtr fpe,const char * pat,int len,int max,pointer * privatep) argument
388 CatalogueListNextFontWithInfo(pointer client,FontPathElementPtr fpe,char ** namep,int * namelenp,FontInfoPtr * pFontInfo,int * numFonts,pointer private) argument
418 CatalogueStartListFontsAndAliases(pointer client,FontPathElementPtr fpe,const char * pat,int len,int max,pointer * privatep) argument
426 CatalogueListNextFontOrAlias(pointer client,FontPathElementPtr fpe,char ** namep,int * namelenp,char ** resolvedp,int * resolvedlenp,pointer private) argument
[all...]
H A Dfontfile.c67 static int FontFileOpenBitmapNCF (FontPathElementPtr fpe, FontPtr *pFont,
87 FontFileInitFPE (FontPathElementPtr fpe) argument
92 status = FontFileReadDirectory (fpe->name, &dir);
96 if (!FontFileRegisterBitmapSource (fpe))
98 FontFileFreeFPE (fpe);
101 fpe->private = (pointer) dir;
108 FontFileResetFPE (FontPathElementPtr fpe) argument
112 dir = (FontDirectoryPtr) fpe->private;
125 if (!FontFileRegisterBitmapSource (fpe))
134 FontFileFreeFPE (FontPathElementPtr fpe) argument
254 FontFileOpenFont(pointer client,FontPathElementPtr fpe,Mask flags,const char * name,int namelen,fsBitmapFormat format,fsBitmapFormatMask fmask,XID id,FontPtr * pFont,char ** aliasName,FontPtr non_cachable_font) argument
489 FontFileCloseFont(FontPathElementPtr fpe,FontPtr pFont) argument
511 FontFileOpenBitmapNCF(FontPathElementPtr fpe,FontPtr * pFont,int flags,FontEntryPtr entry,fsBitmapFormat format,fsBitmapFormatMask fmask,FontPtr non_cachable_font) argument
541 FontFileOpenBitmap(FontPathElementPtr fpe,FontPtr * pFont,int flags,FontEntryPtr entry,fsBitmapFormat format,fsBitmapFormatMask fmask) argument
550 FontFileGetInfoBitmap(FontPathElementPtr fpe,FontInfoPtr pFontInfo,FontEntryPtr entry) argument
688 _FontFileListFonts(pointer client,FontPathElementPtr fpe,const char * pat,int len,int max,FontNamesPtr names,int mark_aliases) argument
795 FontFileListFonts(pointer client,FontPathElementPtr fpe,const char * pat,int len,int max,FontNamesPtr names) argument
802 FontFileStartListFonts(pointer client,FontPathElementPtr fpe,const char * pat,int len,int max,pointer * privatep,int mark_aliases) argument
833 FontFileStartListFontsWithInfo(pointer client,FontPathElementPtr fpe,const char * pat,int len,int max,pointer * privatep) argument
842 FontFileListOneFontWithInfo(pointer client,FontPathElementPtr fpe,char ** namep,int * namelenp,FontInfoPtr * pFontInfo) argument
1038 FontFileListNextFontWithInfo(pointer client,FontPathElementPtr fpe,char ** namep,int * namelenp,FontInfoPtr * pFontInfo,int * numFonts,pointer private) argument
1067 FontFileStartListFontsAndAliases(pointer client,FontPathElementPtr fpe,const char * pat,int len,int max,pointer * privatep) argument
1075 FontFileListNextFontOrAlias(pointer client,FontPathElementPtr fpe,char ** namep,int * namelenp,char ** resolvedp,int * resolvedlenp,pointer private) argument
[all...]
/xsrc/external/mit/libXfont/dist/src/stubs/
H A Dinitfshdl.c11 init_fs_handlers(FontPathElementPtr fpe, argument
14 OVERRIDE_SYMBOL(init_fs_handlers, fpe, block_handler);
H A Drmfshdl.c11 remove_fs_handlers(FontPathElementPtr fpe, argument
15 OVERRIDE_SYMBOL(remove_fs_handlers, fpe, blockHandler, all);
/xsrc/external/mit/libXfont/dist/src/builtins/
H A Dfpe.c41 BuiltinInitFPE (FontPathElementPtr fpe) argument
46 status = BuiltinReadDirectory (fpe->name, &dir);
49 fpe->private = (pointer) dir;
55 BuiltinResetFPE (FontPathElementPtr fpe) argument
62 BuiltinFreeFPE (FontPathElementPtr fpe) argument
64 FontFileFreeDir ((FontDirectoryPtr) fpe->private);
H A DMakefile.am14 fpe.c \
H A Drender.c33 BuiltinOpenBitmap (FontPathElementPtr fpe, FontPtr *ppFont, int flags, argument
75 BuiltinGetInfoBitmap (FontPathElementPtr fpe, FontInfoPtr pFontInfo, argument
90 BuiltinOpenScalable (FontPathElementPtr fpe, argument
104 BuiltinGetInfoScalable (FontPathElementPtr fpe, argument
/xsrc/external/mit/libXfont2/dist/src/builtins/
H A Dfpe.c42 BuiltinInitFPE (FontPathElementPtr fpe) argument
47 status = BuiltinReadDirectory (fpe->name, &dir);
50 fpe->private = (pointer) dir;
56 BuiltinResetFPE (FontPathElementPtr fpe) argument
63 BuiltinFreeFPE (FontPathElementPtr fpe) argument
65 FontFileFreeDir ((FontDirectoryPtr) fpe->private);
H A Drender.c34 BuiltinOpenBitmap (FontPathElementPtr fpe, FontPtr *ppFont, int flags, argument
76 BuiltinGetInfoBitmap (FontPathElementPtr fpe, FontInfoPtr pFontInfo, argument
91 BuiltinOpenScalable (FontPathElementPtr fpe, argument
105 BuiltinGetInfoScalable (FontPathElementPtr fpe, argument
/xsrc/external/mit/libXfont2/dist/test/utils/
H A Dlsfontdir.c52 FontPathElementPtr fpe = fpe_list[i]; local in function:main
62 result = (*fpe_functions[fpe->type]->list_fonts)
63 (NULL, fpe, pattern, strlen(pattern), max_names_count, names);
66 fpe->name, result);
68 printf("--- %s:\n", fpe->name);
H A Dfont-test-utils.c127 test_init_fs_handlers(FontPathElementPtr fpe, argument
133 /* Callback from libXfont when each fpe handler is registered */
151 test_remove_fs_handlers(FontPathElementPtr fpe, argument
257 /* does the necessary magic to figure out the fpe type */
300 FontPathElementPtr fpe = calloc(1, sizeof(FontPathElementRec)); local in function:init_font_paths
301 assert(fpe != NULL);
303 fpe->name = strdup(font_paths[i]);
304 assert(fpe->name != NULL);
305 fpe->name_length = strlen(fpe
[all...]
/xsrc/external/mit/xfs/dist/difs/
H A Dfonts.c100 UseFPE(FontPathElementPtr fpe) argument
102 fpe->refcount++;
106 FreeFPE(FontPathElementPtr fpe) argument
108 fpe->refcount--;
109 if (fpe->refcount == 0) {
110 (*fpe_functions[fpe->type].free_fpe) (fpe);
111 FSfree(fpe->name);
112 FSfree(fpe);
118 * an fpe need
126 QueueFontWakeup(FontPathElementPtr fpe) argument
155 RemoveFontWakeup(FontPathElementPtr fpe) argument
176 FontPathElementPtr fpe; local in function:FontWakeup
273 FontPathElementPtr fpe = NULL; local in function:do_open_font
551 FontPathElementPtr fpe; local in function:close_font
617 FontPathElementPtr fpe; local in function:find_existing_fpe
644 FontPathElementPtr fpe, *fplist; local in function:set_font_path_elements
790 FontPathElementPtr fpe; local in function:do_list_fonts_and_aliases
1112 FontPathElementPtr fpe; local in function:do_list_fonts_with_info
1459 xfs_init_fs_handlers(FontPathElementPtr fpe,FontBlockHandlerProcPtr block_handler) argument
1484 xfs_remove_fs_handlers(FontPathElementPtr fpe,FontBlockHandlerProcPtr block_handler,Bool all) argument
1508 FontPathElementPtr fpe; local in function:DeleteClientFontStuff
[all...]
/xsrc/external/mit/xorg-server.old/dist/dix/
H A Ddixfonts.c111 if (fpe_functions[pfont->fpe->type].load_glyphs)
112 return (*fpe_functions[pfont->fpe->type].load_glyphs)
143 * an fpe needs to be added when it's inited, and removed when it's finally
151 QueueFontWakeup(FontPathElementPtr fpe) argument
157 if (slept_fpes[i] == fpe) {
170 slept_fpes[num_slept_fpes] = fpe;
175 RemoveFontWakeup(FontPathElementPtr fpe) argument
181 if (slept_fpes[i] == fpe) {
195 FontPathElementPtr fpe; local in function:FontWakeup
199 /* wake up any fpe'
208 UseFPE(FontPathElementPtr fpe) argument
214 FreeFPE(FontPathElementPtr fpe) argument
228 FontPathElementPtr fpe = NULL; local in function:doOpenFont
466 FontPathElementPtr fpe; local in function:CloseFont
569 FontPathElementPtr fpe; local in function:doListFontsAndAliases
877 FontPathElementPtr fpe; local in function:doListFontsWithInfo
1157 FontPathElementPtr fpe; local in function:doPolyText
1449 FontPathElementPtr fpe; local in function:doImageText
1641 FontPathElementPtr fpe; local in function:find_existing_fpe
1660 FontPathElementPtr fpe = NULL, *fplist; local in function:SetFontPathElements
1857 FontPathElementPtr fpe; local in function:GetFontPath
1890 FontPathElementPtr fpe; local in function:DeleteClientFontStuff
2049 init_fs_handlers(FontPathElementPtr fpe,BlockHandlerProcPtr block_handler) argument
2067 remove_fs_handlers(FontPathElementPtr fpe,BlockHandlerProcPtr block_handler,Bool all) argument
[all...]
/xsrc/external/mit/xorg-server/dist/dix/
H A Ddixfonts.c112 if (fpe_functions[pfont->fpe->type]->load_glyphs)
113 return (*fpe_functions[pfont->fpe->type]->load_glyphs)
153 * an fpe needs to be added when it's inited, and removed when it's finally
161 QueueFontWakeup(FontPathElementPtr fpe) argument
167 if (slept_fpes[i] == fpe) {
179 slept_fpes[num_slept_fpes] = fpe;
184 RemoveFontWakeup(FontPathElementPtr fpe) argument
189 if (slept_fpes[i] == fpe) {
203 FontPathElementPtr fpe; local in function:FontWakeup
207 /* wake up any fpe'
216 UseFPE(FontPathElementPtr fpe) argument
222 FreeFPE(FontPathElementPtr fpe) argument
236 FontPathElementPtr fpe = NULL; local in function:doOpenFont
457 FontPathElementPtr fpe; local in function:CloseFont
555 FontPathElementPtr fpe; local in function:doListFontsAndAliases
846 FontPathElementPtr fpe; local in function:doListFontsWithInfo
1100 FontPathElementPtr fpe; local in function:doPolyText
1379 FontPathElementPtr fpe; local in function:doImageText
1559 FontPathElementPtr fpe; local in function:find_existing_fpe
1577 FontPathElementPtr fpe = NULL, *fplist; local in function:SetFontPathElements
1764 FontPathElementPtr fpe; local in function:GetFontPath
1800 FontPathElementPtr fpe; local in function:DeleteClientFontStuff
1987 _init_fs_handlers(FontPathElementPtr fpe,FontBlockHandlerProcPtr block_handler) argument
2006 _remove_fs_handlers(FontPathElementPtr fpe,FontBlockHandlerProcPtr block_handler,Bool all) argument
[all...]
/xsrc/external/mit/libXfont/dist/include/X11/fonts/
H A Dfntfil.h76 extern int FontFileInitFPE ( FontPathElementPtr fpe );
77 extern int FontFileResetFPE ( FontPathElementPtr fpe );
78 extern int FontFileFreeFPE ( FontPathElementPtr fpe );
79 extern int FontFileOpenFont ( pointer client, FontPathElementPtr fpe,
84 extern void FontFileCloseFont ( FontPathElementPtr fpe, FontPtr pFont );
85 extern int FontFileOpenBitmap ( FontPathElementPtr fpe, FontPtr *pFont,
89 extern int FontFileListFonts ( pointer client, FontPathElementPtr fpe,
92 extern int FontFileStartListFonts ( pointer client, FontPathElementPtr fpe,
96 FontPathElementPtr fpe,
100 FontPathElementPtr fpe,
[all...]
/xsrc/external/mit/libXfont2/dist/include/X11/fonts/
H A Dfntfil.h73 extern int FontFileInitFPE ( FontPathElementPtr fpe );
74 extern int FontFileResetFPE ( FontPathElementPtr fpe );
75 extern int FontFileFreeFPE ( FontPathElementPtr fpe );
76 extern int FontFileOpenFont ( pointer client, FontPathElementPtr fpe,
81 extern void FontFileCloseFont ( FontPathElementPtr fpe, FontPtr pFont );
82 extern int FontFileOpenBitmap ( FontPathElementPtr fpe, FontPtr *pFont,
86 extern int FontFileListFonts ( pointer client, FontPathElementPtr fpe,
89 extern int FontFileStartListFonts ( pointer client, FontPathElementPtr fpe,
93 FontPathElementPtr fpe,
97 FontPathElementPtr fpe,
[all...]
/xsrc/external/mit/bdftopcf/dist/
H A Dfntfil.h76 extern int FontFileInitFPE(FontPathElementPtr fpe);
77 extern int FontFileResetFPE(FontPathElementPtr fpe);
78 extern int FontFileFreeFPE(FontPathElementPtr fpe);
79 extern int FontFileOpenFont(pointer client, FontPathElementPtr fpe,
84 extern void FontFileCloseFont(FontPathElementPtr fpe, FontPtr pFont);
85 extern int FontFileOpenBitmap(FontPathElementPtr fpe, FontPtr *pFont,
88 extern int FontFileListFonts(pointer client, FontPathElementPtr fpe,
91 extern int FontFileStartListFonts(pointer client, FontPathElementPtr fpe,
95 FontPathElementPtr fpe,
99 FontPathElementPtr fpe,
[all...]
H A Dbitmap.h91 extern int BitmapOpenScalable(FontPathElementPtr fpe, FontPtr *pFont,
96 extern int BitmapGetInfoScalable(FontPathElementPtr fpe,
/xsrc/external/mit/xorgproto/dist/include/X11/fonts/
H A Dfontstruct.h124 FontPathElementPtr fpe; member in struct:_Font
160 typedef int (*InitFpeFunc) (FontPathElementPtr fpe);
161 typedef int (*FreeFpeFunc) (FontPathElementPtr fpe);
162 typedef int (*ResetFpeFunc) (FontPathElementPtr fpe);
164 FontPathElementPtr fpe,
174 typedef void (*CloseFontFunc) (FontPathElementPtr fpe, FontPtr pFont);
176 FontPathElementPtr fpe,
183 FontPathElementPtr fpe,
190 FontPathElementPtr fpe,
197 typedef int (*WakeupFpeFunc) (FontPathElementPtr fpe,
[all...]
H A Dfontproto.h49 extern _X_EXPORT int init_fs_handlers ( FontPathElementPtr fpe,
51 extern _X_EXPORT void remove_fs_handlers ( FontPathElementPtr fpe,
69 extern Bool XpClientIsPrintClient( ClientPtr client, FontPathElementPtr fpe );
/xsrc/external/mit/libXfont2/dist/src/stubs/
H A Dlibxfontstubs.c84 init_fs_handlers2(FontPathElementPtr fpe, argument
88 return _f->init_fs_handlers(fpe, block_handler);
101 remove_fs_handlers2(FontPathElementPtr fpe, argument
106 _f->remove_fs_handlers(fpe, blockHandler, all);

Completed in 18 milliseconds

12