Searched refs:ALLOC_ARRAY (Results 1 – 6 of 6) sorted by relevance
/external/harfbuzz/src/ |
D | harfbuzz-open.c | 56 if ( ALLOC_ARRAY( ls->FeatureIndex, count, HB_UShort ) ) in Load_LangSys() 140 if ( ALLOC_ARRAY( s->LangSysRecord, count, HB_LangSysRecord ) ) in Load_Script() 223 if ( ALLOC_ARRAY( sl->ScriptRecord, script_count, HB_ScriptRecord ) ) in _HB_OPEN_Load_ScriptList() 324 if ( ALLOC_ARRAY( f->LookupListIndex, count, HB_UShort ) ) in Load_Feature() 375 if ( ALLOC_ARRAY( fl->FeatureRecord, count, HB_FeatureRecord ) ) in _HB_OPEN_Load_FeatureList() 377 if ( ALLOC_ARRAY( fl->ApplyOrder, count, HB_UShort ) ) in _HB_OPEN_Load_FeatureList() 502 if ( ALLOC_ARRAY( l->SubTable, count, HB_SubTable ) ) in Load_Lookup() 601 if ( ALLOC_ARRAY( ll->Lookup, count, HB_Lookup ) ) in _HB_OPEN_Load_LookupList() 603 if ( ALLOC_ARRAY( ll->Properties, count, HB_UInt ) ) in _HB_OPEN_Load_LookupList() 689 if ( ALLOC_ARRAY( cf1->GlyphArray, count, HB_UShort ) ) in Load_Coverage1() [all …]
|
D | harfbuzz-gsub.c | 213 if ( ALLOC_ARRAY( ss->ssf.ssf2.Substitute, count, HB_UShort ) ) in Load_SingleSubst() 345 if ( ALLOC_ARRAY( s->Substitute, count, HB_UShort ) ) in Load_Sequence() 411 if ( ALLOC_ARRAY( ms->Sequence, count, HB_Sequence ) ) in Load_MultipleSubst() 544 if ( ALLOC_ARRAY( as->Alternate, count, HB_UShort ) ) in Load_AlternateSet() 609 if ( ALLOC_ARRAY( as->AlternateSet, count, HB_AlternateSet ) ) in Load_AlternateSubst() 745 if ( ALLOC_ARRAY( l->Component, count, HB_UShort ) ) in Load_Ligature() 795 if ( ALLOC_ARRAY( ls->Ligature, count, HB_Ligature ) ) in Load_LigatureSet() 886 if ( ALLOC_ARRAY( ls->LigatureSet, count, HB_LigatureSet ) ) in Load_LigatureSubst() 1155 if ( ALLOC_ARRAY( sr->Input, count, HB_UShort ) ) in Load_SubRule() 1172 if ( ALLOC_ARRAY( sr->SubstLookupRecord, count, HB_SubstLookupRecord ) ) in Load_SubRule() [all …]
|
D | harfbuzz-gpos.c | 261 if ( ALLOC_ARRAY( vr->DeviceTables, 4, HB_Device ) ) in Load_ValueRecord() 628 if ( ALLOC_ARRAY( an->af.af3.DeviceTables, 2, HB_Device ) ) in Load_Anchor() 655 if ( ALLOC_ARRAY( an->af.af3.DeviceTables, 2, HB_Device ) ) in Load_Anchor() 835 if ( ALLOC_ARRAY( ma->MarkRecord, count, HB_MarkRecord ) ) in Load_MarkArray() 945 if ( ALLOC_ARRAY( sp->spf.spf2.Value, count, HB_ValueRecord ) ) in Load_SinglePos() 1091 if ( ALLOC_ARRAY( ps->PairValueRecord, count, HB_PairValueRecord ) ) in Load_PairSet() 1194 if ( ALLOC_ARRAY( ppf1->PairSet, count, HB_PairSet ) ) in Load_PairPos1() 1294 if ( ALLOC_ARRAY( ppf2->Class1Record, count1, HB_Class1Record ) ) in Load_PairPos2() 1303 if ( ALLOC_ARRAY( c1r[m].Class2Record, count2, HB_Class2Record ) ) in Load_PairPos2() 1691 if ( ALLOC_ARRAY( cp->EntryExitRecord, count, HB_EntryExitRecord ) ) in Load_CursivePos() [all …]
|
D | harfbuzz-gdef.c | 246 if ( ALLOC_ARRAY( ap->PointIndex, count, HB_UShort ) ) in Load_AttachPoint() 310 if ( ALLOC_ARRAY( al->AttachPoint, count, HB_AttachPoint ) ) in Load_AttachList() 493 if ( ALLOC_ARRAY( lg->CaretValue, count, HB_CaretValue ) ) in Load_LigGlyph() 582 if ( ALLOC_ARRAY( lcl->LigGlyph, count, HB_LigGlyph ) ) in Load_LigCaretList() 894 if ( ALLOC_ARRAY( gdef->NewGlyphClasses, in HB_GDEF_Build_ClassDefinition() 909 if ( ALLOC_ARRAY( ngc[0], ( gcrr[0].Start + 3 ) / 4, HB_UShort ) ) in HB_GDEF_Build_ClassDefinition() 916 if ( ALLOC_ARRAY( ngc[n], in HB_GDEF_Build_ClassDefinition() 924 if ( ALLOC_ARRAY( ngc[count], in HB_GDEF_Build_ClassDefinition() 932 if ( ALLOC_ARRAY( ngc[count], in HB_GDEF_Build_ClassDefinition()
|
D | harfbuzz-impl.h | 100 #define ALLOC_ARRAY(_ptr,_count,_type) \ macro
|
D | harfbuzz-buffer.c | 115 if ( ALLOC_ARRAY( buffer->alt_string, buffer->allocated, HB_GlyphItemRec ) ) in hb_buffer_duplicate_out_buffer() 215 if ( ALLOC_ARRAY( buffer->positions, buffer->allocated, HB_PositionRec ) ) in _hb_buffer_clear_positions()
|