Home
last modified time | relevance | path

Searched refs:hypertextencoding (Results 1 – 16 of 16) sorted by relevance

/dports/print/pdflib-perl/PDFlib-Lite-7.0.5p3/libs/pdflib/
H A Dp_encoding.c144 if (p->hypertextencoding == pdc_invalidenc) in pdf_get_hypertextencoding_param()
146 p->hypertextencoding = pdf_get_hypertextencoding(p, "auto", in pdf_get_hypertextencoding_param()
149 if (p->hypertextencoding == pdc_invalidenc) in pdf_get_hypertextencoding_param()
161 pdc_get_user_encoding(p->pdc, p->hypertextencoding), in pdf_get_hypertextencoding_param()
164 return p->hypertextencoding; in pdf_get_hypertextencoding_param()
H A Dp_hyper.c196 pdc_encoding hypertextencoding; in pdf_parse_destination_optlist() local
235 hypertextencoding = in pdf_parse_destination_optlist()
239 if (pdf_get_opt_textlist(p, keyword, resopts, hypertextencoding, in pdf_parse_destination_optlist()
423 pdc_encoding hypertextencoding, in pdf_get_option_destname() argument
439 hypertextencoding, hypertextcodepage, in pdf_get_option_destname()
540 pdc_encoding hypertextencoding; in pdf__add_nameddest() local
554 hypertextencoding = in pdf__add_nameddest()
950 pdc_encoding hypertextencoding; in pdf__create_bookmark() local
966 hypertextencoding = p->hypertextencoding; in pdf__create_bookmark()
976 hypertextencoding = in pdf__create_bookmark()
[all …]
H A Dp_util.c54 pdf_check_hypertextencoding(PDF *p, pdc_encoding hypertextencoding) in pdf_check_hypertextencoding() argument
57 hypertextencoding != pdc_unicode) in pdf_check_hypertextencoding()
62 pdc_get_user_encoding(p->pdc, hypertextencoding)); in pdf_check_hypertextencoding()
287 p->hypertextencoding, p->hypertextcodepage, &outlen, in pdf_convert_hypertext_depr()
296 pdc_text_format hypertextformat, pdc_encoding hypertextencoding, in pdf_convert_hypertext() argument
313 if (hypertextencoding >= 0) in pdf_convert_hypertext()
315 inev = pdc_get_encoding_vector(p->pdc, hypertextencoding); in pdf_convert_hypertext()
H A Dp_annots.c488 pdc_encoding hypertextencoding; member
551 ann->hypertextencoding = pdc_invalidenc; in pdf_reclaim_annot()
714 ann->hypertextencoding = p->hypertextencoding; in pdf_new_annot()
978 ann->hypertextencoding = in pdf__create_annotation()
983 ns = pdf_get_opt_textlist(p, keyword, resopts, ann->hypertextencoding, in pdf__create_annotation()
993 ns = pdf_get_opt_textlist(p, keyword, resopts, ann->hypertextencoding, in pdf__create_annotation()
1010 if (pdf_get_opt_textlist(p, keyword, resopts, ann->hypertextencoding, in pdf__create_annotation()
1015 if (pdf_get_opt_textlist(p, keyword, resopts, ann->hypertextencoding, in pdf__create_annotation()
1127 pdf_get_opt_textlist(p, keyword, resopts, ann->hypertextencoding, in pdf__create_annotation()
1168 ann->hypertextencoding, ann->hypertextcodepage); in pdf__create_annotation()
[all …]
H A Dp_actions.c245 pdc_encoding hypertextencoding; member
276 action->hypertextencoding = pdc_invalidenc; in pdf_reclaim_action()
371 result->hypertextencoding = p->hypertextencoding; in pdf_new_action()
H A Dp_object.c158 p->hypertextencoding= pdc_invalidenc; in pdf__new()
H A Dp_intern.h298 pdc_encoding hypertextencoding; /* encoding of hypertexts */ member
710 pdc_encoding hypertextencoding, int hypertextcodepage);
984 void pdf_check_hypertextencoding(PDF *p, pdc_encoding hypertextencoding);
990 pdc_text_format hypertextformat, pdc_encoding hypertextencoding,
H A Dp_params.c302 p->hypertextencoding = in pdf__set_parameter()
305 pdf_check_hypertextencoding(p, p->hypertextencoding); in pdf__set_parameter()
1241 result = pdf_get_encoding_name(p, p->hypertextencoding, NULL); in pdf__get_parameter()
/dports/print/pdflib/PDFlib-Lite-7.0.5p3/libs/pdflib/
H A Dp_encoding.c144 if (p->hypertextencoding == pdc_invalidenc) in pdf_get_hypertextencoding_param()
146 p->hypertextencoding = pdf_get_hypertextencoding(p, "auto", in pdf_get_hypertextencoding_param()
149 if (p->hypertextencoding == pdc_invalidenc) in pdf_get_hypertextencoding_param()
161 pdc_get_user_encoding(p->pdc, p->hypertextencoding), in pdf_get_hypertextencoding_param()
164 return p->hypertextencoding; in pdf_get_hypertextencoding_param()
H A Dp_hyper.c196 pdc_encoding hypertextencoding; in pdf_parse_destination_optlist() local
235 hypertextencoding = in pdf_parse_destination_optlist()
239 if (pdf_get_opt_textlist(p, keyword, resopts, hypertextencoding, in pdf_parse_destination_optlist()
423 pdc_encoding hypertextencoding, in pdf_get_option_destname() argument
439 hypertextencoding, hypertextcodepage, in pdf_get_option_destname()
540 pdc_encoding hypertextencoding; in pdf__add_nameddest() local
554 hypertextencoding = in pdf__add_nameddest()
950 pdc_encoding hypertextencoding; in pdf__create_bookmark() local
966 hypertextencoding = p->hypertextencoding; in pdf__create_bookmark()
976 hypertextencoding = in pdf__create_bookmark()
[all …]
H A Dp_util.c54 pdf_check_hypertextencoding(PDF *p, pdc_encoding hypertextencoding) in pdf_check_hypertextencoding() argument
57 hypertextencoding != pdc_unicode) in pdf_check_hypertextencoding()
62 pdc_get_user_encoding(p->pdc, hypertextencoding)); in pdf_check_hypertextencoding()
287 p->hypertextencoding, p->hypertextcodepage, &outlen, in pdf_convert_hypertext_depr()
296 pdc_text_format hypertextformat, pdc_encoding hypertextencoding, in pdf_convert_hypertext() argument
313 if (hypertextencoding >= 0) in pdf_convert_hypertext()
315 inev = pdc_get_encoding_vector(p->pdc, hypertextencoding); in pdf_convert_hypertext()
H A Dp_annots.c488 pdc_encoding hypertextencoding; member
551 ann->hypertextencoding = pdc_invalidenc; in pdf_reclaim_annot()
714 ann->hypertextencoding = p->hypertextencoding; in pdf_new_annot()
978 ann->hypertextencoding = in pdf__create_annotation()
983 ns = pdf_get_opt_textlist(p, keyword, resopts, ann->hypertextencoding, in pdf__create_annotation()
993 ns = pdf_get_opt_textlist(p, keyword, resopts, ann->hypertextencoding, in pdf__create_annotation()
1010 if (pdf_get_opt_textlist(p, keyword, resopts, ann->hypertextencoding, in pdf__create_annotation()
1015 if (pdf_get_opt_textlist(p, keyword, resopts, ann->hypertextencoding, in pdf__create_annotation()
1127 pdf_get_opt_textlist(p, keyword, resopts, ann->hypertextencoding, in pdf__create_annotation()
1168 ann->hypertextencoding, ann->hypertextcodepage); in pdf__create_annotation()
[all …]
H A Dp_actions.c245 pdc_encoding hypertextencoding; member
276 action->hypertextencoding = pdc_invalidenc; in pdf_reclaim_action()
371 result->hypertextencoding = p->hypertextencoding; in pdf_new_action()
H A Dp_object.c158 p->hypertextencoding= pdc_invalidenc; in pdf__new()
H A Dp_intern.h298 pdc_encoding hypertextencoding; /* encoding of hypertexts */ member
710 pdc_encoding hypertextencoding, int hypertextcodepage);
984 void pdf_check_hypertextencoding(PDF *p, pdc_encoding hypertextencoding);
990 pdc_text_format hypertextformat, pdc_encoding hypertextencoding,
H A Dp_params.c302 p->hypertextencoding = in pdf__set_parameter()
305 pdf_check_hypertextencoding(p, p->hypertextencoding); in pdf__set_parameter()
1241 result = pdf_get_encoding_name(p, p->hypertextencoding, NULL); in pdf__get_parameter()