Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/gs/src/
H A Dfapiufst.c54 SW16 fcHandle; member
528 SW16 fcHandle; in fco_open() local
529 if ((code = CGIFfco_Open(&r->IFS, (UB8 *)font_file_path, &fcHandle)) != 0) in fco_open()
533 CGIFfco_Close(&r->IFS, fcHandle); in fco_open()
537 e->fcHandle = fcHandle; in fco_open()
540 CGIFfco_Close(&r->IFS, fcHandle); in fco_open()
600 d->font_id = (e->fcHandle << 16) | subfont; in make_font_data()
1064 private void release_fco(fapi_ufst_server *r, SW16 fcHandle) in release_fco() argument
1068 if ((*e)->fcHandle == fcHandle && (--(*e)->open_count) == 0) { in release_fco()
1071 CGIFfco_Close(&r->IFS, ee->fcHandle); in release_fco()