Home
last modified time | relevance | path

Searched defs:pcis (Results 1 – 7 of 7) sorted by relevance

/plan9/sys/src/cmd/gs/src/
H A Dgxtype1.c57 ENUM_PTRS_WITH(gs_type1_state_enum_ptrs, gs_type1_state *pcis) in ENUM_PTRS_WITH()
70 private RELOC_PTRS_WITH(gs_type1_state_reloc_ptrs, gs_type1_state *pcis) in RELOC_PTRS_WITH()
101 gs_type1_interp_init(register gs_type1_state * pcis, gs_imager_state * pis, in gs_type1_interp_init()
140 gs_type1_set_callback_data(gs_type1_state *pcis, void *callback_data) in gs_type1_set_callback_data()
148 gs_type1_set_lsb(gs_type1_state * pcis, const gs_point * psbpt) in gs_type1_set_lsb()
155 gs_type1_set_width(gs_type1_state * pcis, const gs_point * pwpt) in gs_type1_set_width()
165 gs_type1_finish_init(gs_type1_state * pcis) in gs_type1_finish_init()
194 gs_type1_sbw(gs_type1_state * pcis, fixed lsbx, fixed lsby, fixed wx, fixed wy) in gs_type1_sbw()
211 gs_type1_blend(gs_type1_state *pcis, fixed *csp, int num_results) in gs_type1_blend()
242 gs_type1_seac(gs_type1_state * pcis, const fixed * cstack, fixed asb, in gs_type1_seac()
[all …]
H A Dgdevpsfx.c61 skip_iv(gs_type1_state *pcis) in skip_iv()
81 type1_next_init(gs_type1_state *pcis, const gs_glyph_data_t *pgd, in type1_next_init()
92 type1_clear(gs_type1_state *pcis) in type1_clear()
99 type1_callsubr(gs_type1_state *pcis, int index) in type1_callsubr()
115 type1_stem1(gs_type1_state *pcis, cv_stem_hint_table *psht, const fixed *pv, in type1_stem1()
147 type1_stem3(gs_type1_state *pcis, cv_stem_hint_table *psht, const fixed *pv3, in type1_stem3()
160 type1_next(gs_type1_state *pcis) in type1_next()
H A Dgstype2.c57 type2_sbw(gs_type1_state * pcis, cs_ptr csp, cs_ptr cstack, ip_state_t * ipsp, in type2_sbw()
97 type2_vstem(gs_type1_state * pcis, cs_ptr csp, cs_ptr cstack) in type2_vstem()
122 gs_type2_interpret(gs_type1_state * pcis, const gs_glyph_data_t *pgd, in gs_type2_interpret()
H A Dzchar1.c86 type1_exec_init(gs_type1_state *pcis, gs_text_enum_t *penum, in type1_exec_init()
190 gs_type1_state *const pcis = &cxs.cis; in charstring_execchar() local
311 gs_type1_state *const pcis = &pcxs->cis; in type1exec_bbox() local
370 gs_type1_state *const pcis = &pcxs->cis; in bbox_getsbw_continue() local
436 gs_type1_state *const pcis = &cxs.cis; in bbox_finish() local
1031 gs_type1_state *const pcis = &cxs.cis; in zcharstring_outline() local
H A Dgstype1.c53 gs_type1_interpret(gs_type1_state * pcis, const gs_glyph_data_t *pgd, in gs_type1_interpret()
H A Dgstype1.h48 #define gs_type1_init(pcis, penum, psbpt, charpath_flag, paint_type, pfont)\ argument
H A Dgxtype1.h160 #define INIT_CSTACK(cstack, csp, pcis)\ argument