Searched defs:cur_charcode (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/freetype/src/sfnt/
H A Dttcmap.c646 FT_UInt32 cur_charcode; /* current charcode */ member in struct:TT_CMap4Rec_
670 cmap->cur_charcode = (FT_UInt32)0xFFFFFFFFUL;
735 /* search the index of the charcode next to cmap->cur_charcode; */
745 if ( cmap->cur_charcode >= 0xFFFFUL )
748 charcode = (FT_UInt)cmap->cur_charcode + 1;
777 cmap->cur_charcode = charcode;
793 cmap->cur_charcode = charcode;
810 cmap->cur_charcode = (FT_UInt32)0xFFFFFFFFUL;
1307 cmap4->cur_charcode = charcode;
1313 cmap4->cur_charcode
2018 FT_ULong cur_charcode; member in struct:TT_CMap12Rec_
2342 FT_ULong cur_charcode; member in struct:TT_CMap13Rec_
[all...]
/external/freetype/src/sfnt/
H A Dttcmap.c661 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;
1329 cmap4->cur_charcode = charcode;
1335 cmap4->cur_charcode
2040 FT_ULong cur_charcode; member in struct:TT_CMap12Rec_
2362 FT_ULong cur_charcode; member in struct:TT_CMap13Rec_
[all...]
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/sfnt/
H A Dttcmap.c646 FT_UInt32 cur_charcode; /* current charcode */ member in struct:TT_CMap4Rec_
670 cmap->cur_charcode = (FT_UInt32)0xFFFFFFFFUL;
735 /* search the index of the charcode next to cmap->cur_charcode; */
745 if ( cmap->cur_charcode >= 0xFFFFUL )
748 charcode = (FT_UInt)cmap->cur_charcode + 1;
777 cmap->cur_charcode = charcode;
793 cmap->cur_charcode = charcode;
810 cmap->cur_charcode = (FT_UInt32)0xFFFFFFFFUL;
1307 cmap4->cur_charcode = charcode;
1313 cmap4->cur_charcode
2018 FT_ULong cur_charcode; member in struct:TT_CMap12Rec_
2342 FT_ULong cur_charcode; member in struct:TT_CMap13Rec_
[all...]

Completed in 378 milliseconds