Home
last modified time | relevance | path

Searched refs:fmcache (Results 1 – 25 of 40) sorted by relevance

12

/dports/print/ghostscript9-base/ghostscript-9.06/base/
H A Dgxccman.c98 pdir->fmcache.mmax = mmax; in gx_char_cache_alloc()
123 dir->fmcache.msize = 0; in gx_char_cache_init()
124 dir->fmcache.used = dir->fmcache.mmax; in gx_char_cache_init()
125 dir->fmcache.free = dir->fmcache.mmax; in gx_char_cache_init()
126 dir->fmcache.unused = 0; in gx_char_cache_init()
293 if (dir->fmcache.msize == dir->fmcache.mmax) { in gx_add_fm_pair()
309 pair = dir->fmcache.mdata + dir->fmcache.used; in gx_add_fm_pair()
315 if (dir->fmcache.free < dir->fmcache.mmax) { in gx_add_fm_pair()
317 pair = dir->fmcache.mdata + dir->fmcache.free; in gx_add_fm_pair()
323 pair = dir->fmcache.mdata + dir->fmcache.unused; in gx_add_fm_pair()
[all …]
H A Dgxccache.c89 register cached_fm_pair *pair = dir->fmcache.mdata + dir->fmcache.used; in gx_lookup_fm_pair()
90 int count = dir->fmcache.msize; in gx_lookup_fm_pair()
102 for (;count--; pair = dir->fmcache.mdata + pair->next) { in gx_lookup_fm_pair()
H A Dgxfcache.h295 fm_pair_cache fmcache; member
329 /*m(-,orig_fonts)*/ m(0,scaled_fonts) m(1,fmcache.mdata)\
/dports/print/ghostscript9-x11/ghostscript-9.06/base/
H A Dgxccman.c98 pdir->fmcache.mmax = mmax; in gx_char_cache_alloc()
123 dir->fmcache.msize = 0; in gx_char_cache_init()
124 dir->fmcache.used = dir->fmcache.mmax; in gx_char_cache_init()
125 dir->fmcache.free = dir->fmcache.mmax; in gx_char_cache_init()
126 dir->fmcache.unused = 0; in gx_char_cache_init()
293 if (dir->fmcache.msize == dir->fmcache.mmax) { in gx_add_fm_pair()
309 pair = dir->fmcache.mdata + dir->fmcache.used; in gx_add_fm_pair()
315 if (dir->fmcache.free < dir->fmcache.mmax) { in gx_add_fm_pair()
317 pair = dir->fmcache.mdata + dir->fmcache.free; in gx_add_fm_pair()
323 pair = dir->fmcache.mdata + dir->fmcache.unused; in gx_add_fm_pair()
[all …]
H A Dgxccache.c89 register cached_fm_pair *pair = dir->fmcache.mdata + dir->fmcache.used; in gx_lookup_fm_pair()
90 int count = dir->fmcache.msize; in gx_lookup_fm_pair()
102 for (;count--; pair = dir->fmcache.mdata + pair->next) { in gx_lookup_fm_pair()
H A Dgxfcache.h295 fm_pair_cache fmcache; member
329 /*m(-,orig_fonts)*/ m(0,scaled_fonts) m(1,fmcache.mdata)\
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/base/
H A Dgxccman.c98 pdir->fmcache.mmax = mmax; in gx_char_cache_alloc()
126 dir->fmcache.msize = 0; in gx_char_cache_init()
127 dir->fmcache.used = dir->fmcache.mmax; in gx_char_cache_init()
128 dir->fmcache.free = dir->fmcache.mmax; in gx_char_cache_init()
129 dir->fmcache.unused = 0; in gx_char_cache_init()
294 if (dir->fmcache.msize == dir->fmcache.mmax) { in gx_add_fm_pair()
310 pair = dir->fmcache.mdata + dir->fmcache.used; in gx_add_fm_pair()
316 if (dir->fmcache.free < dir->fmcache.mmax) { in gx_add_fm_pair()
318 pair = dir->fmcache.mdata + dir->fmcache.free; in gx_add_fm_pair()
324 pair = dir->fmcache.mdata + dir->fmcache.unused; in gx_add_fm_pair()
[all …]
H A Dgxccache.c89 register cached_fm_pair *pair = dir->fmcache.mdata + dir->fmcache.used; in gx_lookup_fm_pair()
90 int count = dir->fmcache.msize; in gx_lookup_fm_pair()
102 for (;count--; pair = dir->fmcache.mdata + pair->next) { in gx_lookup_fm_pair()
H A Dgxfcache.h240 fm_pair_cache fmcache; member
274 /*m(-,orig_fonts)*/ m(0,scaled_fonts) m(1,fmcache.mdata)\
H A Dgsfont.c259 gs_free_object(struct_mem, pdir->fmcache.mdata, "font_dir_alloc(mdata)"); in gs_font_dir_alloc2_limits()
292 gs_free_object(pdir->memory, pdir->fmcache.mdata, "gs_font_dir_finalize"); in gs_font_dir_finalize()
661 pstat[2] = pdir->fmcache.msize; in gs_cachestatus()
662 pstat[3] = pdir->fmcache.mmax; in gs_cachestatus()
693 gs_free_object(stable_mem, pdir->fmcache.mdata, "gs_setcachesize(mdata)"); in gs_setcachesize()
697 pdir->ccache.bmax, pdir->fmcache.mmax, in gs_setcachesize()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/base/
H A Dgxccman.c98 pdir->fmcache.mmax = mmax; in gx_char_cache_alloc()
126 dir->fmcache.msize = 0; in gx_char_cache_init()
127 dir->fmcache.used = dir->fmcache.mmax; in gx_char_cache_init()
128 dir->fmcache.free = dir->fmcache.mmax; in gx_char_cache_init()
129 dir->fmcache.unused = 0; in gx_char_cache_init()
294 if (dir->fmcache.msize == dir->fmcache.mmax) { in gx_add_fm_pair()
310 pair = dir->fmcache.mdata + dir->fmcache.used; in gx_add_fm_pair()
316 if (dir->fmcache.free < dir->fmcache.mmax) { in gx_add_fm_pair()
318 pair = dir->fmcache.mdata + dir->fmcache.free; in gx_add_fm_pair()
324 pair = dir->fmcache.mdata + dir->fmcache.unused; in gx_add_fm_pair()
[all …]
H A Dgxccache.c89 register cached_fm_pair *pair = dir->fmcache.mdata + dir->fmcache.used; in gx_lookup_fm_pair()
90 int count = dir->fmcache.msize; in gx_lookup_fm_pair()
102 for (;count--; pair = dir->fmcache.mdata + pair->next) { in gx_lookup_fm_pair()
H A Dgxfcache.h240 fm_pair_cache fmcache; member
274 /*m(-,orig_fonts)*/ m(0,scaled_fonts) m(1,fmcache.mdata)\
/dports/print/ghostscript8-base/ghostscript-8.71/base/
H A Dgxccman.c117 dir->fmcache.msize = 0; in gx_char_cache_init()
118 dir->fmcache.used = dir->fmcache.mmax; in gx_char_cache_init()
119 dir->fmcache.free = dir->fmcache.mmax; in gx_char_cache_init()
287 if (dir->fmcache.msize == dir->fmcache.mmax) { in gx_add_fm_pair()
303 pair = dir->fmcache.mdata + dir->fmcache.used; in gx_add_fm_pair()
309 if (dir->fmcache.free < dir->fmcache.mmax) { in gx_add_fm_pair()
311 pair = dir->fmcache.mdata + dir->fmcache.free; in gx_add_fm_pair()
317 pair = dir->fmcache.mdata + dir->fmcache.unused; in gx_add_fm_pair()
318 dir->fmcache.unused++; in gx_add_fm_pair()
322 dir->fmcache.msize++; in gx_add_fm_pair()
[all …]
H A Dgxccache.c86 register cached_fm_pair *pair = dir->fmcache.mdata + dir->fmcache.used; in gx_lookup_fm_pair()
87 int count = dir->fmcache.msize; in gx_lookup_fm_pair()
99 for (;count--; pair = dir->fmcache.mdata + pair->next) { in gx_lookup_fm_pair()
H A Dgxfcache.h294 fm_pair_cache fmcache; member
328 /*m(-,orig_fonts)*/ m(0,scaled_fonts) m(1,fmcache.mdata)\
/dports/print/ghostscript8-x11/ghostscript-8.71/base/
H A Dgxccman.c117 dir->fmcache.msize = 0; in gx_char_cache_init()
118 dir->fmcache.used = dir->fmcache.mmax; in gx_char_cache_init()
119 dir->fmcache.free = dir->fmcache.mmax; in gx_char_cache_init()
287 if (dir->fmcache.msize == dir->fmcache.mmax) { in gx_add_fm_pair()
303 pair = dir->fmcache.mdata + dir->fmcache.used; in gx_add_fm_pair()
309 if (dir->fmcache.free < dir->fmcache.mmax) { in gx_add_fm_pair()
311 pair = dir->fmcache.mdata + dir->fmcache.free; in gx_add_fm_pair()
317 pair = dir->fmcache.mdata + dir->fmcache.unused; in gx_add_fm_pair()
318 dir->fmcache.unused++; in gx_add_fm_pair()
322 dir->fmcache.msize++; in gx_add_fm_pair()
[all …]
H A Dgxccache.c86 register cached_fm_pair *pair = dir->fmcache.mdata + dir->fmcache.used; in gx_lookup_fm_pair()
87 int count = dir->fmcache.msize; in gx_lookup_fm_pair()
99 for (;count--; pair = dir->fmcache.mdata + pair->next) { in gx_lookup_fm_pair()
H A Dgxfcache.h294 fm_pair_cache fmcache; member
328 /*m(-,orig_fonts)*/ m(0,scaled_fonts) m(1,fmcache.mdata)\
/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dgxccman.c120 dir->fmcache.msize = 0; in gx_char_cache_init()
121 dir->fmcache.mnext = 0; in gx_char_cache_init()
166 dir->fmcache.mdata + dir->fmcache.mnext; in gx_add_fm_pair()
168 dir->fmcache.mdata + dir->fmcache.mmax; in gx_add_fm_pair()
177 pair = dir->fmcache.mdata; in gx_add_fm_pair()
182 pair = dir->fmcache.mdata; in gx_add_fm_pair()
184 dir->fmcache.msize++; in gx_add_fm_pair()
185 dir->fmcache.mnext = pair + 1 - dir->fmcache.mdata; in gx_add_fm_pair()
186 if (dir->fmcache.mnext == dir->fmcache.mmax) in gx_add_fm_pair()
187 dir->fmcache.mnext = 0; in gx_add_fm_pair()
[all …]
H A Dgxccache.c56 dir->fmcache.mdata + dir->fmcache.mnext; in gx_lookup_fm_pair()
57 int count = dir->fmcache.mmax; in gx_lookup_fm_pair()
68 if (pair == dir->fmcache.mdata) in gx_lookup_fm_pair()
69 pair += dir->fmcache.mmax; in gx_lookup_fm_pair()
H A Dgxfcache.h236 fm_pair_cache fmcache; member
252 /*m(-,orig_fonts)*/ m(0,scaled_fonts) m(1,fmcache.mdata)\
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dgxccman.c120 dir->fmcache.msize = 0; in gx_char_cache_init()
121 dir->fmcache.mnext = 0; in gx_char_cache_init()
166 dir->fmcache.mdata + dir->fmcache.mnext; in gx_add_fm_pair()
168 dir->fmcache.mdata + dir->fmcache.mmax; in gx_add_fm_pair()
177 pair = dir->fmcache.mdata; in gx_add_fm_pair()
182 pair = dir->fmcache.mdata; in gx_add_fm_pair()
184 dir->fmcache.msize++; in gx_add_fm_pair()
185 dir->fmcache.mnext = pair + 1 - dir->fmcache.mdata; in gx_add_fm_pair()
186 if (dir->fmcache.mnext == dir->fmcache.mmax) in gx_add_fm_pair()
187 dir->fmcache.mnext = 0; in gx_add_fm_pair()
[all …]
H A Dgxccache.c56 dir->fmcache.mdata + dir->fmcache.mnext; in gx_lookup_fm_pair()
57 int count = dir->fmcache.mmax; in gx_lookup_fm_pair()
68 if (pair == dir->fmcache.mdata) in gx_lookup_fm_pair()
69 pair += dir->fmcache.mmax; in gx_lookup_fm_pair()
H A Dgxfcache.h236 fm_pair_cache fmcache; member
252 /*m(-,orig_fonts)*/ m(0,scaled_fonts) m(1,fmcache.mdata)\

12