HomeSort by relevance Sort by last modified time
    Searched refs:MaxContextLength (Results 1 - 9 of 9) sorted by null

  /external/harfbuzz/src/
harfbuzz-gsub-private.h 229 /* The `MaxContextLength' field is not defined in the TTO specification
240 HB_UShort MaxContextLength;
harfbuzz-gpos-private.h 491 /* The `MaxContextLength' field is not defined in the TTO specification
497 HB_UShort MaxContextLength;
harfbuzz-gsub.c 1396 if ( scr->GlyphCount > csf2->MaxContextLength )
1397 csf2->MaxContextLength = scr->GlyphCount;
1582 csf2->MaxContextLength = 0;
    [all...]
harfbuzz-dump.c 356 DUMP_FUINT (ContextSubstFormat2, MaxContextLength);
harfbuzz-gpos.c     [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gsub-private.h 229 /* The `MaxContextLength' field is not defined in the TTO specification
240 HB_UShort MaxContextLength;
harfbuzz-gpos-private.h 491 /* The `MaxContextLength' field is not defined in the TTO specification
497 HB_UShort MaxContextLength;
harfbuzz-gsub.c 1396 if ( scr->GlyphCount > csf2->MaxContextLength )
1397 csf2->MaxContextLength = scr->GlyphCount;
1582 csf2->MaxContextLength = 0;
    [all...]
harfbuzz-gpos.c     [all...]

Completed in 34 milliseconds