HomeSort by relevance Sort by last modified time
    Searched full:cur_charcode (Results 1 - 1 of 1) sorted by null

  /external/freetype/src/sfnt/
ttcmap.c 638 FT_UInt32 cur_charcode; /* current charcode */ member in struct:TT_CMap4Rec_
662 cmap->cur_charcode = (FT_UInt32)0xFFFFFFFFUL;
727 /* search the index of the charcode next to cmap->cur_charcode; */
737 if ( cmap->cur_charcode >= 0xFFFFUL )
740 charcode = (FT_UInt)cmap->cur_charcode + 1;
769 cmap->cur_charcode = charcode;
785 cmap->cur_charcode = charcode;
802 cmap->cur_charcode = (FT_UInt32)0xFFFFFFFFUL;
1994 FT_ULong cur_charcode; member in struct:TT_CMap12Rec_
2314 FT_ULong cur_charcode; member in struct:TT_CMap13Rec_
    [all...]

Completed in 33 milliseconds