Searched refs:currentInsertList (Results 1 – 2 of 2) sorted by relevance
158 FT_Byte currentInsertList; in gxv_morx_subtable_type5_entry_validate() local176 currentInsertList = (FT_Byte) ( glyphOffset_p->ul >> 16 ); in gxv_morx_subtable_type5_entry_validate()179 if ( currentInsertList && 0 != currentInsertCount ) in gxv_morx_subtable_type5_entry_validate()180 gxv_morx_subtable_type5_InsertList_validate( currentInsertList, in gxv_morx_subtable_type5_entry_validate()
160 FT_UShort currentInsertList; in gxv_mort_subtable_type5_entry_validate() local178 currentInsertList = (FT_UShort)( glyphOffset->ul >> 16 ); in gxv_mort_subtable_type5_entry_validate()181 if ( 0 != currentInsertList && 0 != currentInsertCount ) in gxv_mort_subtable_type5_entry_validate()183 gxv_mort_subtable_type5_InsertList_validate( currentInsertList, in gxv_mort_subtable_type5_entry_validate()
Completed in 3 milliseconds