Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/sfnt/
A Dttcmap.c666 FT_UInt cur_start; member
710 cmap->cur_start = FT_PEEK_USHORT( p ); in tt_cmap4_set_range()
721 cmap->cur_start == 0xFFFFU && in tt_cmap4_set_range()
765 if ( charcode < cmap->cur_start ) in tt_cmap4_next()
766 charcode = cmap->cur_start; in tt_cmap4_next()
779 FT_Byte* p = values + 2 * ( charcode - cmap->cur_start ); in tt_cmap4_next()
820 if ( charcode < cmap->cur_start ) in tt_cmap4_next()
821 charcode = cmap->cur_start; in tt_cmap4_next()

Completed in 10 milliseconds