Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/gxvalid/
A Dgxvcommn.c504 FT_UShort lastGlyph; in gxv_LookupTable_fmt2_validate() local
520 lastGlyph = FT_NEXT_USHORT( p ); in gxv_LookupTable_fmt2_validate()
527 if ( lastGlyph < gid ) in gxv_LookupTable_fmt2_validate()
535 if ( lastGlyph < firstGlyph ) in gxv_LookupTable_fmt2_validate()
547 firstGlyph = lastGlyph; in gxv_LookupTable_fmt2_validate()
548 lastGlyph = gid; in gxv_LookupTable_fmt2_validate()
575 FT_UShort lastGlyph; in gxv_LookupTable_fmt4_validate() local
598 if ( lastGlyph < gid ) in gxv_LookupTable_fmt4_validate()
606 if ( lastGlyph < firstGlyph ) in gxv_LookupTable_fmt4_validate()
618 firstGlyph = lastGlyph; in gxv_LookupTable_fmt4_validate()
[all …]
A DREADME263 `lastGlyph'. Some fonts store `firstGlyph' and `lastGlyph' in

Completed in 6 milliseconds