Searched refs:ComponentRecord (Results 1 - 6 of 6) sorted by relevance

/external/icu4c/layout/
H A DMarkToLigaturePosnSubtables.h30 struct ComponentRecord struct
38 ComponentRecord componentRecordArray[ANY_NUMBER];
H A DMarkToLigaturePosnSubtables.cpp74 const ComponentRecord *componentRecord = &ligatureAttachTable->componentRecordArray[component * mcCount];
/external/harfbuzz/src/
H A Dharfbuzz-gpos-private.h359 /* number of ComponentRecord tables */
360 HB_ComponentRecord* ComponentRecord; member in struct:HB_LigatureAttach_
361 /* array of ComponentRecord tables */
H A Dharfbuzz-gpos.c2354 lat->ComponentRecord = NULL;
2356 if ( ALLOC_ARRAY( lat->ComponentRecord, count, HB_ComponentRecord ) )
2359 cr = lat->ComponentRecord;
2427 if ( lat->ComponentRecord )
2430 cr = lat->ComponentRecord;
2726 cr = &lat->ComponentRecord[comp_index];
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-gpos-private.h359 /* number of ComponentRecord tables */
360 HB_ComponentRecord* ComponentRecord; member in struct:HB_LigatureAttach_
361 /* array of ComponentRecord tables */
H A Dharfbuzz-gpos.c2354 lat->ComponentRecord = NULL;
2356 if ( ALLOC_ARRAY( lat->ComponentRecord, count, HB_ComponentRecord ) )
2359 cr = lat->ComponentRecord;
2427 if ( lat->ComponentRecord )
2430 cr = lat->ComponentRecord;
2726 cr = &lat->ComponentRecord[comp_index];

Completed in 85 milliseconds