Searched defs:otf (Results 1 – 11 of 11) sorted by relevance
/third_party/cups-filters/fontembed/ |
D | sfnt.c | 84 static char *otf_read(OTF_FILE *otf,char *buf,long pos,int length) // {{{ in otf_read() 127 static int otf_get_ttc_start(OTF_FILE *otf,int use_ttc) // {{{ in otf_get_ttc_start() 145 OTF_FILE *otf_do_load(OTF_FILE *otf,int pos) // {{{ in otf_do_load() 283 OTF_FILE *otf; in otf_load() local 346 void otf_close(OTF_FILE *otf) // {{{ in otf_close() 375 int otf_find_table(OTF_FILE *otf,unsigned int tag) // {{{ - table_index or -1 on error in otf_find_table() 422 char *otf_get_table(OTF_FILE *otf,unsigned int tag,int *ret_len) // {{{ in otf_get_table() 454 int otf_load_glyf(OTF_FILE *otf) // {{{ - 0 on success in otf_load_glyf() 527 int otf_load_more(OTF_FILE *otf) // {{{ - 0 on success => hhea,hmtx,name,[glyf] in otf_load_more() 596 int otf_load_cmap(OTF_FILE *otf) // {{{ - 0 on success in otf_load_cmap() [all …]
|
D | test_analyze.c | 20 void show_post(OTF_FILE *otf) // {{{ in show_post() 52 void show_name(OTF_FILE *otf) // {{{ in show_name() 98 void show_cmap(OTF_FILE *otf) // {{{ in show_cmap() 127 void show_glyf(OTF_FILE *otf,int full) // {{{ in show_glyf() 163 void show_hmtx(OTF_FILE *otf) // {{{ in show_hmtx() 186 OTF_FILE *otf=NULL; in main() local
|
D | sfnt_subset.c | 10 int otf_ttc_extract(OTF_FILE *otf,OUTPUT_FN output,void *context) // {{{ in otf_ttc_extract() 39 int otf_intersect_tables(OTF_FILE *otf,struct _OTF_WRITE *otw) // {{{ in otf_intersect_tables() 72 static int otf_subset_glyf(OTF_FILE *otf,int curgid,int donegid,BITSET glyphs) // {{{ in otf_subset_glyf() 118 int otf_subset(OTF_FILE *otf,BITSET glyphs,OUTPUT_FN output,void *context) // {{{ - returns number … in otf_subset() 225 int otf_subset_cff(OTF_FILE *otf,BITSET glyphs,OUTPUT_FN output,void *context) // {{{ - returns num… in otf_subset_cff() 294 int otf_cff_extract(OTF_FILE *otf,OUTPUT_FN output,void *context) // {{{ - returns number of bytes … in otf_cff_extract()
|
D | embed_sfnt.c | 11 EMB_RIGHT_TYPE emb_otf_get_rights(OTF_FILE *otf) // {{{ in emb_otf_get_rights() 43 const char *emb_otf_get_fontname(OTF_FILE *otf) // {{{ in emb_otf_get_fontname() 81 void emb_otf_get_pdf_fontdescr(OTF_FILE *otf,EMB_PDF_FONTDESCR *ret) // {{{ in emb_otf_get_pdf_fontdescr() 225 EMB_PDF_FONTWIDTHS *emb_otf_get_pdf_widths(OTF_FILE *otf,const unsigned short *encoding,int len,con… in emb_otf_get_pdf_widths() 290 OTF_FILE *otf=(OTF_FILE *)context; in emb_otf_pdf_glyphwidth() local 295 EMB_PDF_FONTWIDTHS *emb_otf_get_pdf_cidwidths(OTF_FILE *otf,const BITSET glyphs) // {{{ // glyphs==… in emb_otf_get_pdf_cidwidths() 495 int emb_otf_ps(OTF_FILE *otf,unsigned short *encoding,int len,unsigned short *to_unicode,OUTPUT_FN … in emb_otf_ps()
|
D | fontfile.c | 16 FONTFILE *fontfile_open_sfnt(OTF_FILE *otf) // {{{ in fontfile_open_sfnt()
|
D | test_ps.c | 48 OTF_FILE *otf=NULL; in main() local
|
D | sfnt_int.h | 62 static inline int get_width_fast(OTF_FILE *otf,int gid) // {{{ in get_width_fast()
|
D | test_pdf.c | 75 OTF_FILE *otf=NULL; in main() local
|
/third_party/cups-filters/filter/ |
D | test_pdf2.c | 44 OTF_FILE *otf=NULL; in main() local
|
D | texttopdf.c | 46 OTF_FILE *otf; in font_load() local 1112 OTF_FILE *otf=emb->font->sfnt; in write_font_str() local
|
/third_party/skia/gm/ |
D | stroketext.cpp | 100 sk_sp<SkTypeface> otf = MakeResourceAsTypeface("fonts/Stroking.otf"); variable
|