Home
last modified time | relevance | path

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

/third_party/cups-filters/fontembed/
Dsfnt_subset.c88 const int len=otf_get_glyph(otf,sub_gid); in otf_subset_glyf()
95 const int res=otf_get_glyph(otf,curgid); // reload current glyph in otf_subset_glyf()
135 int len=otf_get_glyph(otf,iA); in otf_subset()
180 const int len=otf_get_glyph(otf,iA); in otf_subset()
Dsfnt.h52 int otf_get_glyph(OTF_FILE *otf,unsigned short gid);
Dtest_analyze.c145 int len=otf_get_glyph(otf,iA); in show_glyf()
Dembed_sfnt.c195 len=otf_get_glyph(otf,d_gid); in emb_otf_get_pdf_fontdescr()
Dsfnt.c706 int otf_get_glyph(OTF_FILE *otf,unsigned short gid) // {{{ result in >otf->gly, returns length, -1 … in otf_get_glyph() function