Home
last modified time | relevance | path

Searched refs:unimap (Results 1 – 2 of 2) sorted by relevance

/third_party/cups-filters/fontembed/
Dsfnt.c627 otf->unimap=ndata; in otf_load_cmap()
751 if (!otf->unimap) { in otf_from_unicode()
759 const unsigned short segCountX2=get_USHORT(otf->unimap+6); in otf_from_unicode()
761 char *result=otf_bsearch((char *)otf->unimap+14,target,2, in otf_from_unicode()
762 get_USHORT(otf->unimap+8), in otf_from_unicode()
763 get_USHORT(otf->unimap+10), in otf_from_unicode()
764 get_USHORT(otf->unimap+12),1); in otf_from_unicode()
765 if (result>=otf->unimap+14+segCountX2) { // outside of endCode[segCount] in otf_from_unicode()
Dsfnt.h30 const char *unimap; // ptr to (3,1) or (3,0) cmap start member