Searched defs:ccsf2 (Results 1 - 2 of 2) sorted by relevance

/external/harfbuzz/src/
H A Dharfbuzz-gsub-private.h413 HB_ChainContextSubstFormat2 ccsf2; member in union:HB_ChainContextSubst_::__anon5126
H A Dharfbuzz-gsub.c2364 HB_ChainContextSubstFormat2* ccsf2,
2385 if ( cscr->BacktrackGlyphCount > ccsf2->MaxBacktrackLength )
2386 ccsf2->MaxBacktrackLength = cscr->BacktrackGlyphCount;
2412 if ( cscr->InputGlyphCount > ccsf2->MaxInputLength )
2413 ccsf2->MaxInputLength = cscr->InputGlyphCount;
2439 if ( cscr->LookaheadGlyphCount > ccsf2->MaxLookaheadLength )
2440 ccsf2->MaxLookaheadLength = cscr->LookaheadGlyphCount;
2516 HB_ChainContextSubstFormat2* ccsf2,
2556 ( error = Load_ChainSubClassRule( ccsf2, &cscr[n],
2596 HB_ChainContextSubstFormat2* ccsf2,
2363 Load_ChainSubClassRule( HB_ChainContextSubstFormat2* ccsf2, HB_ChainSubClassRule* cscr, HB_Stream stream ) argument
2515 Load_ChainSubClassSet( HB_ChainContextSubstFormat2* ccsf2, HB_ChainSubClassSet* cscs, HB_Stream stream ) argument
2595 Load_ChainContextSubst2( HB_ChainContextSubstFormat2* ccsf2, HB_Stream stream ) argument
3120 Lookup_ChainContextSubst2( HB_GSUBHeader* gsub, HB_ChainContextSubstFormat2* ccsf2, HB_Buffer buffer, HB_UShort flags, HB_UShort context_length, int nesting_level ) argument
[all...]

Completed in 102 milliseconds