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

  /external/harfbuzz/src/
harfbuzz-gsub.c 1378 static HB_Error Load_SubClassRule( HB_ContextSubstFormat2* csf2,
1396 if ( scr->GlyphCount > csf2->MaxContextLength )
1397 csf2->MaxContextLength = scr->GlyphCount;
1458 static HB_Error Load_SubClassSet( HB_ContextSubstFormat2* csf2,
1497 ( error = Load_SubClassRule( csf2, &scr[n],
1536 static HB_Error Load_ContextSubst2( HB_ContextSubstFormat2* csf2,
1558 ( error = _HB_OPEN_Load_Coverage( &csf2->Coverage, stream ) ) != HB_Err_Ok )
1570 count = csf2->SubClassSetCount = GET_UShort();
1576 ( error = _HB_OPEN_Load_ClassDefinition( &csf2->ClassDef, count,
1581 csf2->SubClassSet = NULL
    [all...]
harfbuzz-gsub-private.h 264 HB_ContextSubstFormat2 csf2; member in union:HB_ContextSubst_::__anon20348
harfbuzz-dump.c 381 Dump_ContextSubstFormat2 (&ContextSubst->csf.csf2, stream, indent+2, hb_type);
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-gsub.c 1378 static HB_Error Load_SubClassRule( HB_ContextSubstFormat2* csf2,
1396 if ( scr->GlyphCount > csf2->MaxContextLength )
1397 csf2->MaxContextLength = scr->GlyphCount;
1458 static HB_Error Load_SubClassSet( HB_ContextSubstFormat2* csf2,
1497 ( error = Load_SubClassRule( csf2, &scr[n],
1536 static HB_Error Load_ContextSubst2( HB_ContextSubstFormat2* csf2,
1558 ( error = _HB_OPEN_Load_Coverage( &csf2->Coverage, stream ) ) != HB_Err_Ok )
1570 count = csf2->SubClassSetCount = GET_UShort();
1576 ( error = _HB_OPEN_Load_ClassDefinition( &csf2->ClassDef, count,
1581 csf2->SubClassSet = NULL
    [all...]
harfbuzz-gsub-private.h 264 HB_ContextSubstFormat2 csf2; member in union:HB_ContextSubst_::__anon20409

Completed in 50 milliseconds