Home
last modified time | relevance | path

Searched refs:ComponentRecord (Results 1 – 4 of 4) sorted by relevance

/external/icu4c/layout/
DMarkToLigaturePosnSubtables.h30 struct ComponentRecord struct
38 ComponentRecord componentRecordArray[ANY_NUMBER]; argument
DMarkToLigaturePosnSubtables.cpp74 …const ComponentRecord *componentRecord = &ligatureAttachTable->componentRecordArray[component * mc… in process()
/external/harfbuzz/src/
Dharfbuzz-gpos-private.h360 HB_ComponentRecord* ComponentRecord; member
Dharfbuzz-gpos.c2354 lat->ComponentRecord = NULL; in Load_LigatureAttach()
2356 if ( ALLOC_ARRAY( lat->ComponentRecord, count, HB_ComponentRecord ) ) in Load_LigatureAttach()
2359 cr = lat->ComponentRecord; in Load_LigatureAttach()
2427 if ( lat->ComponentRecord ) in Free_LigatureAttach()
2430 cr = lat->ComponentRecord; in Free_LigatureAttach()
2726 cr = &lat->ComponentRecord[comp_index]; in Lookup_MarkLigPos()