Searched refs:PairValueRecord (Results 1 – 5 of 5) sorted by relevance
/external/icu4c/layout/ |
D | PairPositioningSubtables.cpp | 57 …le_int16 recordSize = sizeof(PairValueRecord) - sizeof(ValueRecord) + valueRecord1Size + valueReco… in process() 59 const PairValueRecord *pairValueRecord = NULL; in process() 127 const PairValueRecord *PairPositioningFormat1Subtable::findPairValueRecord(TTGlyphID glyphID, const… in findPairValueRecord() 133 const PairValueRecord *record = records; in findPairValueRecord() 140 record = (const PairValueRecord *) ((char *) record + recordSize); in findPairValueRecord() 147 const PairValueRecord *record = records; in findPairValueRecord() 148 const PairValueRecord *trial = (const PairValueRecord *) ((char *) record + extra); in findPairValueRecord() 156 trial = (const PairValueRecord *) ((char *) record + probe); in findPairValueRecord()
|
D | PairPositioningSubtables.h | 25 struct PairValueRecord struct 35 PairValueRecord pairValueRecordArray[ANY_NUMBER]; argument 54 const PairValueRecord *findPairValueRecord(TTGlyphID glyphID, const PairValueRecord *records,
|
/external/harfbuzz/src/ |
D | harfbuzz-dump.c | 566 Dump_PairValueRecord (HB_PairValueRecord *PairValueRecord, FILE *stream, int indent, HB_Type hb_typ… in Dump_PairValueRecord() argument 568 DUMP_FUINT (PairValueRecord, SecondGlyph); in Dump_PairValueRecord() 569 DUMP_VALUE_RECORD (&PairValueRecord->Value1, ValueFormat1); in Dump_PairValueRecord() 570 DUMP_VALUE_RECORD (&PairValueRecord->Value2, ValueFormat2); in Dump_PairValueRecord() 582 …Dump_PairValueRecord (&PairSet->PairValueRecord[i], stream, indent + 1, hb_type, ValueFormat1, Val… in Dump_PairSet()
|
D | harfbuzz-gpos-private.h | 222 HB_PairValueRecord* PairValueRecord; member
|
D | harfbuzz-gpos.c | 1089 ps->PairValueRecord = NULL; in Load_PairSet() 1091 if ( ALLOC_ARRAY( ps->PairValueRecord, count, HB_PairValueRecord ) ) in Load_PairSet() 1094 pvr = ps->PairValueRecord; in Load_PairSet() 1150 if ( ps->PairValueRecord ) in Free_PairSet() 1153 pvr = ps->PairValueRecord; in Free_PairSet() 1510 pvr = ppf1->PairSet[index].PairValueRecord; in Lookup_PairPos1()
|