Home
last modified time | relevance | path

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

/AliOS-Things-master/components/freetype/src/otvalid/
A Dotvcommn.c746 FT_UInt Count1, Count2; in otv_x_y_ux_sy() local
752 Count1 = FT_NEXT_USHORT( p ); in otv_x_y_ux_sy()
755 OTV_TRACE(( " (Count1 = %d)\n", Count1 )); in otv_x_y_ux_sy()
758 if ( Count1 == 0 ) in otv_x_y_ux_sy()
761 OTV_LIMIT_CHECK( ( Count1 - 1 ) * 2 + Count2 * 4 ); in otv_x_y_ux_sy()
762 p += ( Count1 - 1 ) * 2; in otv_x_y_ux_sy()
766 if ( FT_NEXT_USHORT( p ) >= Count1 ) in otv_x_y_ux_sy()

Completed in 4 milliseconds