Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/otvalid/
A Dotvcommn.c787 FT_UInt BacktrackCount, InputCount, LookaheadCount; in otv_x_ux_y_uy_z_uz_p_sp() local
801 InputCount = FT_NEXT_USHORT( p ); in otv_x_ux_y_uy_z_uz_p_sp()
802 if ( InputCount == 0 ) in otv_x_ux_y_uy_z_uz_p_sp()
805 OTV_TRACE(( " (InputCount = %d)\n", InputCount )); in otv_x_ux_y_uy_z_uz_p_sp()
807 OTV_LIMIT_CHECK( InputCount * 2 ); in otv_x_ux_y_uy_z_uz_p_sp()
808 p += ( InputCount - 1 ) * 2; in otv_x_ux_y_uy_z_uz_p_sp()
825 if ( FT_NEXT_USHORT( p ) >= InputCount ) in otv_x_ux_y_uy_z_uz_p_sp()

Completed in 4 milliseconds