Home
last modified time | relevance | path

Searched refs:gadobechars (Results 1 – 4 of 4) sorted by relevance

/dports/print/pslib/pslib-0.4.6/src/
H A Dps_afm.c392 ai = gfindadobe(metric->gadobechars, adobename); in handleprotusion()
490 if(gadobechars == NULL) in gfindadobe()
513 ai = gfindadobe(metric->gadobechars, p) ; in handlekern()
538 ai = gfindadobe(metric->gadobechars, p) ; in handleconstruct()
656 metric->gadobechars = ght_create(512); in readadobe()
847 …for(ai = ght_first(gadobechars, &iterator, (void **) &p); ai; ai = ght_next(gadobechars, &iterator… in rmkern()
848 rmkern(psdoc, gadobechars, s1, s2, ai) ; in rmkern()
851 ai = gfindadobe(gadobechars, s1) ; in rmkern()
879 ADOBEINFO *ai1 = gfindadobe(gadobechars, s1); in copykern()
880 ADOBEINFO *ai2 = gfindadobe(gadobechars, s2); in copykern()
[all …]
H A Dps_util.c341 ai = gfindadobe(psfont->metrics->gadobechars, "space"); in ps_set_word_spacing()
390 nextai = gfindadobe(metrics->gadobechars, psdoc->inputenc->vec[(unsigned char) (text[0])]); in ps_check_for_lig()
422 ligai = gfindadobe(metrics->gadobechars, ligs->sub); in ps_check_for_lig()
479 …for(p_e = ght_first(metrics->gadobechars, &iterator, (void **) &p_key); p_e; p_e = ght_next(metric… in ps_build_enc_from_font()
H A Dpslib.c110 if(psfont->metrics->gadobechars) { in _ps_delete_font()
114 … = ght_first(psfont->metrics->gadobechars, &iterator, (void **) &p); ai != NULL; ai = ght_next(psf… in _ps_delete_font()
157 ght_finalize(psfont->metrics->gadobechars); in _ps_delete_font()
1550 ai = gfindadobe(psdoc->font->metrics->gadobechars, res); in PS_set_parameter()
1559 ai = gfindadobe(psdoc->font->metrics->gadobechars, res); in PS_set_parameter()
4285 ai = gfindadobe(psfont->metrics->gadobechars, adobename); in PS_string_geometry()
5903 metrics->gadobechars = ght_create(512);
6527 ai = gfindadobe(psdoc->font->metrics->gadobechars, name);
6572 ai = gfindadobe(psfont->metrics->gadobechars, glyphname);
6612 if(psfont->metrics->gadobechars) {
[all …]
H A Dps_intern.h130 ght_hash_table_t *gadobechars; member