Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/freetype/src/otvalid/
H A Dotvcommn.c991 FT_UInt BacktrackGlyphCount, InputGlyphCount, LookaheadGlyphCount; in otv_u_x_Ox_y_Oy_z_Oz_p_sp() local
1009 InputGlyphCount = FT_NEXT_USHORT( p ); in otv_u_x_Ox_y_Oy_z_Oz_p_sp()
1011 OTV_TRACE(( " (InputGlyphCount = %d)\n", InputGlyphCount )); in otv_u_x_Ox_y_Oy_z_Oz_p_sp()
1013 OTV_LIMIT_CHECK( InputGlyphCount * 2 + 2 ); in otv_u_x_Ox_y_Oy_z_Oz_p_sp()
1015 for ( count1 = InputGlyphCount; count1 > 0; count1-- ) in otv_u_x_Ox_y_Oy_z_Oz_p_sp()
1035 if ( FT_NEXT_USHORT( p ) >= InputGlyphCount ) in otv_u_x_Ox_y_Oy_z_Oz_p_sp()
/reactos/dll/win32/usp10/
H A Dopentype.c339 WORD InputGlyphCount; member
360 WORD InputGlyphCount; member
603 WORD InputGlyphCount; member
1326 input_count = GET_BE_WORD(input->InputGlyphCount) - 1; in GSUB_apply_ChainContextSubst()
1414 input_count = GET_BE_WORD(input->InputGlyphCount); in GSUB_apply_ChainContextSubst()
2308 input_count = GET_BE_WORD(input->InputGlyphCount); in GPOS_apply_ChainContextPos()