Home
last modified time | relevance | path

Searched refs:povalue (Results 1 – 8 of 8) sorted by relevance

/dports/print/ghostscript7-base/ghostscript-7.07/src/
H A Dzfont1.c305 ref *povalue; in same_font_dict() local
306 bool opresent = dict_find_string(&podata->dict, key, &povalue) > 0; in same_font_dict()
309 (present <= 0 || obj_eq(pvalue, povalue))); in same_font_dict()
/dports/print/ghostscript8-x11/ghostscript-8.71/psi/
H A Dzfont1.c302 ref *povalue; in same_font_dict() local
303 bool opresent = dict_find_string(&podata->dict, key, &povalue) > 0; in same_font_dict()
307 (present <= 0 || obj_eq(dict_mem(pdict), pvalue, povalue))); in same_font_dict()
/dports/print/ghostscript7-x11/ghostscript-7.07/src/
H A Dzfont1.c305 ref *povalue; in same_font_dict() local
306 bool opresent = dict_find_string(&podata->dict, key, &povalue) > 0; in same_font_dict()
309 (present <= 0 || obj_eq(pvalue, povalue))); in same_font_dict()
/dports/print/ghostscript8-base/ghostscript-8.71/psi/
H A Dzfont1.c302 ref *povalue; in same_font_dict() local
303 bool opresent = dict_find_string(&podata->dict, key, &povalue) > 0; in same_font_dict()
307 (present <= 0 || obj_eq(dict_mem(pdict), pvalue, povalue))); in same_font_dict()
/dports/print/ghostscript9-x11/ghostscript-9.06/psi/
H A Dzfont1.c299 ref *povalue; in same_font_dict() local
300 bool opresent = dict_find_string(&podata->dict, key, &povalue) > 0; in same_font_dict()
304 (present <= 0 || obj_eq(dict_mem(pdict), pvalue, povalue))); in same_font_dict()
/dports/print/ghostscript9-base/ghostscript-9.06/psi/
H A Dzfont1.c299 ref *povalue; in same_font_dict() local
300 bool opresent = dict_find_string(&podata->dict, key, &povalue) > 0; in same_font_dict()
304 (present <= 0 || obj_eq(dict_mem(pdict), pvalue, povalue))); in same_font_dict()
/dports/print/ghostscript9-agpl-base/ghostscript-9.52/psi/
H A Dzfont1.c644 ref *povalue; in same_font_dict() local
645 bool opresent = dict_find_string(&podata->dict, key, &povalue) > 0; in same_font_dict()
649 (present <= 0 || obj_eq(dict_mem(pdict), pvalue, povalue))); in same_font_dict()
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/psi/
H A Dzfont1.c644 ref *povalue; in same_font_dict() local
645 bool opresent = dict_find_string(&podata->dict, key, &povalue) > 0; in same_font_dict()
649 (present <= 0 || obj_eq(dict_mem(pdict), pvalue, povalue))); in same_font_dict()