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

  /external/pdfium/third_party/freetype/src/sfnt/
ttcmap.c 670 FT_UInt32 cur_charcode; /* current charcode */ member in struct:TT_CMap4Rec_
694 cmap->cur_charcode = (FT_UInt32)0xFFFFFFFFUL;
759 /* search the index of the charcode next to cmap->cur_charcode; */
769 if ( cmap->cur_charcode >= 0xFFFFUL )
772 charcode = (FT_UInt)cmap->cur_charcode + 1;
801 cmap->cur_charcode = charcode;
817 cmap->cur_charcode = charcode;
834 cmap->cur_charcode = (FT_UInt32)0xFFFFFFFFUL;
2147 FT_ULong cur_charcode; member in struct:TT_CMap12Rec_
2498 FT_ULong cur_charcode; member in struct:TT_CMap13Rec_
    [all...]
  /external/freetype/src/sfnt/
ttcmap.c 674 FT_UInt32 cur_charcode; /* current charcode */ member in struct:TT_CMap4Rec_
698 cmap->cur_charcode = (FT_UInt32)0xFFFFFFFFUL;
763 /* search the index of the charcode next to cmap->cur_charcode; */
776 if ( cmap->cur_charcode >= 0xFFFFUL )
779 charcode = (FT_UInt)cmap->cur_charcode + 1;
812 cmap->cur_charcode = charcode;
847 cmap->cur_charcode = charcode;
865 cmap->cur_charcode = (FT_UInt32)0xFFFFFFFFUL;
2216 FT_ULong cur_charcode; member in struct:TT_CMap12Rec_
2572 FT_ULong cur_charcode; member in struct:TT_CMap13Rec_
    [all...]

Completed in 99 milliseconds