Searched refs:otf_get_glyph (Results 1 – 5 of 5) sorted by relevance
/third_party/cups-filters/fontembed/ |
D | sfnt_subset.c | 88 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()
|
D | sfnt.h | 52 int otf_get_glyph(OTF_FILE *otf,unsigned short gid);
|
D | test_analyze.c | 145 int len=otf_get_glyph(otf,iA); in show_glyf()
|
D | embed_sfnt.c | 195 len=otf_get_glyph(otf,d_gid); in emb_otf_get_pdf_fontdescr()
|
D | sfnt.c | 706 int otf_get_glyph(OTF_FILE *otf,unsigned short gid) // {{{ result in >otf->gly, returns length, -1 … in otf_get_glyph() function
|