Searched refs:fcHandle (Results 1 – 1 of 1) sorted by relevance
54 SW16 fcHandle; member528 SW16 fcHandle; in fco_open() local529 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() argument1068 if ((*e)->fcHandle == fcHandle && (--(*e)->open_count) == 0) { in release_fco()1071 CGIFfco_Close(&r->IFS, ee->fcHandle); in release_fco()