Home
last modified time | relevance | path

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

/external/harfbuzz/src/
Dharfbuzz-dump.c416 DEF_DUMP (ChainContextSubstFormat3) in DEF_DUMP() argument
420 DUMP_FUINT (ChainContextSubstFormat3, BacktrackGlyphCount); in DEF_DUMP()
421 for (i = 0; i < ChainContextSubstFormat3->BacktrackGlyphCount; i++) in DEF_DUMP()
422 RECURSE (BacktrackCoverage, Coverage, &ChainContextSubstFormat3->BacktrackCoverage[i]); in DEF_DUMP()
423 DUMP_FUINT (ChainContextSubstFormat3, InputGlyphCount); in DEF_DUMP()
424 for (i = 0; i < ChainContextSubstFormat3->InputGlyphCount; i++) in DEF_DUMP()
425 RECURSE (InputCoverage, Coverage, &ChainContextSubstFormat3->InputCoverage[i]); in DEF_DUMP()
426 DUMP_FUINT (ChainContextSubstFormat3, LookaheadGlyphCount); in DEF_DUMP()
427 for (i = 0; i < ChainContextSubstFormat3->LookaheadGlyphCount; i++) in DEF_DUMP()
428 RECURSE (LookaheadCoverage, Coverage, &ChainContextSubstFormat3->LookaheadCoverage[i]); in DEF_DUMP()
[all …]