Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/freetype/src/otvalid/
H A Dotvgpos.c313 FT_UInt MarkCount; in otv_MarkArray_validate() local
319 MarkCount = FT_NEXT_USHORT( p ); in otv_MarkArray_validate()
321 OTV_TRACE(( " (MarkCount = %d)\n", MarkCount )); in otv_MarkArray_validate()
323 OTV_LIMIT_CHECK( MarkCount * 4 ); in otv_MarkArray_validate()
326 for ( ; MarkCount > 0; MarkCount-- ) in otv_MarkArray_validate()
/reactos/dll/win32/usp10/
H A Dopentype.c523 WORD MarkCount; member
1954 if (mark_index > GET_BE_WORD(ma->MarkCount)) in GPOS_apply_MarkToBase()
2024 if (mark_index > GET_BE_WORD(ma->MarkCount)) in GPOS_apply_MarkToLigature()
2111 if (mark_index > GET_BE_WORD(ma->MarkCount)) in GPOS_apply_MarkToMark()