Searched defs:csf3 (Results 1 - 4 of 4) sorted by relevance
/external/harfbuzz/src/ |
H A D | harfbuzz-gsub-private.h | 265 HB_ContextSubstFormat3 csf3; member in union:HB_ContextSubst_::__anon6369
|
H A D | harfbuzz-gsub.c | 1658 static HB_Error Load_ContextSubst3( HB_ContextSubstFormat3* csf3, argument 1675 csf3->GlyphCount = GET_UShort(); 1676 csf3->SubstCount = GET_UShort(); 1680 csf3->Coverage = NULL; 1682 count = csf3->GlyphCount; 1684 if ( ALLOC_ARRAY( csf3->Coverage, count, HB_Coverage ) ) 1687 c = csf3->Coverage; 1705 csf3->SubstLookupRecord = NULL; 1707 count = csf3->SubstCount; 1709 if ( ALLOC_ARRAY( csf3 1976 Lookup_ContextSubst3( HB_GSUBHeader* gsub, HB_ContextSubstFormat3* csf3, HB_Buffer buffer, HB_UShort flags, HB_UShort context_length, int nesting_level ) argument [all...] |
/external/harfbuzz_ng/src/hb-old/ |
H A D | harfbuzz-gsub-private.h | 265 HB_ContextSubstFormat3 csf3; member in union:HB_ContextSubst_::__anon6430
|
H A D | harfbuzz-gsub.c | 1658 static HB_Error Load_ContextSubst3( HB_ContextSubstFormat3* csf3, argument 1675 csf3->GlyphCount = GET_UShort(); 1676 csf3->SubstCount = GET_UShort(); 1680 csf3->Coverage = NULL; 1682 count = csf3->GlyphCount; 1684 if ( ALLOC_ARRAY( csf3->Coverage, count, HB_Coverage ) ) 1687 c = csf3->Coverage; 1705 csf3->SubstLookupRecord = NULL; 1707 count = csf3->SubstCount; 1709 if ( ALLOC_ARRAY( csf3 1976 Lookup_ContextSubst3( HB_GSUBHeader* gsub, HB_ContextSubstFormat3* csf3, HB_Buffer buffer, HB_UShort flags, HB_UShort context_length, int nesting_level ) argument [all...] |
Completed in 106 milliseconds