Searched refs:get_ULONG (Results 1 – 4 of 4) sorted by relevance
/third_party/cups-filters/fontembed/ |
D | test_analyze.c | 41 get_ULONG(buf), in show_post() 42 get_LONG(buf+4)>>16,get_ULONG(buf+4)&0xffff, in show_post() 45 get_ULONG(buf+12), in show_post() 46 get_ULONG(buf+16),get_ULONG(buf+20), in show_post() 47 get_ULONG(buf+24),get_ULONG(buf+38)); in show_post() 115 const char *ndata=cmap+get_ULONG(nrec+4); in show_cmap() 120 get_ULONG(nrec+4), in show_cmap()
|
D | sfnt.c | 141 return get_ULONG(buf); in otf_get_ttc_start() 152 otf->version=get_ULONG(buf); in otf_do_load() 187 otf->tables[iA].tag=get_ULONG(buf); in otf_do_load() 188 otf->tables[iA].checkSum=get_ULONG(buf+4); in otf_do_load() 189 otf->tables[iA].offset=get_ULONG(buf+8); in otf_do_load() 190 otf->tables[iA].length=get_ULONG(buf+12); in otf_do_load() 211 (get_ULONG(head+0)!=0x00010000)|| // version in otf_do_load() 213 (get_ULONG(head+12)!=0x5F0F3CF5)|| // magic in otf_do_load() 249 const unsigned int maxp_version=get_ULONG(maxp); in otf_do_load() 319 const unsigned int version=get_ULONG(buf); in otf_load() [all …]
|
D | embed_sfnt.c | 98 const unsigned int post_version=get_ULONG(post); in emb_otf_get_pdf_fontdescr() 113 if (get_ULONG(post+12)>0) { // monospaced in emb_otf_get_pdf_fontdescr() 327 const unsigned int post_version=get_ULONG(post); in emb_otf_get_post_name() 523 otf->version,get_ULONG(head+4)); in emb_otf_ps() 536 const unsigned int minMem=get_ULONG(post+16),maxMem=get_ULONG(post+20); in emb_otf_ps() 562 (get_ULONG(post+12)?"true":"false"), in emb_otf_ps()
|
D | sfnt_int.h | 21 static inline unsigned int get_ULONG(const char *buf) // {{{ in get_ULONG() function 57 ret+=get_ULONG(buf); in otf_checksum()
|