Searched defs:exec_cont (Results 1 – 5 of 5) sorted by relevance
/plan9/sys/src/cmd/gs/src/ |
H A D | zchar1.c | 256 op_proc_t exec_cont = 0; in charstring_execchar() local 308 gs_font * pfont, op_proc_t *exec_cont) in type1exec_bbox() 387 … op_proc_t cont = (pbfont->PaintType == 0 ? bbox_finish_fill : bbox_finish_stroke), exec_cont = 0; in bbox_getsbw_continue() local 408 op_proc_t exec_cont = 0; in bbox_finish_fill() local 419 op_proc_t exec_cont = 0; in bbox_finish_stroke() local 429 bbox_finish(i_ctx_t *i_ctx_p, op_proc_t cont, op_proc_t *exec_cont) in bbox_finish() 520 bbox_draw(i_ctx_t *i_ctx_p, int (*draw)(gs_state *), op_proc_t *exec_cont) in bbox_draw() 591 op_proc_t exec_cont = 0; in bbox_fill() local 603 op_proc_t exec_cont = 0; in bbox_stroke() local 799 op_proc_t cont, exec_cont = 0; in nobbox_finish() local [all …]
|
H A D | zchar42.c | 43 uint glyph_index, op_proc_t cont, op_proc_t *exec_cont, bool put_lsb) in zchar42_set_cache() 106 op_proc_t cont = (pbfont->PaintType == 0 ? type42_fill : type42_stroke), exec_cont = 0; in ztype42execchar() local
|
H A D | zcharout.c | 166 op_proc_t cont, op_proc_t *exec_cont, in zchar_set_cache()
|
H A D | zchar.c | 591 op_proc_t cont = op_show_continue, exec_cont = 0; in op_show_continue_dispatch() local
|
H A D | zfapi.c | 1227 op_proc_t exec_cont = 0; in FAPI_do_char() local
|