Searched refs:efsp (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/extension/internal/
H A Dtext_reassemble.h316 int TR_find_alternate_font(FT_INFO *fti, FNT_SPECS **efsp, uint32_t wc);
H A Dtext_reassemble.c252 \param efsp Pointer to a Pointer to the original FNT_SPECS struct. On return contains the FNT_SPECS corresponding to the glyph_index..
255 int TR_find_alternate_font(FT_INFO *fti, FNT_SPECS **efsp, uint32_t wc){ argument
266 if(!fti || !efsp || !*efsp)return(0);
267 fsp = *efsp;
273 *efsp = fsp2;
314 *efsp = &(fti->fonts[fi_idx]);

Completed in 450 milliseconds