Home
last modified time | relevance | path

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

/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/otvalid/
Dotvcommn.c981 FT_UInt BacktrackGlyphCount, InputGlyphCount, LookaheadGlyphCount; in otv_u_x_Ox_y_Oy_z_Oz_p_sp() local
999 InputGlyphCount = FT_NEXT_USHORT( p ); in otv_u_x_Ox_y_Oy_z_Oz_p_sp()
1001 OTV_TRACE(( " (InputGlyphCount = %d)\n", InputGlyphCount )); in otv_u_x_Ox_y_Oy_z_Oz_p_sp()
1003 OTV_LIMIT_CHECK( InputGlyphCount * 2 + 2 ); in otv_u_x_Ox_y_Oy_z_Oz_p_sp()
1005 for ( count1 = InputGlyphCount; count1 > 0; count1-- ) in otv_u_x_Ox_y_Oy_z_Oz_p_sp()
1025 if ( FT_NEXT_USHORT( p ) >= InputGlyphCount ) in otv_u_x_Ox_y_Oy_z_Oz_p_sp()