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

  /external/freetype/src/sfnt/
ttcmap.c 661 FT_UInt32 cur_charcode; /* current charcode */ member in struct:TT_CMap4Rec_
685 cmap->cur_charcode = (FT_UInt32)0xFFFFFFFFUL;
750 /* search the index of the charcode next to cmap->cur_charcode; */
760 if ( cmap->cur_charcode >= 0xFFFFUL )
763 charcode = (FT_UInt)cmap->cur_charcode + 1;
792 cmap->cur_charcode = charcode;
808 cmap->cur_charcode = charcode;
825 cmap->cur_charcode = (FT_UInt32)0xFFFFFFFFUL;
2048 FT_ULong cur_charcode; member in struct:TT_CMap12Rec_
2377 FT_ULong cur_charcode; member in struct:TT_CMap13Rec_
    [all...]
  /external/pdfium/third_party/freetype/src/sfnt/
ttcmap.c 661 FT_UInt32 cur_charcode; /* current charcode */ member in struct:TT_CMap4Rec_
685 cmap->cur_charcode = (FT_UInt32)0xFFFFFFFFUL;
750 /* search the index of the charcode next to cmap->cur_charcode; */
760 if ( cmap->cur_charcode >= 0xFFFFUL )
763 charcode = (FT_UInt)cmap->cur_charcode + 1;
792 cmap->cur_charcode = charcode;
808 cmap->cur_charcode = charcode;
825 cmap->cur_charcode = (FT_UInt32)0xFFFFFFFFUL;
2048 FT_ULong cur_charcode; member in struct:TT_CMap12Rec_
2377 FT_ULong cur_charcode; member in struct:TT_CMap13Rec_
    [all...]

Completed in 4458 milliseconds